mirror of
https://abf.rosa.ru/djam/avahi.git
synced 2025-02-24 00:22:59 +00:00
added patch for avahi bug
This commit is contained in:
parent
a27eef0bbc
commit
352698c546
1 changed files with 11 additions and 0 deletions
11
avahi-0.6.31.workaround.patch
Normal file
11
avahi-0.6.31.workaround.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
diff -Nur avahi-0.6.31.old/avahi-daemon/avahi-daemon.service.in avahi-0.6.31/avahi-daemon/avahi-daemon.service.in
|
||||||
|
--- avahi-0.6.31.old/avahi-daemon/avahi-daemon.service.in 2011-09-01 04:13:12.000000000 +0400
|
||||||
|
+++ avahi-0.6.31/avahi-daemon/avahi-daemon.service.in 2013-02-08 15:41:59.597062361 +0400
|
||||||
|
@@ -22,6 +22,7 @@
|
||||||
|
[Service]
|
||||||
|
Type=dbus
|
||||||
|
BusName=org.freedesktop.Avahi
|
||||||
|
+ExecStartPre=/bin/rm -f /var/run/avahi-daemon/pid
|
||||||
|
ExecStart=@sbindir@/avahi-daemon -s
|
||||||
|
ExecReload=@sbindir@/avahi-daemon -r
|
||||||
|
NotifyAccess=main
|
Loading…
Add table
Reference in a new issue