diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-28 12:44:11 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-28 12:44:11 +0000 |
commit | 9969531d0929fa07ff7dd61b0378659f4cf39564 (patch) | |
tree | 5d141ba743aee81042d23a41bcff9f45ff693276 /net/poptop/pkg-plist | |
parent | - Mark ONLY_FOR_ARCHS=i386 as distfile contains i386 binary (diff) |
Update to 1.2.3
PR: ports/88260
Submitted by: Serge Maslov <serge@maslov.biz>
Approved by: Oleg M. Golovanov <olmi@rentech.ru> (maintainer, timeout 26 days)
Diffstat (limited to 'net/poptop/pkg-plist')
-rw-r--r-- | net/poptop/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/poptop/pkg-plist b/net/poptop/pkg-plist index 05b090a0e2e7..8e9e8b623c1d 100644 --- a/net/poptop/pkg-plist +++ b/net/poptop/pkg-plist @@ -1,6 +1,6 @@ -etc/pptpd.conf.sample -etc/rc.d/pptpd.sh.sample -lib/pptpd/pptpd-logwtmp.so -sbin/pptpctrl +@unexec %D/etc/rc.d/pptpd.sh stop > /dev/null 2>&1 || true sbin/pptpd -@dirrm lib/pptpd +sbin/pptpctrl +lib/pptpd/pptpd-logwtmp.so +etc/pptpd.conf.sample +@unexec rmdir %D/lib/pptpd 2> /dev/null || true |