summaryrefslogtreecommitdiff
path: root/net/userppp
diff options
context:
space:
mode:
authortron <tron>2005-02-14 12:12:32 +0000
committertron <tron>2005-02-14 12:12:32 +0000
commitea98631a159346723fe907b80d8f971cd33a9135 (patch)
tree5336eb12ed7386ca070e1d5f61e21d75b72cc1ba /net/userppp
parenta670e8e6929c7d19ea3d14413cc5059ea548facf (diff)
downloadpkgsrc-ea98631a159346723fe907b80d8f971cd33a9135.tar.gz
Don't complain if "${PREFIX}/etc/ppp" isn't empty during deinstallation
because the configuration created by the user might still be in that directory.
Diffstat (limited to 'net/userppp')
-rw-r--r--net/userppp/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/userppp/PLIST b/net/userppp/PLIST
index fa47965a6cf..e1ff7d66498 100644
--- a/net/userppp/PLIST
+++ b/net/userppp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:41 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/02/14 12:12:32 tron Exp $
man/cat8/ppp.0
man/cat8/pppctl.0
man/man8/ppp.8
@@ -21,5 +21,5 @@ share/examples/ppp/ppp.linkup.span-isp.working
share/examples/ppp/ppp.secret.sample
share/examples/ppp/ppp.secret.span-isp
share/examples/ppp/ppp.secret.span-isp.working
-@dirrm etc/ppp
+@unexec ${RMDIR} %D/etc/ppp >/dev/null 2>&1 || ${TRUE}
@dirrm share/examples/ppp