home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / template / client / etc / rc.local < prev    next >
Text File  |  1993-08-23  |  521b  |  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) 1993 by NeXT Computer, Inc.  All rights reserved.
  7. #
  8. # In its released form, this script does nothing. You may customize
  9. # it as you wish.
  10. #
  11.  
  12. fbshow -B -I "Starting local services" -z 92
  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.