Annotation of cci/usr/src/etc/rc.local, revision 1.1.1.2

1.1.1.2 ! root        1: # Specify your host name here
1.1       root        2: hostname=32BV_Unix
                      3: /bin/hostname $hostname
                      4: if [ ! -d /usr/adm/crash ]; then
                      5:        echo Creating /usr/adm/crash directory                  >/dev/console
                      6:        mkdir /usr/adm/crash                                    >/dev/console
                      7: fi
                      8: /etc/savecore /usr/adm/crash                                   >/dev/console
1.1.1.2 ! root        9: #
        !            10: #  For CMC Ethernet Controller Downloading. 
        !            11: #  Comment them out if no CMC controller installed on your system
        !            12: #  In order to automatically download the CMC controller, do the following
        !            13: #      . Uncomment these folowing lines if appropriate.
        !            14: #      . Move enpload, enpcode into /etc if they are not already there
        !            15: #      . Change the pathname of downloader and enp firmware if they
        !            16: #        are put in other directory than /etc.
        !            17: #
        !            18: #if [ -f /etc/enpcode ]; then
        !            19: #      if [ -f /etc/enpload ]; then
        !            20: #              /etc/enpload enp0 /etc/enpcode                  >/dev/console
        !            21: #              /etc/enpload enp1 /etc/enpcode                  >/dev/console
        !            22: #      fi
        !            23: #fi
1.1       root       24: echo -n 'local daemons:'                                       >/dev/console
                     25: if [ -f /etc/ifconfig ]; then
                     26:        echo -n 'assign local area network addresses'
1.1.1.2 ! root       27: #      /etc/ifconfig enp0 $hostname up                         >/dev/console
        !            28: #      /etc/ifconfig enp1 $hostname up                         >/dev/console
1.1       root       29: #      /etc/ifconfig ace0 $hostname up                         >/dev/console
1.1.1.2 ! root       30: #      /etc/ifconfig ace1 $hostname up                         >/dev/console
        !            31: #      /etc/ifconfig ace0 E8.0.3.0.0.1                         >/dev/console
        !            32: #      /etc/ifconfig ace1 E8.0.3.0.0.2                         >/dev/console
1.1       root       33: fi
                     34: echo -n 'network daemons '
                     35: if [ -f /etc/routed ]; then
                     36:        /etc/routed & echo -n ' routed'                         >/dev/console
                     37: fi
                     38: if [ -f /etc/telnetd ]; then
                     39:        /etc/telnetd & echo -n ' telnetd'                       >/dev/console
                     40: fi
                     41: if [ -f /etc/ftpd ]; then
                     42:        /etc/ftpd & echo -n ' ftpd'                             >/dev/console
                     43: fi
                     44: if [ -f /etc/tftpd ]; then
                     45:        /etc/tftpd & echo -n ' tftpd'                           >/dev/console
                     46: fi
                     47: if [ -f /etc/talkd ]; then
                     48:        /etc/talkd & echo -n ' talkd'                           >/dev/console
                     49: fi
                     50: if [ -f /etc/syslog ]; then
                     51:        /etc/syslog & echo -n ' syslog'                         >/dev/console
                     52: fi
                     53: if [ -f /usr/lib/sendmail ]; then
                     54:        (cd /usr/spool/mqueue; rm -f lf*)
                     55:        /usr/lib/sendmail -q1h -bd & echo -n ' sendmail'        >/dev/console
                     56: fi
                     57: if [ -f /etc/comsat ]; then
                     58:        /etc/comsat & echo -n ' comsat'                         >/dev/console
                     59: fi
                     60: if [ -f /etc/rshd ]; then
                     61:        /etc/rshd & echo -n ' rshd'                             >/dev/console
                     62: fi
                     63: if [ -f /etc/rexecd ]; then
                     64:        /etc/rexecd & echo -n ' rexecd'                         >/dev/console
                     65: fi
                     66: if [ -f /etc/rwhod ]; then
                     67:        /etc/rwhod & echo -n ' rwhod'                           >/dev/console
                     68: fi
                     69: if [ -f /etc/rlogind ]; then
                     70:        /etc/rlogind & echo -n ' rlogind'                       >/dev/console
                     71: fi
                     72: 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.