tags 326891 +fixed-upstream
Thankyou Mr Bug Control Robot.
On Tue, Sep 06, 2005 at 02:26:11PM +0200, Guido Trotter wrote:
> - find /var/log/freeradius -exec chown freerad {} \; -exec chgrp
> freerad {} \;
> + find /var/log/freeradius ! -user freerad -o ! -group freerad -exec
> chown freerad:freerad {} \;
Nice catch. However, I went with
find /var/log/freeradius \( ! -user freerad -o ! -group freerad \) -exec chown
freerad:freerad {} \;
as otherwise it'll do the exec only in the ! -group freerad case.
It'll be in FreeRADIUS 1.0.5's release, (any time now) and so will be fixed in
Debian upon upload of 1.0.5-1.
Thanks. ^_^
--
Paul "TBBle" Hampson, [EMAIL PROTECTED]
8th year CompSci/Asian Studies student, ANU
Shorter .sig for a more eco-friendly paperless office.
pgp7MkaNUDzMm.pgp
Description: PGP signature

