home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- # To use attachport rather than inetd for various network servers,
- # include the following lines in rc.local. You may want to redirect
- # startservers' output to a log file rather than /dev/console.
-
- echo 'clearing old authentication entries' > /dev/console 2>&1
- authinit > /dev/console 2>&1
- echo 'starting attachport-based servers' > /dev/console 2>&1
- /etc/startservers > /dev/console 2>&1
-