diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-31 15:10:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-31 15:10:44 +0000 |
commit | 72397e184fc80aee2aa73ab3b545a7105e47fbec (patch) | |
tree | f3fc7cbd4a81cddfc5a936a2f4d9abeca9d96ddf /sysutils/atop | |
parent | 60966ba8c5298490cbfad187c18cbb03b23c7755 (diff) | |
download | ports-72397e184fc80aee2aa73ab3b545a7105e47fbec.tar.gz ports-72397e184fc80aee2aa73ab3b545a7105e47fbec.zip |
Notes
Diffstat (limited to 'sysutils/atop')
-rw-r--r-- | sysutils/atop/pkg-plist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/atop/pkg-plist b/sysutils/atop/pkg-plist index 68beb26a6614..22586c0392c2 100644 --- a/sysutils/atop/pkg-plist +++ b/sysutils/atop/pkg-plist @@ -3,5 +3,4 @@ bin/atopsar man/man1/atop.1.gz man/man1/atopsar.1.gz man/man5/atoprc.5.gz -@exec if [ ! -d %%LOGDIR%% ] ; then mkdir %%LOGDIR%% ; fi -@unexec rmdir %%LOGDIR%% || true +@dir %%LOGDIR%% |