]> git.meshlink.io Git - catta/blobdiff - initscript/gentoo/avahi-daemon.in
fix avahi_netlink_new to allow multiple netlinks per process
[catta] / initscript / gentoo / avahi-daemon.in
index a4b25db60af78a86734df90c5cfdcc8edf9486c2..02eefe68633c6cfe9245fdd840fbe85248449958 100644 (file)
@@ -1,13 +1,13 @@
 #!/sbin/runscript
-# $Id$
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/www/www.gentoo.org/raw_cvs/gentoo-x86/net-dns/avahi/files/avahi.initd,v 1.2 2005/08/22 03:47:19 swegener Exp $
 
-opts="${opts} reload"
+opts="reload"
 
 depend() {
-       use net dbus
+       before netmount nfsmount
+       use net
+       need dbus
 }
 
 start() {