diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-25 20:27:17 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-25 20:27:17 +0000 |
commit | e2a53871d79323954399fd7d742693b4a0b2a1ae (patch) | |
tree | e2c42dd61901e2f0c658973c19e31c2ecad770bd /net-misc/dhcp/files | |
parent | Remove giftui-cvs (diff) | |
download | historical-e2a53871d79323954399fd7d742693b4a0b2a1ae.tar.gz historical-e2a53871d79323954399fd7d742693b4a0b2a1ae.tar.bz2 historical-e2a53871d79323954399fd7d742693b4a0b2a1ae.zip |
added "use named" to init scripts
Diffstat (limited to 'net-misc/dhcp/files')
-rw-r--r-- | net-misc/dhcp/files/dhcp.rc6 | 3 | ||||
-rw-r--r-- | net-misc/dhcp/files/dhcp.rc7 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/dhcp/files/dhcp.rc6 b/net-misc/dhcp/files/dhcp.rc6 index d152d857e9fc..5098cc057c3c 100644 --- a/net-misc/dhcp/files/dhcp.rc6 +++ b/net-misc/dhcp/files/dhcp.rc6 @@ -1,11 +1,12 @@ #!/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.4 2003/07/23 17:18:30 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcp.rc6,v 1.5 2003/07/25 20:27:08 lanius Exp $ depend() { need net use logger + use named } checkconfig() { diff --git a/net-misc/dhcp/files/dhcp.rc7 b/net-misc/dhcp/files/dhcp.rc7 index f1797cc6f84d..9acb94d6d235 100644 --- a/net-misc/dhcp/files/dhcp.rc7 +++ b/net-misc/dhcp/files/dhcp.rc7 @@ -1,12 +1,13 @@ #!/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.rc7,v 1.3 2003/02/14 23:05:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcp.rc7,v 1.4 2003/07/25 20:27:08 lanius Exp $ #configuration is done in /etc/conf.d/dhcp depend() { need net + use named } checkconfig() { |