diff options
author | tron <tron> | 2005-02-14 12:12:32 +0000 |
---|---|---|
committer | tron <tron> | 2005-02-14 12:12:32 +0000 |
commit | 0fd5f30aab1ab5e0f7d141f42b32e4feca12dff6 (patch) | |
tree | 5336eb12ed7386ca070e1d5f61e21d75b72cc1ba /net | |
parent | 84326b56b02ff289ce0a4709c15760043c087eda (diff) | |
download | pkgsrc-0fd5f30aab1ab5e0f7d141f42b32e4feca12dff6.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')
-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 |