[3212] in Release_Engineering
sun4: mkserv print for 7.7
daemon@ATHENA.MIT.EDU (jweiss@MIT.EDU)
Wed May 11 18:16:12 1994
From: jweiss@MIT.EDU
Date: Wed, 11 May 1994 18:16:04 -0400
To: rel-eng@MIT.EDU
Cc: jweiss@MIT.EDU
In order for mkserv print to work the following needs to be added to
/etc/init.d/athena:
if [ "${LPD}" = "true" ]; then
rm -f /dev/printer
echo -n "printer..." >/dev/console
/usr/lib/lpd &
if [ -f /usr/athena/etc/s_chkaf ]; then
echo -n "s_chkaf..." >/dev/console
/usr/athena/etc/s_chkaf &
fi
fi
You probably need to add somethiong to the stop section of
/etc/init.d/athena. No guarantees, but I suspect it'll be very
similar to what's already there.
Jonathon