]> arthur.barton.de Git - netatalk.git/commitdiff
Workaround for a problem which cannot be advertized by Avahi. Bug #541.
authorHAT <hat@fa2.so-net.ne.jp>
Wed, 18 Dec 2013 13:50:25 +0000 (22:50 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Wed, 18 Dec 2013 13:59:35 +0000 (22:59 +0900)
NEWS
distrib/initscripts/service.systemd.tmpl

diff --git a/NEWS b/NEWS
index f9e4f3033153e3f3fd41fdbf579d86cfb7eb4e9c..07967b43c9005a380f50cf2fa1755e3e84ca0807 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,7 @@ Changes in 3.0.7
 * FIX: Build fixes for the Kerberos UAM
 * UPD: Use dedicated exit code for AFP connections that were dropped
        by the client right after the TCP handshake
+* FIX: Workaround for a problem which cannot be advertized by Avahi. Bug #541.
 
 Changes in 3.0.6
 ================
index 670f1445c8c10c105c9e5ba297ad70c61ea19dec..cd17076a0f1908c5ea5a23ca65890b93e5c51ce4 100644 (file)
@@ -9,7 +9,7 @@ After=syslog.target network.target avahi-daemon.service
 [Service]
 Type=forking
 GuessMainPID=no
-ExecStart=:SBINDIR:/netatalk
+ExecStart=/bin/sh -c :SBINDIR:/netatalk
 PIDFile=:PATH_NETATALK_LOCK:
 ExecReload=/bin/kill -HUP $MAINPID
 Restart=always