Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 1998 12:43:24 +0200
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 
Message-ID:  <680.895574604@critter.freebsd.dk>
In-Reply-To: Your message of "Tue, 19 May 1998 20:36:10 %2B1000." <Pine.BSF.3.91.980519203032.411U@panda.hilink.com.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
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 message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?680.895574604>