diff options
Diffstat (limited to 'initscript/gentoo/avahi-daemon.in')
-rw-r--r-- | initscript/gentoo/avahi-daemon.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/initscript/gentoo/avahi-daemon.in b/initscript/gentoo/avahi-daemon.in index 1ceae13..25edb2a 100644 --- a/initscript/gentoo/avahi-daemon.in +++ b/initscript/gentoo/avahi-daemon.in @@ -1,11 +1,12 @@ #!/sbin/runscript # $Id$ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -opts="${opts} reload" +opts="reload" depend() { + before netmount nfsmount use net need dbus } |