diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-04-02 12:34:01 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-04-02 12:34:01 +0000 |
commit | 3ba17f33cfaa808e9c75d1146d8b5683688d67f1 (patch) | |
tree | a63dfc554514166f1092834bab8118356f84a755 /net-misc | |
parent | Remove some bashisms and support baselayout-2 restart option. (diff) | |
download | gentoo-2-3ba17f33cfaa808e9c75d1146d8b5683688d67f1.tar.gz gentoo-2-3ba17f33cfaa808e9c75d1146d8b5683688d67f1.tar.bz2 gentoo-2-3ba17f33cfaa808e9c75d1146d8b5683688d67f1.zip |
Fix init script to use different config files
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcp/files/dhcpd.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcp/files/dhcpd.init b/net-misc/dhcp/files/dhcpd.init index 4f16e115f740..6c980fe2eadb 100644 --- a/net-misc/dhcp/files/dhcpd.init +++ b/net-misc/dhcp/files/dhcpd.init @@ -1,9 +1,9 @@ #!/sbin/runscript # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcpd.init,v 1.4 2007/03/10 20:21:39 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcpd.init,v 1.5 2007/04/02 12:34:01 uberlord Exp $ -DHCPD_CONF="/etc/dhcp/dhcpd.conf" +DHCPD_CONF=${DHCPD_CONF:-/etc/dhcp/dhcpd.conf} depend() { need net |