diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-30 14:35:50 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-30 14:35:50 +0000 |
commit | 534da3531bbde0b38604652311b8b1d20cbe9a59 (patch) | |
tree | 28d06965ab027a7b97f3555131071d5ca96d08b6 /net-mgmt/ipfm | |
parent | 10196634c9995649793f4664470763748041bfaf (diff) | |
download | freebsd-ports-534da3531bbde0b38604652311b8b1d20cbe9a59.zip |
Don't remove historical logs when deinstalling.
PR: 54465
Submitted by: Phil Regnauld <regnauld@catpipe.net>
Reviewed by: maintainer
Diffstat (limited to 'net-mgmt/ipfm')
-rw-r--r-- | net-mgmt/ipfm/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-mgmt/ipfm/pkg-plist b/net-mgmt/ipfm/pkg-plist index ddc80a00a81b..74273dcc3e89 100644 --- a/net-mgmt/ipfm/pkg-plist +++ b/net-mgmt/ipfm/pkg-plist @@ -1,4 +1,3 @@ sbin/ipfm etc/ipfm.conf @exec mkdir -p /var/log/ipfm -@unexec rm -rf /var/log/ipfm |