Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 1997 21:44:52 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        Joe Greco <jgreco@solaria.sol.net>
Cc:        Don.Lewis@tsc.tdk.com (Don Lewis), freebsd-isp@freebsd.org
Subject:   Re: /etc/security on news servers
Message-ID:  <199702012044.VAA01038@campa.panke.de>
In-Reply-To: <199701300417.WAA01074@solaria.sol.net>
References:  <199701280641.WAA19513@salsa.gv.tsc.tdk.com> <199701300417.WAA01074@solaria.sol.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Joe Greco writes:
>> What are folks running news servers doing to keep /etc/security from
>> traversing their news spools?
>> 
>> There's a similar problem with /usr/libexec/locate.updatedb that
>> /etc/weekly runs to rebuild the location database, and you probably don't
>> want to use the mount flags trick here.
>
>find ${SRCHPATHS} \! -fstype local -prune -or -print | \
>	egrep -v '^/news|^/nov' | \

find ${SRCHPATHS} \! -fstype local -prune -or 
	-path /news -prune -or -path /nov -prune -or -print

do the same thing without traversing the spool.

Wolfram



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