[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: NEVER remove log files without asking



Steve Greenland writes:
> Not when the path is explicitly for the package's log files. How else is
> it supposed to know? Would you prefer that the apache purge did

>	find / -name 'access.log*' | xargs rm

        find $path -name 'access.log*' | xargs rm ; rmdir $path

Remove any files that the package may have created and then attempt to
remove the directory.
-- 
John Hasler
john@dhh.gt.org (John Hasler)
Dancing Horse Hill
Elmwood, WI



Reply to: