FreeBSD Bugzilla – Attachment 165693 Details for
Bug 206325
[patch][net/avahi-app] fix to work 'service avahi-daemon status'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
avahi initscript patch
avahi.patch (text/plain), 2.12 KB, created by
Yuichiro NAITO
on 2016-01-17 03:13:29 UTC
(
hide
)
Description:
avahi initscript patch
Filename:
MIME Type:
Creator:
Yuichiro NAITO
Created:
2016-01-17 03:13:29 UTC
Size:
2.12 KB
patch
obsolete
>Index: net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in >=================================================================== >--- net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in (ãªãã¸ã§ã³ 406283) >+++ net/avahi-app/files/patch-initscript_freebsd_avahi-daemon.sh.in (ä½æ¥ã³ãã¼) >@@ -1,6 +1,6 @@ >---- initscript/freebsd/avahi-daemon.sh.in.orig 2010-06-25 02:54:22.000000000 +0200 >-+++ initscript/freebsd/avahi-daemon.sh.in 2012-01-15 19:03:55.000000000 +0100 >-@@ -9,13 +9,15 @@ >+--- initscript/freebsd/avahi-daemon.sh.in.orig 2010-08-26 09:51:39.036153000 +0900 >++++ initscript/freebsd/avahi-daemon.sh.in 2016-01-17 11:59:38.578756000 +0900 >+@@ -9,18 +9,22 @@ > # Avahi's mDNSResponder, a Zeroconf (Bonjour) service advertisement daemon. > # > >@@ -18,3 +18,10 @@ > > start_cmd=avahi_daemon_start > stop_cmd=avahi_daemon_stop >+ >+ avahi_daemon_bin=@sbindir@/avahi-daemon >++command=${avahi_daemon_bin} >++pidfile="/var/run/avahi-daemon/pid" >+ >+ avahi_daemon_start() { >+ checkyesno avahi_daemon_enable && echo "Starting avahi-daemon." && \ >Index: net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in >=================================================================== >--- net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in (ãªãã¸ã§ã³ 406283) >+++ net/avahi-app/files/patch-initscript_freebsd_avahi-dnsconfd.sh.in (ä½æ¥ã³ãã¼) >@@ -1,6 +1,6 @@ >---- initscript/freebsd/avahi-dnsconfd.sh.in.orig 2010-06-25 02:54:22.000000000 +0200 >-+++ initscript/freebsd/avahi-dnsconfd.sh.in 2012-01-15 19:04:25.000000000 +0100 >-@@ -12,13 +12,15 @@ >+--- initscript/freebsd/avahi-dnsconfd.sh.in.orig 2010-08-26 09:51:39.037153000 +0900 >++++ initscript/freebsd/avahi-dnsconfd.sh.in 2016-01-17 11:59:50.394307000 +0900 >+@@ -12,18 +12,22 @@ > # DNS servers in a DHCP-like fashion with mDNS. > # > >@@ -18,3 +18,10 @@ > > start_cmd=avahi_dnsconfd_start > stop_cmd=avahi_dnsconfd_stop >+ >+ avahi_dnsconfd_bin=@sbindir@/avahi-dnsconfd >++command=${avahi_dnsconfd_bin} >++pidfile="/var/run/avahi-dnsconfd.pid" >+ >+ avahi_dnsconfd_start() { >+ checkyesno avahi_dnsconfd_enable && echo "Starting avahi-dnsconfd." && \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206325
: 165693