summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2003-11-10 06:23:50 +0000
committerMax Kalika <max@gentoo.org>2003-11-10 06:23:50 +0000
commitb22f4371b7cfff599319ad838067ceabdd0aea7a (patch)
treefbc2118e533d7cefa59e1c568fedfaf1e931ebb3 /net-misc/dhcp
parentThanks to Rossen Apostolov <rossen@protein.osaka-u.ac.jp> on bug #33001 for t... (diff)
downloadgentoo-2-b22f4371b7cfff599319ad838067ceabdd0aea7a.tar.gz
gentoo-2-b22f4371b7cfff599319ad838067ceabdd0aea7a.tar.bz2
gentoo-2-b22f4371b7cfff599319ad838067ceabdd0aea7a.zip
Whitespace.
Diffstat (limited to 'net-misc/dhcp')
-rw-r--r--net-misc/dhcp/Manifest4
-rw-r--r--net-misc/dhcp/files/dhcp.conf6
-rw-r--r--net-misc/dhcp/files/dhcp.rc64
3 files changed, 7 insertions, 7 deletions
diff --git a/net-misc/dhcp/Manifest b/net-misc/dhcp/Manifest
index 025738bd3dd5..982cded41cc7 100644
--- a/net-misc/dhcp/Manifest
+++ b/net-misc/dhcp/Manifest
@@ -2,11 +2,11 @@ MD5 1d863cdf84fbeaa6930e7865183c2d08 ChangeLog 4658
MD5 9384ae7ba3e9f56b8027ea92f607042d metadata.xml 215
MD5 865d06459b5bc0ee9f900db047a51750 dhcp-3.0_p2-r2.ebuild 3702
MD5 c165af1e7e63275ca6f5974e2d3048a3 dhcp-3.0_p2.ebuild 2747
-MD5 f374815f3e984f10b69982edb4319485 files/dhcp.conf 646
+MD5 d7e3f8bde622ba42000c912424673e65 files/dhcp.conf 648
MD5 498a3eb0e9deaf705f17fff3834f5b90 files/dhclient.c-3.0-dw-cli-fix.patch 734
MD5 ff4bf18624d479599da15878fdef65fe files/conf.dhcpd 401
MD5 d6ae01f5dcc87b11d4d96a34e7cc52a3 files/digest-dhcp-3.0_p2 63
MD5 a941fa952582373e42b07b61bd66a168 files/digest-dhcp-3.0_p2-r2 129
-MD5 a973319ed7e30b763485f653896ff038 files/dhcp.rc6 1097
+MD5 8b7a8958b7326f7c9cb501a324528462 files/dhcp.rc6 1105
MD5 be72fa691b23c9e82cc4567a1a035cfc files/dhcp.rc7 811
MD5 28ebabb4ad513afb04314634ecd9db25 files/dhcp-3.0pl2-user-option-fix.patch 1519
diff --git a/net-misc/dhcp/files/dhcp.conf b/net-misc/dhcp/files/dhcp.conf
index 5b4830fddb9b..e93a8ef8a956 100644
--- a/net-misc/dhcp/files/dhcp.conf
+++ b/net-misc/dhcp/files/dhcp.conf
@@ -1,9 +1,9 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcp.conf,v 1.1 2003/07/23 17:18:30 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcp.conf,v 1.2 2003/11/10 06:23:49 max Exp $
-#configure which interface or interfaces to for dhcp to listen on
-#list all interfaces space separated.
+# Configure which interface or interfaces to for dhcp to listen on
+# list all interfaces space separated.
IFACE="eth0"
# Insert any other options needed
diff --git a/net-misc/dhcp/files/dhcp.rc6 b/net-misc/dhcp/files/dhcp.rc6
index 69114f65dc13..334330c0ff85 100644
--- a/net-misc/dhcp/files/dhcp.rc6
+++ b/net-misc/dhcp/files/dhcp.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcp.rc6,v 1.7 2003/11/05 22:52:39 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcp.rc6,v 1.8 2003/11/10 06:23:49 max Exp $
depend() {
need net
@@ -32,7 +32,7 @@ start() {
start-stop-daemon --start --quiet --exec /usr/sbin/dhcpd \
-- -pf /var/run/dhcp/dhcpd.pid -q \
-user dhcp -group dhcp ${DHCPD_OPTS} \
- ${CHROOT:+-chroot ${CHROOT}} ${IFACE}
+ ${CHROOT:+-chroot ${CHROOT}} ${IFACE}
eend $?
}