File:  [CSRG BSD Unix] / 43BSDTahoe / sys / vaxdist / rc.local
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

# site-specific startup actions, daemons

strings /vmunix | grep UNIX >/tmp/t1
tail +2 /etc/motd >>/tmp/t1
mv /tmp/t1 /etc/motd
chmod 666 /etc/motd

echo -n			starting local daemons:			>/dev/console
#if [ -f /etc/timed ]; then
#	timed -M &			echo -n ' timed'	>/dev/console
#fi
if [ -f /usr/lib/sendmail ]; then
	(cd /usr/spool/mqueue; rm -f lf*)
	/usr/lib/sendmail -bd -q30m; echo -n ' sendmail'	>/dev/console
fi
				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.