|
|
1.1 ! root 1: hostname=32BV_Unix ! 2: /bin/hostname $hostname ! 3: if [ ! -d /usr/adm/crash ]; then ! 4: echo Creating /usr/adm/crash directory >/dev/console ! 5: mkdir /usr/adm/crash >/dev/console ! 6: fi ! 7: /etc/savecore /usr/adm/crash >/dev/console ! 8: echo -n 'local daemons:' >/dev/console ! 9: if [ -f /etc/ifconfig ]; then ! 10: echo -n 'assign local area network addresses' ! 11: # /etc/ifconfig ace0 $hostname up >/dev/console ! 12: # /etc/ifconfig ace0 E8.0.4.0.0.1 >/dev/console ! 13: # /etc/ifconfig ace1 gateway up >/dev/console ! 14: # /etc/ifconfig ace1 E8.0.4.0.0.2 >/dev/console ! 15: fi ! 16: echo -n 'network daemons ' ! 17: if [ -f /etc/routed ]; then ! 18: /etc/routed & echo -n ' routed' >/dev/console ! 19: fi ! 20: if [ -f /etc/telnetd ]; then ! 21: /etc/telnetd & echo -n ' telnetd' >/dev/console ! 22: fi ! 23: if [ -f /etc/ftpd ]; then ! 24: /etc/ftpd & echo -n ' ftpd' >/dev/console ! 25: fi ! 26: if [ -f /etc/tftpd ]; then ! 27: /etc/tftpd & echo -n ' tftpd' >/dev/console ! 28: fi ! 29: if [ -f /etc/talkd ]; then ! 30: /etc/talkd & echo -n ' talkd' >/dev/console ! 31: fi ! 32: if [ -f /etc/syslog ]; then ! 33: /etc/syslog & echo -n ' syslog' >/dev/console ! 34: fi ! 35: if [ -f /usr/lib/sendmail ]; then ! 36: (cd /usr/spool/mqueue; rm -f lf*) ! 37: /usr/lib/sendmail -q1h -bd & echo -n ' sendmail' >/dev/console ! 38: fi ! 39: if [ -f /etc/comsat ]; then ! 40: /etc/comsat & echo -n ' comsat' >/dev/console ! 41: fi ! 42: if [ -f /etc/rshd ]; then ! 43: /etc/rshd & echo -n ' rshd' >/dev/console ! 44: fi ! 45: if [ -f /etc/rexecd ]; then ! 46: /etc/rexecd & echo -n ' rexecd' >/dev/console ! 47: fi ! 48: if [ -f /etc/rwhod ]; then ! 49: /etc/rwhod & echo -n ' rwhod' >/dev/console ! 50: fi ! 51: if [ -f /etc/rlogind ]; then ! 52: /etc/rlogind & echo -n ' rlogind' >/dev/console ! 53: fi ! 54: echo '.' >/dev/console
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.