home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / private / etc / rc.local < prev    next >
Text File  |  1992-03-04  |  519b  |  22 lines

  1. #!/bin/sh -u
  2. #
  3. # This script is for augmenting the standard system startup commands. It is 
  4. # executed automatically by the system during boot up. 
  5. #
  6. # Copyright (C) 1992 by NeXT Computer, Inc.  All rights reserved.
  7. #
  8. # As released orm, this script does nothing. You may customize
  9. # it as you wish.
  10. #
  11.  
  12. fbshow -A -B -E -I "Starting*Local*Services..."
  13.  
  14. # Read in configuration information
  15. . /etc/hostconfig
  16.  
  17. # (echo -n 'local daemons:')                    >/dev/console
  18. #
  19. # Run your own commands here
  20. #
  21. # (echo '.')                            >/dev/console
  22.