From owner-freebsd-bugs Sat Nov 15 12:40:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA22514 for bugs-outgoing; Sat, 15 Nov 1997 12:40:15 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA22463; Sat, 15 Nov 1997 12:40:05 -0800 (PST) (envelope-from gnats) Date: Sat, 15 Nov 1997 12:40:05 -0800 (PST) Message-Id: <199711152040.MAA22463@hub.freebsd.org> To: freebsd-bugs Cc: From: Evan Champion Subject: Re: misc/5054: /tmp not nuked on reboot Reply-To: Evan Champion Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/5054; it has been noted by GNATS. From: Evan Champion To: Steve Price Cc: FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-bugs@hub.freebsd.org Subject: Re: misc/5054: /tmp not nuked on reboot Date: Sat, 15 Nov 1997 15:38:52 -0500 (EST) On Sat, 15 Nov 1997, Steve Price wrote: > Try the attached patch on a -current system. This will get what > you want. As far as a switch in rc.conf, you might drop pst@FreeBSD.org > a line since the new periodic crontab changes are his. Well, not quite, since that only gets run out of crontab. Something should be run on boot, and it needs to nuke everything (except the exclusions mentionned in my original post, ie: quotas and lost+found). Evan