Annotation of 43BSDReno/etc/rc.local, revision 1.1.1.1

1.1       root        1: #
                      2: # site-specific startup actions, daemons
                      3: #
                      4: #      @(#)rc.local    5.3 (Berkeley) 6/30/90
                      5: #
                      6: 
                      7: strings /vmunix | grep UNIX >/tmp/t1
                      8: tail +2 /etc/motd >>/tmp/t1
                      9: mv /tmp/t1 /etc/motd
                     10: chmod 666 /etc/motd
                     11: 
                     12: echo -n 'starting local daemons:'
                     13: 
                     14: # Kerberos runs ONLY on the Kerberos server machine
                     15: #echo -n ' kerberos';  kerberos >> /var/log/kerberos.log &
                     16: 
                     17: echo '.'

unix.superglobalmegacorp.com

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