pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/vtun Also install README.Crypto to inform people a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/27464836e1e6
branches: trunk
changeset: 463118:27464836e1e6
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Wed Oct 29 11:35:53 2003 +0000
description:
Also install README.Crypto to inform people about protocol
changes in the security patch. Bump version to 2.6nb2.
diffstat:
net/vtun/Makefile | 6 ++++--
net/vtun/PLIST | 4 +++-
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r 6ec4d2df30e8 -r 27464836e1e6 net/vtun/Makefile
--- a/net/vtun/Makefile Wed Oct 29 10:47:01 2003 +0000
+++ b/net/vtun/Makefile Wed Oct 29 11:35:53 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2003/10/27 16:55:32 hubertf Exp $
+# $NetBSD: Makefile,v 1.23 2003/10/29 11:35:53 hubertf Exp $
DISTNAME= vtun-2.6
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/vtun
CATEGORIES= net
MASTER_SITES= http://vtun.sourceforge.net/
@@ -49,6 +49,8 @@
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vtund ${PREFIX}/sbin
${INSTALL_DATA_DIR} ${DOCDIR} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.Crypto ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.Setup ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.Shaper ${DOCDIR}
${INSTALL_DATA} ${WRKDIR}/vtund.conf ${EGDIR}/vtund.conf
diff -r 6ec4d2df30e8 -r 27464836e1e6 net/vtun/PLIST
--- a/net/vtun/PLIST Wed Oct 29 10:47:01 2003 +0000
+++ b/net/vtun/PLIST Wed Oct 29 11:35:53 2003 +0000
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2001/12/21 21:04:23 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/10/29 11:35:53 hubertf Exp $
man/man5/vtund.conf.5
man/man8/vtun.8
man/man8/vtund.8
sbin/vtund
+share/doc/vtun/README
+share/doc/vtun/README.Crypto
share/doc/vtun/README.Setup
share/doc/vtun/README.Shaper
share/examples/vtun/vtund.conf
Home |
Main Index |
Thread Index |
Old Index