home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 3.3J
/
os33j.iso
/
private
/
etc
/
rc.local
< prev
next >
Wrap
Text File
|
1993-08-23
|
521b
|
22 lines
#!/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