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) 1993 by NeXT Computer, Inc. All rights reserved.
- #
- # In its released form, this script does nothing. You may customize
- # it as you wish.
- #
-
- fbshow -B -I "Starting local services" -z 92
-
- # Read in configuration information
- . /etc/hostconfig
-
- # (echo -n 'local daemons:') >/dev/console
- #
- # Run your own commands here
- #
- # (echo '.') >/dev/console
-