summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2003-06-20 20:53:49 +0000
committerPeter Johanson <latexer@gentoo.org>2003-06-20 20:53:49 +0000
commite930181e7bdcaa0687bd86e4ce7769b568cd9d7a (patch)
tree3200f7364d7563af87aea6c684fb7740a8a7fe3b /users/latexer
parentmetapkg announcement (diff)
downloadgentoo-e930181e7bdcaa0687bd86e4ce7769b568cd9d7a.tar.gz
gentoo-e930181e7bdcaa0687bd86e4ce7769b568cd9d7a.tar.bz2
gentoo-e930181e7bdcaa0687bd86e4ce7769b568cd9d7a.zip
small fix to net6.eth0
Diffstat (limited to 'users/latexer')
-rw-r--r--users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff9
1 files changed, 5 insertions, 4 deletions
diff --git a/users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff b/users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff
index 57a05e1b18..2df3e9226d 100644
--- a/users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff
+++ b/users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff
@@ -42,7 +42,7 @@ diff -aurN rc-scripts-1.4.2.9/init.d/iface.eth0 rc-scripts-1.4.2.9-latexer/init.
+#!/sbin/runscript
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
-+# $Header: /var/cvsroot/gentoo/users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff,v 1.1 2003/06/20 16:41:07 latexer Exp $
++# $Header: /var/cvsroot/gentoo/users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff,v 1.2 2003/06/20 20:53:49 latexer Exp $
+
+#NB: Config is in /etc/conf.d/net
+
@@ -212,12 +212,12 @@ diff -aurN rc-scripts-1.4.2.9/init.d/net.eth0 rc-scripts-1.4.2.9-latexer/init.d/
}
diff -aurN rc-scripts-1.4.2.9/init.d/net6.eth0 rc-scripts-1.4.2.9-latexer/init.d/net6.eth0
--- rc-scripts-1.4.2.9/init.d/net6.eth0 1969-12-31 19:00:00.000000000 -0500
-+++ rc-scripts-1.4.2.9-latexer/init.d/net6.eth0 2003-06-20 12:38:22.000000000 -0400
-@@ -0,0 +1,94 @@
++++ rc-scripts-1.4.2.9-latexer/init.d/net6.eth0 2003-06-20 16:57:09.000000000 -0400
+@@ -0,0 +1,95 @@
+#!/sbin/runscript
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
-+# $Header: /var/cvsroot/gentoo/users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff,v 1.1 2003/06/20 16:41:07 latexer Exp $
++# $Header: /var/cvsroot/gentoo/users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff,v 1.2 2003/06/20 20:53:49 latexer Exp $
+
+#NB: Config is in /etc/conf.d/net
+
@@ -256,6 +256,7 @@ diff -aurN rc-scripts-1.4.2.9/init.d/net6.eth0 rc-scripts-1.4.2.9-latexer/init.d
+ return ${retval}
+ }
+ elif [ "$(eval echo \$\{iface6_${IFACE}\})" != "auto" ]
++ then
+ local x=""
+ ebegin "Adding inet6 addresses"
+ for x in $(eval echo \$\{inet6_${IFACE}\})