diff options
author | Mark Guertin <gerk@gentoo.org> | 2003-02-07 06:54:18 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2003-02-07 06:54:18 +0000 |
commit | 17f7bc63cb39cac9c370f3f903fe0eb98eadf677 (patch) | |
tree | 6dd59c3b00b711dbc1ccd6529af21423e8dff242 /app-emulation | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-17f7bc63cb39cac9c370f3f903fe0eb98eadf677.tar.gz gentoo-2-17f7bc63cb39cac9c370f3f903fe0eb98eadf677.tar.bz2 gentoo-2-17f7bc63cb39cac9c370f3f903fe0eb98eadf677.zip |
fixed patch
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/mol/files/dhcpd-mol.conf.patch | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/app-emulation/mol/files/dhcpd-mol.conf.patch b/app-emulation/mol/files/dhcpd-mol.conf.patch index 24ddac0cb01d..f99bf820389a 100644 --- a/app-emulation/mol/files/dhcpd-mol.conf.patch +++ b/app-emulation/mol/files/dhcpd-mol.conf.patch @@ -1,18 +1,16 @@ ---- Doc/config/dhcpd-mol.conf.orig 2003-02-07 02:57:40.000000000 +0000 -+++ Doc/config/dhcpd-mol.conf 2003-02-07 02:59:04.000000000 +0000 -@@ -48,7 +48,7 @@ - subnet 192.168.5.0 netmask 255.255.255.0 { - option domain-name-servers 192.168.5.1; - option routers 192.168.5.1; +--- Doc/config/dhcpd-mol.conf.orig 2003-02-07 03:29:08.000000000 +0000 ++++ Doc/config/dhcpd-mol.conf 2003-02-07 03:30:04.000000000 +0000 +@@ -56,8 +56,12 @@ + subnet 192.168.6.0 netmask 255.255.255.0 { + option domain-name-servers 192.168.6.1; + option routers 192.168.6.1; - host mol4 { + host mol5 { hardware ethernet 00:00:0D:EA:DB:EE; - fixed-address 192.168.5.2; - } -@@ -61,3 +61,6 @@ fixed-address 192.168.6.2; } } + -+# Set this to pass the DNS info along ++# Without this dhcpd fails +ddns-update-style ad-hoc; ++ |