/bin/setterm -blank 10 #if [ -d /install/modules -a -d /proc/dev ]; then # (cd /install/modules; for i in *.o; do insmod $i; done ) #fi if [ -x /etc/rc.net ]; then /bin/hostname `cat /etc/host` /etc/rc.net (sleep 2; # wait for daemons to get a foothold /sbin/mount -av -t nfs)& else /bin/hostname softland fi ctrlaltdel soft if [ -f /boot/bootargs ]; then (cd /boot && /bin/sh ./bootargs) fi if [ -x /sbin/clock ]; then /sbin/clock -s fi if [ -x /sbin/syslogd ]; then syslogd # turn on logging of su's, logins etc. fi if [ -x /sbin/lpd ]; then /sbin/lpd fi #/usr/sbin/setfdprm -p /dev/fd0 1440/1440 #/usr/sbin/setfdprm -p /dev/fd1 1200/1200 # start smail /usr/lib/sendmail -q10m