## BEGIN MindTerm additions ## Make sure the mindterm mini-http server is still being ## started from inetd after an update. service="`grep -w 80/tcp /etc/services | awk '{print $1;}'`" if [ "$service" = "" ]; then echo "# HTTP for the local mini web server" >> /etc/services echo "http 80/tcp" >> /etc/services service="http" fi inetsvc="`grep \^$service /etc/inetd.conf`" if [ "$inetsvc" != "" ]; then # Huh? Well, don't break it at least.. exit fi cat >>/etc/inetd.conf <