diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/squidGuard/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/squidGuard/PLIST b/www/squidGuard/PLIST index 1518ecbb815..d22d0a76a03 100644 --- a/www/squidGuard/PLIST +++ b/www/squidGuard/PLIST @@ -1,2 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/04 10:15:53 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/08/05 00:20:30 zuntum Exp $ bin/squidGuard +@unexec ${RMDIR} /var/squidguard/log 2>/dev/null || true +@unexec ${RMDIR} /var/squidguard 2>/dev/null || true |