diff options
author | tron <tron@pkgsrc.org> | 2005-02-14 12:12:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-02-14 12:12:32 +0000 |
commit | a919ebcab2940f185f846d05e4270829c614ed62 (patch) | |
tree | 5336eb12ed7386ca070e1d5f61e21d75b72cc1ba /net/userppp | |
parent | 689fb1b460785b78728fcef7bfab105cbce7b1a0 (diff) | |
download | pkgsrc-a919ebcab2940f185f846d05e4270829c614ed62.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/PLIST | 4 |
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 |