From owner-freebsd-bugs Tue May 19 03:36:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA11383 for freebsd-bugs-outgoing; Tue, 19 May 1998 03:36:51 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA11357 for ; Tue, 19 May 1998 03:36:45 -0700 (PDT) (envelope-from danny@panda.hilink.com.au) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id UAA27072; Tue, 19 May 1998 20:36:10 +1000 (EST) Date: Tue, 19 May 1998 20:36:10 +1000 (EST) From: "Daniel O'Callaghan" To: Poul-Henning Kamp cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6653 In-Reply-To: <199805190650.XAA24258@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I just think that it would be much simpler to blow it all away in > one operation, and expect things needed subdirs to make them again. > > If sudo is the only customer for subdirs at this time, I certainly > think this is the way to do it. sudo, *.pid (non-root) are candidates. What about cd /var/run rm -f * for dir in * do rm -f $dir/* done Also, what is the purpose of /var/preserve, please? Would that be a better place to locate ntp.drift, rather than /etc? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message