diff options
Diffstat (limited to 'net-dns/avahi/files/avahi-start-after-netmount.patch')
-rw-r--r-- | net-dns/avahi/files/avahi-start-after-netmount.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-dns/avahi/files/avahi-start-after-netmount.patch b/net-dns/avahi/files/avahi-start-after-netmount.patch new file mode 100644 index 000000000000..74de8e64756f --- /dev/null +++ b/net-dns/avahi/files/avahi-start-after-netmount.patch @@ -0,0 +1,31 @@ +Index: trunk/initscript/gentoo/avahi-dnsconfd.in +=================================================================== +--- trunk/initscript/gentoo/avahi-dnsconfd.in (revision 1538) ++++ trunk/initscript/gentoo/avahi-dnsconfd.in (working copy) +@@ -3,7 +3,7 @@ + # Copyright 1999-2005 Gentoo Foundation + # Distributed under the terms of the GNU General Public License v2 + +-opts="${opts} reload" ++opts="reload" + + depend() { + need avahi-daemon +Index: trunk/initscript/gentoo/avahi-daemon.in +=================================================================== +--- trunk/initscript/gentoo/avahi-daemon.in (revision 1538) ++++ trunk/initscript/gentoo/avahi-daemon.in (working copy) +@@ -1,11 +1,12 @@ + #!/sbin/runscript + # $Id: avahi-start-after-netmount.patch,v 1.1 2007/09/09 20:37:33 swegener Exp $ + # Copyright 1999-2005 Gentoo Foundation + # Distributed under the terms of the GNU General Public License v2 + +-opts="${opts} reload" ++opts="reload" + + depend() { ++ before netmount + use net + need dbus + } |