diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-05-17 02:30:22 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-05-17 02:30:22 +0000 |
commit | 72a5ef20212f97cd26dd67b0a540e628f85e1f73 (patch) | |
tree | e8186ab6d22f400bd270ed625aa064af3a0495cc /www/oops | |
parent | 56bb3b7dd2421cd419271fb7dadfa3acb67d5b54 (diff) |
- Fix pkg-plist to delete directories installed out of PREFIX (on /var)
PR: ports/145743
Submitted by: sahil@ (myself)
Approved by: marck@ (maintainer), itetcu@ (mentor)
Notes
Notes:
svn path=/head/; revision=254472
Diffstat (limited to 'www/oops')
-rw-r--r-- | www/oops/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/oops/pkg-plist b/www/oops/pkg-plist index 244c5198b7d4..81b5527615df 100644 --- a/www/oops/pkg-plist +++ b/www/oops/pkg-plist @@ -57,6 +57,7 @@ sbin/oopsctl @dirrmtry oops/logs @dirrmtry oops/storages @dirrmtry oops +@cwd / @dirrmtry /var/log/oops @unexec rm -f /var/run/oops/oopsctl 2>/dev/null || true @unexec rm -f /var/run/oops/oops_statfile 2>/dev/null || true |