diff options
Diffstat (limited to 'net-dns/avahi/files/avahi-dnsconfd.initd')
-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 } |