Package: wwwoffle Version: 2.8e-1 Severity: minor Instead of nohup chown -R proxy:proxy /var/cache/wwwoffle.... Perhaps only change the files that need it:
cd /var/cache/wwwoffle #makes shorter xargs list p=proxy find /var/lib/wwwoffle/ . ! \( -user $p -group $p \)| xargs --no-run-if-empty chown $p:$p That way folks' backup schemes wouldn't get fooled into thinking those files need to get backed up again due to changes. I've got gigs of cache. The current method creates a grinding noise. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

