diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-08 07:59:11 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-08 07:59:11 +0000 |
commit | dfc3b4a903a85aadff6af41ca6de0c640c0e4fee (patch) | |
tree | 6a31d77a7df9e1ab78247da17ecbde8936ad0291 /net-mgmt/ipfm | |
parent | Add pkg-install to audio/teamspeak-server (diff) |
tell users that some logs are left behind after the port is deinstalled.
Reminded by: lioux
Diffstat (limited to 'net-mgmt/ipfm')
-rw-r--r-- | net-mgmt/ipfm/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/ipfm/pkg-plist b/net-mgmt/ipfm/pkg-plist index 74273dcc3e89..51974749b2b9 100644 --- a/net-mgmt/ipfm/pkg-plist +++ b/net-mgmt/ipfm/pkg-plist @@ -1,3 +1,4 @@ sbin/ipfm etc/ipfm.conf @exec mkdir -p /var/log/ipfm +@unexec rmdir /var/log/ipfm 2>/dev/null || echo "The logs will be left in /var/log/ipfm after the port is deinstalled." |