home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume22 / auth-utils / part01 / servers / rc.include < prev    next >
Encoding:
Text File  |  1990-04-29  |  400 b   |  10 lines

  1. #!/bin/sh
  2. # To use attachport rather than inetd for various network servers,
  3. # include the following lines in rc.local. You may want to redirect
  4. # startservers' output to a log file rather than /dev/console.
  5.  
  6. echo 'clearing old authentication entries' > /dev/console 2>&1
  7. authinit > /dev/console 2>&1
  8. echo 'starting attachport-based servers' > /dev/console 2>&1
  9. /etc/startservers > /dev/console 2>&1
  10.