aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipfm
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-10-08 07:59:11 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-10-08 07:59:11 +0000
commitdfc3b4a903a85aadff6af41ca6de0c640c0e4fee (patch)
tree6a31d77a7df9e1ab78247da17ecbde8936ad0291 /net-mgmt/ipfm
parent76a381de98eb7d9f23bac99c9bcd74223377c5c0 (diff)
downloadports-dfc3b4a903a85aadff6af41ca6de0c640c0e4fee.tar.gz
ports-dfc3b4a903a85aadff6af41ca6de0c640c0e4fee.zip
tell users that some logs are left behind after the port is deinstalled.
Reminded by: lioux
Notes
Notes: svn path=/head/; revision=90602
Diffstat (limited to 'net-mgmt/ipfm')
-rw-r--r--net-mgmt/ipfm/pkg-plist1
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."