Send the signal SIGHUP to the inetd proccess to force it to reread
its configuration file, and to listen for the new MIDAS tapeserver
service. This can be done by:
# ps -ax 1#1 grep inetd 1#1 grep -v grep
(this will tell you the PID number for the inetd proccess) # kill -HUP inetdPID