Annotation of 42BSD/sys/dist/rc.local, revision 1.1.1.1

1.1       root        1: /bin/hostname myname
                      2: /etc/ifconfig en0 `hostname`
                      3: echo -n 'check quotas: '                                       >/dev/console
                      4:        /etc/quotacheck -a
                      5: echo 'done.'                                                   >/dev/console
                      6: /etc/quotaon -a
                      7: /usr/ucb/strings /vmunix | grep UNIX >/tmp/t1
                      8: grep -v UNIX /etc/motd >>/tmp/t1
                      9: mv /tmp/t1 /etc/motd
                     10: /etc/savecore /a/crash                                         >/dev/console
                     11: echo -n 'local daemons:'                                       >/dev/console
                     12: if [ -f /etc/routed ]; then
                     13:        /etc/routed & echo -n ' routed'                         >/dev/console
                     14: fi
                     15: if [ -f /etc/telnetd ]; then
                     16:        /etc/telnetd & echo -n ' telnetd'                       >/dev/console
                     17: fi
                     18: if [ -f /etc/ftpd ]; then
                     19:        /etc/ftpd & echo -n ' ftpd'                             >/dev/console
                     20: fi
                     21: if [ -f /etc/talkd ]; then
                     22:        /etc/talkd & echo -n ' talkd'                           >/dev/console
                     23: fi
                     24: if [ -f /etc/syslog ]; then
                     25:        /etc/syslog & echo -n ' syslog'                         >/dev/console
                     26: fi
                     27: if [ -f /usr/lib/sendmail ]; then
                     28:        (cd /usr/spool/mqueue; rm -f lf*)
                     29:        /usr/lib/sendmail -bd -q1h & echo -n ' sendmail'        >/dev/console
                     30: fi
                     31: echo '.'                                                       >/dev/console

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.