Relevant manual pages are
   diskcp.8, diskcmp.8, su.8, shutdown.1,
   fastdown.8,  and single.8
which will be found in the 'doc' subdirectory.

  This directory contains (inter alia) a fast disk copy/compare
pair of programs, two programs to kill
unix painlessly, and a program to allow the system
to be brought up single user without reference to
the console switches.
	Let $i be the directory containg this
file, then to intall them :-
cd /usr/sys/conf
cc -c $i/killsubs.c
mv killsubs.o $i
cd $i
cc shutdown.c killsubs.o
cchmod 4755 a.out
mv a.out /bin/shutdown
cc single.c killsubs.o
chmod 755 a.out
mv a.out /etc/single
cc fastdown.c killsubs.o
chmod 755 a.out
mv a.out /etc/fastdown
	You must also edit the /etc/rc file so that the
first, or nearly first, entry is
/etc/single
