diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-31 23:49:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-31 23:49:54 +0000 |
commit | 380bcfec3b02457daf08e87c1d9b49db0492172e (patch) | |
tree | b059b31e851025e76ee082af9661b975eaeed73f /sysutils/logwatch | |
parent | 05c84874b0073e1d41261dff49c8c8f41eb36637 (diff) |
Simplify plist
Notes
Notes:
svn path=/head/; revision=371973
Diffstat (limited to 'sysutils/logwatch')
-rw-r--r-- | sysutils/logwatch/pkg-plist | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/sysutils/logwatch/pkg-plist b/sysutils/logwatch/pkg-plist index 5130795d11d0..5372a71ba537 100644 --- a/sysutils/logwatch/pkg-plist +++ b/sysutils/logwatch/pkg-plist @@ -273,29 +273,7 @@ libexec/logwatch/defaults/shared/removeheaders libexec/logwatch/defaults/shared/removeservice man/man8/logwatch.8.gz sbin/logwatch.pl -@exec mkdir -p %D/var/logwatch -@dirrm var/logwatch -@dirrmtry var -@dirrm libexec/logwatch/defaults/shared -@dirrm libexec/logwatch/defaults/services -@dirrm libexec/logwatch/defaults/logfiles/yum -@dirrm libexec/logwatch/defaults/logfiles/xferlog -@dirrm libexec/logwatch/defaults/logfiles/up2date -@dirrm libexec/logwatch/defaults/logfiles/samba -@dirrm libexec/logwatch/defaults/logfiles/emerge -@dirrm libexec/logwatch/defaults/logfiles/cron -@dirrm libexec/logwatch/defaults/logfiles/autorpm -@dirrm libexec/logwatch/defaults/logfiles -@dirrm libexec/logwatch/defaults -@dirrm libexec/logwatch -@dirrm etc/logwatch/defaults/services -@dirrm etc/logwatch/defaults/logfiles -@dirrm etc/logwatch/defaults/html -@dirrm etc/logwatch/defaults -@exec mkdir -p %D/etc/logwatch/services -@exec mkdir -p %D/etc/logwatch/logfiles -@exec mkdir -p %D/etc/logwatch/html -@dirrmtry etc/logwatch/services -@dirrmtry etc/logwatch/logfiles -@dirrmtry etc/logwatch/html -@dirrmtry etc/logwatch +@dir var/logwatch +@dir etc/logwatch/services +@dir etc/logwatch/logfiles +@dir etc/logwatch/html |