diff options
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.in | 2 |
1 files changed, 1 insertions, 1 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 index 71c4343a1faa..d823b670e23c 100644 --- a/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in +++ b/net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in @@ -14,4 +14,4 @@ +avahi_dnsconfd_enable=${avahi_dnsconfd_enable-${gnome_enable}} name=avahi_dnsconfd - rcvar=`set_rcvar` + rcvar=avahi_dnsconfd_enable |