summaryrefslogtreecommitdiff
path: root/net/vtun/pkg
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2000-06-06 07:21:46 +0000
committerkleink <kleink@pkgsrc.org>2000-06-06 07:21:46 +0000
commitd62ec855f3f365950439f42d408423ba4808d969 (patch)
treec45a5d5324e32233456d813a3a4a6f26216c14d7 /net/vtun/pkg
parentd02914d440d050a0bb792c308208317567b2632b (diff)
downloadpkgsrc-d62ec855f3f365950439f42d408423ba4808d969.tar.gz
Update to vtun-2.3; besides a vtund.conf(5) manual page, changes include:
ver 2.3: Fixed incorrect error handling in UDP and TCP drivers. Makefile improvements. RPM package fixes. Persist mode fixes. Fixed a couple of memory and file descriptor leaks. Correct closing of Solaris TUN device. Added man page for the configuration file. Documentation update. Team members list update.
Diffstat (limited to 'net/vtun/pkg')
-rw-r--r--net/vtun/pkg/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vtun/pkg/PLIST b/net/vtun/pkg/PLIST
index 75798fca353..0ed5de6deaa 100644
--- a/net/vtun/pkg/PLIST
+++ b/net/vtun/pkg/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/07 01:37:34 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/06/06 07:21:47 kleink Exp $
sbin/vtund
etc/vtund.conf.example
@exec if [ ! -f ${PREFIX}/etc/vtund.conf ]; then echo "Installing example /vtund.conf in ${PREFIX}/etc ..." ; /usr/bin/install -c -o root -g wheel -m 0600 %D/etc/vtund.conf.example ${PREFIX}/etc/vtund.conf ; fi
+man/man5/vtund.conf.5
man/man8/vtund.8
man/man8/vtun.8