Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 1998 20:36:10 +1000 (EST)
From:      "Daniel O'Callaghan" <danny@panda.hilink.com.au>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/6653 
Message-ID:  <Pine.BSF.3.91.980519203032.411U@panda.hilink.com.au>
In-Reply-To: <199805190650.XAA24258@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

>  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



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