home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh -u
- #
- # This script is for augmenting the standard system startup commands. It is
- # executed automatically by the system during boot up.
- #
- # Copyright (C) 1992 by NeXT Computer, Inc. All rights reserved.
- #
- # As released orm, this script does nothing. You may customize
- # it as you wish.
- #
-
- fbshow -A -B -E -I "Starting*Local*Services..."
-
- # Read in configuration information
- . /etc/hostconfig
-
- (echo -n 'local daemons:') >/dev/console
- #
- # Run your own commands here
- (echo -n ' highscores') >/dev/console
- /usr/local/games/highscores/high&
- #
- (echo '.') >/dev/console
-