[1455] in Athena Bugs

home help back first fref pref prev next nref lref last post

6.0R: /etc/rc

daemon@ATHENA.MIT.EDU (probe@ATHENA.MIT.EDU)
Thu Dec 1 15:29:01 1988

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