Date: Tue, 19 May 1998 03:50:01 -0700 (PDT) From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6653 Message-ID: <199805191050.DAA27343@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR bin/6653; it has been noted by GNATS. From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: "Daniel O'Callaghan" <danny@panda.hilink.com.au> Cc: freebsd-bugs@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/6653 Date: Tue, 19 May 1998 12:43:24 +0200 In message <Pine.BSF.3.91.980519203032.411U@panda.hilink.com.au>, "Daniel O'Cal laghan" writes: > >> 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 I'd rather: cd /var rm -rf run mkdir run >Also, what is the purpose of /var/preserve, please? Would that be a >better place to locate ntp.drift, rather than /etc? /var/preserve is for vi I belive. I put ntp.drift in /var/tmp -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the messagehelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805191050.DAA27343>
