diff options
author | 2005-08-23 11:13:45 +0000 | |
---|---|---|
committer | 2005-08-23 11:13:45 +0000 | |
commit | e0ab83c6ae8ab56ce28664a3f93da19eb128add8 (patch) | |
tree | 3303018260b510175cefb1a49a021119c162ae75 /net-dns | |
parent | Renamed the avahi-daemon initscript to match the name used by upstream and ot... (diff) | |
download | gentoo-2-e0ab83c6ae8ab56ce28664a3f93da19eb128add8.tar.gz gentoo-2-e0ab83c6ae8ab56ce28664a3f93da19eb128add8.tar.bz2 gentoo-2-e0ab83c6ae8ab56ce28664a3f93da19eb128add8.zip |
Have avahi-dnsconfd depend on the renamed avahi-daemon initscript.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/avahi/files/avahi-dnsconfd.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/avahi/files/avahi-dnsconfd.initd b/net-dns/avahi/files/avahi-dnsconfd.initd index bdb9e7aa645f..b7c83323c996 100644 --- a/net-dns/avahi/files/avahi-dnsconfd.initd +++ b/net-dns/avahi/files/avahi-dnsconfd.initd @@ -1,12 +1,12 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/files/avahi-dnsconfd.initd,v 1.1 2005/08/22 03:47:19 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/files/avahi-dnsconfd.initd,v 1.2 2005/08/23 11:13:45 swegener Exp $ opts="${opts} reload" depend() { - need avahi + need avahi-daemon use net } |