View | Details | Raw Unified | Return to bug 206325
Collapse All | Expand All

(-)net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in (-3 / +10 lines)
Lines 1-6 Link Here
1
--- initscript/freebsd/avahi-daemon.sh.in.orig	2010-06-25 02:54:22.000000000 +0200
1
--- initscript/freebsd/avahi-daemon.sh.in.orig	2010-08-26 09:51:39.036153000 +0900
2
+++ initscript/freebsd/avahi-daemon.sh.in	2012-01-15 19:03:55.000000000 +0100
2
+++ initscript/freebsd/avahi-daemon.sh.in	2016-01-17 11:59:38.578756000 +0900
3
@@ -9,13 +9,15 @@
3
@@ -9,18 +9,22 @@
4
 # Avahi's mDNSResponder, a Zeroconf (Bonjour) service advertisement daemon.
4
 # Avahi's mDNSResponder, a Zeroconf (Bonjour) service advertisement daemon.
5
 #
5
 #
6
 
6
 
Lines 18-20 Link Here
18
 
18
 
19
 start_cmd=avahi_daemon_start
19
 start_cmd=avahi_daemon_start
20
 stop_cmd=avahi_daemon_stop
20
 stop_cmd=avahi_daemon_stop
21
 
22
 avahi_daemon_bin=@sbindir@/avahi-daemon
23
+command=${avahi_daemon_bin}
24
+pidfile="/var/run/avahi-daemon/pid"
25
 
26
 avahi_daemon_start() {
27
     checkyesno avahi_daemon_enable && echo "Starting avahi-daemon." && \
(-)net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in (-3 / +10 lines)
Lines 1-6 Link Here
1
--- initscript/freebsd/avahi-dnsconfd.sh.in.orig	2010-06-25 02:54:22.000000000 +0200
1
--- initscript/freebsd/avahi-dnsconfd.sh.in.orig	2010-08-26 09:51:39.037153000 +0900
2
+++ initscript/freebsd/avahi-dnsconfd.sh.in	2012-01-15 19:04:25.000000000 +0100
2
+++ initscript/freebsd/avahi-dnsconfd.sh.in	2016-01-17 11:59:50.394307000 +0900
3
@@ -12,13 +12,15 @@
3
@@ -12,18 +12,22 @@
4
 # DNS servers in a DHCP-like fashion with mDNS.
4
 # DNS servers in a DHCP-like fashion with mDNS.
5
 #
5
 #
6
 
6
 
Lines 18-20 Link Here
18
 
18
 
19
 start_cmd=avahi_dnsconfd_start
19
 start_cmd=avahi_dnsconfd_start
20
 stop_cmd=avahi_dnsconfd_stop
20
 stop_cmd=avahi_dnsconfd_stop
21
 
22
 avahi_dnsconfd_bin=@sbindir@/avahi-dnsconfd
23
+command=${avahi_dnsconfd_bin}
24
+pidfile="/var/run/avahi-dnsconfd.pid"
25
 
26
 avahi_dnsconfd_start() {
27
     checkyesno avahi_dnsconfd_enable && echo "Starting avahi-dnsconfd." && \

Return to bug 206325