summaryrefslogtreecommitdiffstats
path: root/initscript
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-12-17 13:30:07 +0000
committerLennart Poettering <lennart@poettering.net>2007-12-17 13:30:07 +0000
commit1c6f918294f1b529c09a554e25c9bf76a95a4041 (patch)
tree003698719fb5afe344176a26a49b46a050c7ccfc /initscript
parentd7a988b459bedde8ebd2a34d954c2c1836c5a5f8 (diff)
Update Gentoo init script with patch from swegener.
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1596 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'initscript')
-rw-r--r--initscript/gentoo/avahi-daemon.in5
-rw-r--r--initscript/gentoo/avahi-dnsconfd.in4
2 files changed, 5 insertions, 4 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
}
diff --git a/initscript/gentoo/avahi-dnsconfd.in b/initscript/gentoo/avahi-dnsconfd.in
index 54c2aa6..18efc05 100644
--- a/initscript/gentoo/avahi-dnsconfd.in
+++ b/initscript/gentoo/avahi-dnsconfd.in
@@ -1,9 +1,9 @@
#!/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() {
need avahi-daemon