[am-utils] 5:6.1.5-22: fix #784235

kzak kzak at fedoraproject.org
Tue Jan 24 12:51:00 UTC 2012


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

    5:6.1.5-22: 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 3621372..e6ae1f0 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: 21%{?dist}
+Release: 22%{?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-22
+- fix #784235 - amd immediately exits after starting with systemd
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5:6.1.5-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
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