diff options
Diffstat (limited to 'net-misc/dhcp/files/dhcp.rc6')
-rw-r--r-- | net-misc/dhcp/files/dhcp.rc6 | 4 |
1 files changed, 2 insertions, 2 deletions
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 $? } |