|
|
1.1 root 1: # site-specific startup actions, daemons
2:
3: strings /vmunix | grep UNIX >/tmp/t1
4: tail +2 /etc/motd >>/tmp/t1
5: mv /tmp/t1 /etc/motd
6: chmod 666 /etc/motd
7:
8: echo -n starting local daemons: >/dev/console
9: #if [ -f /etc/timed ]; then
10: # timed -M & echo -n ' timed' >/dev/console
11: #fi
12: if [ -f /usr/lib/sendmail ]; then
13: (cd /usr/spool/mqueue; rm -f lf*)
14: /usr/lib/sendmail -bd -q30m; echo -n ' sendmail' >/dev/console
15: fi
16: echo '.' >/dev/console
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.