| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
From: <probe@ATHENA.MIT.EDU>
Date: Thu, 1 Dec 88 15:28:41 EST
To: "BAID - Bugs check in but they dont check out" <bugs@ATHENA.MIT.EDU>
Reply-To: Richard Basch <probe@ATHENA.MIT.EDU>
Oops... I think we have heard this one before...
In /etc/rc, it reads:
if [ ${PUBLIC}x = falsex ]; then
/bin/rm -rf /tmp/
fi
It should read:
if [ ${PUBLIC}x = truex ]; then
/bin/rm -rf /tmp/
fi
-Richard
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |