diff options
author | Peter Johanson <latexer@gentoo.org> | 2003-06-22 16:30:27 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2003-06-22 16:30:27 +0000 |
commit | 885317931fd27ac2039abd24eea8dcc011031eca (patch) | |
tree | 7d13660ccee568be7f4a4a5ffc7d3c3660629fb4 /users/latexer | |
parent | Sync 1.10 (diff) | |
download | gentoo-885317931fd27ac2039abd24eea8dcc011031eca.tar.gz gentoo-885317931fd27ac2039abd24eea8dcc011031eca.tar.bz2 gentoo-885317931fd27ac2039abd24eea8dcc011031eca.zip |
more comments to /etc/conf.d/net
Diffstat (limited to 'users/latexer')
-rw-r--r-- | users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff | 19 |
1 files changed, 11 insertions, 8 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 0ffd5d02b3..35a3350f83 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 @@ -1,7 +1,7 @@ diff -aurN rc-scripts-1.4.2.9/etc/conf.d/net rc-scripts-1.4.2.9-latexer/etc/conf.d/net --- rc-scripts-1.4.2.9/etc/conf.d/net 2002-11-18 14:39:22.000000000 -0500 -+++ rc-scripts-1.4.2.9-latexer/etc/conf.d/net 2003-06-22 02:51:19.000000000 -0400 -@@ -8,12 +8,30 @@ ++++ rc-scripts-1.4.2.9-latexer/etc/conf.d/net 2003-06-22 03:31:53.000000000 -0400 +@@ -8,12 +8,33 @@ iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0" #iface_eth1="207.170.82.202 broadcast 207.0.255.255 netmask 255.255.0.0" @@ -11,13 +11,16 @@ diff -aurN rc-scripts-1.4.2.9/etc/conf.d/net rc-scripts-1.4.2.9-latexer/etc/conf # For DHCP set iface_eth? to "dhcp" +# For passing options to dhcclient use dhclient_eth? # For passing options to dhcpcd use dhcpcd_eth? -+ -+# If both variables are specified, dhclient will be used # #iface_eth0="dhcp" +#dhclient_eth0="..." #dhcpcd_eth0="..." ++# If you'd like to to use a dhcp client other than dhcpcd, ++# specify the client (dhcpcd or dhclient are the current options) ++# in dhcp_client_eth? ++dhcp_client_eth0="dhcpcd" ++ +# For DHCPv6 set iface6_eth? to "dhcp" +# For passing options to dhcp6c use dhcp6c_eth? +# @@ -32,7 +35,7 @@ diff -aurN rc-scripts-1.4.2.9/etc/conf.d/net rc-scripts-1.4.2.9-latexer/etc/conf # For adding aliases to a interface # #alias_eth0="192.168.0.3 192.168.0.4" -@@ -32,3 +50,6 @@ +@@ -32,3 +53,6 @@ # #gateway="eth0/192.168.0.1" @@ -46,7 +49,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.5 2003/06/22 07:11:22 latexer Exp $ ++# $Header: /var/cvsroot/gentoo/users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff,v 1.6 2003/06/22 16:30:27 latexer Exp $ + +#NB: Config is in /etc/conf.d/net + @@ -125,7 +128,7 @@ diff -aurN rc-scripts-1.4.2.9/init.d/iface.eth0 rc-scripts-1.4.2.9-latexer/init. +# vim:ts=4 diff -aurN rc-scripts-1.4.2.9/init.d/net.eth0 rc-scripts-1.4.2.9-latexer/init.d/net.eth0 --- rc-scripts-1.4.2.9/init.d/net.eth0 2002-11-26 18:12:40.000000000 -0500 -+++ rc-scripts-1.4.2.9-latexer/init.d/net.eth0 2003-06-22 03:14:24.000000000 -0400 ++++ rc-scripts-1.4.2.9-latexer/init.d/net.eth0 2003-06-22 03:30:25.000000000 -0400 @@ -5,11 +5,10 @@ #NB: Config is in /etc/conf.d/net @@ -294,7 +297,7 @@ diff -aurN rc-scripts-1.4.2.9/init.d/net6.eth0 rc-scripts-1.4.2.9-latexer/init.d +#!/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.5 2003/06/22 07:11:22 latexer Exp $ ++# $Header: /var/cvsroot/gentoo/users/latexer/ipv6-rc-scripts/rc-scripts-1.4.2.9-latexer-patch.diff,v 1.6 2003/06/22 16:30:27 latexer Exp $ + +#NB: Config is in /etc/conf.d/net + |