[am-utils/f16] 5:6.1.5-20.1: fix #784235

kzak kzak at fedoraproject.org
Tue Jan 24 12:50:22 UTC 2012


commit 982aef8ebba2c2a825f26b594278936ea5e66ca5
Author: Karel Zak <kzak at redhat.com>
Date:   Tue Jan 24 13:45:14 2012 +0100

    5:6.1.5-20.1: fix #784235
    
    Signed-off-by: Karel Zak <kzak at redhat.com>

 am-utils.spec |    5 ++++-
 amd.service   |    1 +
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/am-utils.spec b/am-utils.spec
index e30681d..891c45a 100644
--- a/am-utils.spec
+++ b/am-utils.spec
@@ -1,7 +1,7 @@
 Summary: Automount utilities including an updated version of Amd
 Name: am-utils
 Version: 6.1.5
-Release: 20%{?dist}
+Release: 20.1%{?dist}
 License: BSD
 Epoch: 5
 Group: System Environment/Daemons
@@ -195,6 +195,9 @@ fi
 %{_libdir}/libamu.so*
 
 %changelog
+* Tue Jan 24 2012 Karel Zak <kzak at redhat.com> - 5:6.1.5-20.1
+- fix #784235 - amd immediately exits after starting with systemd
+
 * Fri Sep 09 2011 Tom Callaway <spot at fedoraproject.org> - 5:6.1.5-20
 - add missing systemd scriptlets
 
diff --git a/amd.service b/amd.service
index ea969c9..b078c9e 100644
--- a/amd.service
+++ b/amd.service
@@ -4,6 +4,7 @@ After=syslog.target network.target
 
 [Service]
 EnvironmentFile=-/etc/sysconfig/amd
+Type=forking
 ExecStart=/usr/sbin/amd -F /etc/amd.conf $AMDOPTS $OPTIONS $MOUNTPTS
 
 [Install]


More information about the scm-commits mailing list