diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-01 07:49:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-01 07:49:54 +0800 |
commit | 2b58edb9f8fceaa0a7fefe3323982d1667406886 (patch) | |
tree | b059b31e851025e76ee082af9661b975eaeed73f /sysutils | |
parent | bfd8c828151aeda5b646f6295fc8a15371a5afbe (diff) | |
download | freebsd-ports-gnome-2b58edb9f8fceaa0a7fefe3323982d1667406886.tar.gz freebsd-ports-gnome-2b58edb9f8fceaa0a7fefe3323982d1667406886.tar.zst freebsd-ports-gnome-2b58edb9f8fceaa0a7fefe3323982d1667406886.zip |
Simplify plist
Diffstat (limited to 'sysutils')
-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 |