summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-01-22 23:39:14 +0000
committerChuck Short <zul@gentoo.org>2004-01-22 23:39:14 +0000
commita6e853577d4f808be4f276974bd43e9f2fa9073a (patch)
treecb6387b44c56f374e997add04e2c9fe615ca6154 /net-misc
parentFixed permissions on /var/lock/uucp. (diff)
downloadgentoo-2-a6e853577d4f808be4f276974bd43e9f2fa9073a.tar.gz
gentoo-2-a6e853577d4f808be4f276974bd43e9f2fa9073a.tar.bz2
gentoo-2-a6e853577d4f808be4f276974bd43e9f2fa9073a.zip
Updated headers, updated init script so that more than one vtun can run at the same time.closes #39014.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/vtun/ChangeLog7
-rw-r--r--net-misc/vtun/Manifest14
-rw-r--r--net-misc/vtun/files/vtun.rc2
-rw-r--r--net-misc/vtun/vtun-2.5-r1.ebuild4
-rw-r--r--net-misc/vtun/vtun-2.5-r2.ebuild4
-rw-r--r--net-misc/vtun/vtun-2.5.ebuild4
-rw-r--r--net-misc/vtun/vtun-2.6.ebuild4
7 files changed, 23 insertions, 16 deletions
diff --git a/net-misc/vtun/ChangeLog b/net-misc/vtun/ChangeLog
index 5f3697463285..262692235f9d 100644
--- a/net-misc/vtun/ChangeLog
+++ b/net-misc/vtun/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp
+ 22 Jan 2004; Chuck Short <zul@gentoo.org> vtun-2.5-r1.ebuild,
+ vtun-2.5-r2.ebuild, vtun-2.5.ebuild, vtun-2.6.ebuild, files/vtun.rc:
+ Header fixes.
+
+ 22 Jan 2004; Chuck Short <zul@gentoo.org> files/vtun.rc:
+ Fixed init script so that more than one vtun can run. closes #38977.
+
20 Oct 2003; Chuck Short <zul@gentoo.org> files/vtun.rc:
More init tweaks.
diff --git a/net-misc/vtun/Manifest b/net-misc/vtun/Manifest
index 284b962ecbb1..baceb63e2fc2 100644
--- a/net-misc/vtun/Manifest
+++ b/net-misc/vtun/Manifest
@@ -1,3 +1,9 @@
+MD5 a0075785ea4bd1bfc420b365b556f052 vtun-2.5-r2.ebuild 2043
+MD5 583c7c63f89ca37d49fa622e02bac2eb vtun-2.5.ebuild 1718
+MD5 ac34e8a078280eb88b3e1d33a3b11da3 vtun-2.5-r1.ebuild 1940
+MD5 f68f6cc9f03fb4404ddb7cdfe408de93 ChangeLog 2152
+MD5 7e285f080272b311b0eb8b0028928e07 metadata.xml 219
+MD5 d6b50da10a9a9973139f9fd49f42261e vtun-2.6.ebuild 1648
MD5 a806782ec385a60514f85833ed455fbc files/vtund-start.conf 1174
MD5 e5c8a47e7b30540f4094b1aa6d3f6e5f files/digest-vtun-2.5 59
MD5 f6c794a4c6d2965b321514400900e5ef files/digest-vtun-2.6 59
@@ -5,12 +11,6 @@ MD5 eae860aeae73e470782dd4ece745d0b1 files/vtun-2.5-makefile.patch 1794
MD5 f48bedfa560d860030f8da2155092016 files/vtun-2.5-expect.patch 334
MD5 e5c8a47e7b30540f4094b1aa6d3f6e5f files/digest-vtun-2.5-r1 59
MD5 e5c8a47e7b30540f4094b1aa6d3f6e5f files/digest-vtun-2.5-r2 59
-MD5 99b7d4ae33a415f3290cfe405a98a58c files/vtun.rc 683
+MD5 69c49877f2add55a816cc854d31b5798 files/vtun.rc 686
MD5 1e46f74e06c298440ef80e55ea493cbb files/vtun-2.5-r2-gentoo-gcc3.1.patch 767
MD5 49170c19de7a8830d2d2135f244b750a files/vtun-2.6-makefile.patch 1919
-MD5 aaca53280167208d5eb97bff83a69895 vtun-2.5-r2.ebuild 2048
-MD5 ca28bbd9a58ea15db59628325049c3d1 vtun-2.5.ebuild 1723
-MD5 9858296d6cacc8b64ce59085597684ff vtun-2.5-r1.ebuild 1945
-MD5 aea49f12d7866bad5c145db322850b2e ChangeLog 1869
-MD5 7e285f080272b311b0eb8b0028928e07 metadata.xml 219
-MD5 001470426bdd24abb1ea48ba110cb53f vtun-2.6.ebuild 1648
diff --git a/net-misc/vtun/files/vtun.rc b/net-misc/vtun/files/vtun.rc
index 2de500050f16..61505f8fba78 100644
--- a/net-misc/vtun/files/vtun.rc
+++ b/net-misc/vtun/files/vtun.rc
@@ -7,7 +7,7 @@ depend() {
}
start() {
- IFS=""
+ IFS=$'\n'
for line in `grep -v '^[[:space:]]*#' /etc/vtund-start.conf | grep -v '^[[:space:]]*$'`
do
echo $line |
diff --git a/net-misc/vtun/vtun-2.5-r1.ebuild b/net-misc/vtun/vtun-2.5-r1.ebuild
index 438828179151..842fc7f9dffd 100644
--- a/net-misc/vtun/vtun-2.5-r1.ebuild
+++ b/net-misc/vtun/vtun-2.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r1.ebuild,v 1.8 2003/09/05 22:01:49 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r1.ebuild,v 1.9 2004/01/22 23:39:00 zul Exp $
IUSE="ssl"
diff --git a/net-misc/vtun/vtun-2.5-r2.ebuild b/net-misc/vtun/vtun-2.5-r2.ebuild
index b30f87659de0..d051d107e7da 100644
--- a/net-misc/vtun/vtun-2.5-r2.ebuild
+++ b/net-misc/vtun/vtun-2.5-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r2.ebuild,v 1.8 2003/09/05 22:01:49 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r2.ebuild,v 1.9 2004/01/22 23:39:00 zul Exp $
IUSE="ssl"
diff --git a/net-misc/vtun/vtun-2.5.ebuild b/net-misc/vtun/vtun-2.5.ebuild
index 25d0db676bfd..8950cd3225a2 100644
--- a/net-misc/vtun/vtun-2.5.ebuild
+++ b/net-misc/vtun/vtun-2.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5.ebuild,v 1.11 2003/09/05 22:01:49 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5.ebuild,v 1.12 2004/01/22 23:39:00 zul Exp $
IUSE="ssl"
diff --git a/net-misc/vtun/vtun-2.6.ebuild b/net-misc/vtun/vtun-2.6.ebuild
index fe38f12016da..729126d428aa 100644
--- a/net-misc/vtun/vtun-2.6.ebuild
+++ b/net-misc/vtun/vtun-2.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6.ebuild,v 1.1 2003/10/18 02:04:50 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6.ebuild,v 1.2 2004/01/22 23:39:00 zul Exp $
IUSE="ssl"