summaryrefslogtreecommitdiffstats
path: root/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in')
-rw-r--r--net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in b/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in
new file mode 100644
index 000000000..71c4343a1
--- /dev/null
+++ b/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in
@@ -0,0 +1,17 @@
+--- initscript/freebsd/avahi-dnsconfd.sh.in.orig Sun Nov 5 12:35:20 2006
++++ initscript/freebsd/avahi-dnsconfd.sh.in Sun Nov 5 12:36:24 2006
+@@ -12,10 +12,12 @@
+ # DNS servers in a DHCP-like fashion with mDNS.
+ #
+
+-avahi_dnsconfd_enable=${avahi_dnsconfd_enable-"NO"}
+ avahi_dnsconfd_flags=${avahi_dnsconfd_flags-"-D"}
+
+-. /etc/rc.subr
++. /etc/rc.subr
++. %%GNOME_SUBR%%
++
++avahi_dnsconfd_enable=${avahi_dnsconfd_enable-${gnome_enable}}
+
+ name=avahi_dnsconfd
+ rcvar=`set_rcvar`