[krb5] Remove the -S flag from kprop.service

Nalin Dahyabhai nalin at fedoraproject.org
Thu Aug 28 18:14:31 UTC 2014


commit 56cd96f9bd2a7001a21ba4cd6d1776f5fccf819c
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Aug 26 11:23:52 2014 -0400

    Remove the -S flag from kprop.service
    
    - kpropd hasn't bothered with -S since 1.11; stop trying to use that
      flag in the systemd unit file and change its type from "forking" to
      "simple"

 kprop.service |    2 +-
 krb5.spec     |    8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/kprop.service b/kprop.service
index 959a300..4ed2247 100644
--- a/kprop.service
+++ b/kprop.service
@@ -4,7 +4,7 @@ After=syslog.target network.target
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/_kpropd -S
+ExecStart=/usr/sbin/_kpropd
 
 [Install]
 WantedBy=multi-user.target
diff --git a/krb5.spec b/krb5.spec
index 4c4c03f..d08f938 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -42,7 +42,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.13
-Release: 0%{?dist}.alpha1.1
+Release: 0%{?dist}.alpha1.2
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.13/krb5-1.13-alpha1-signed.tar
 Source0: krb5-%{version}%{prerelease}.tar.gz
@@ -973,7 +973,11 @@ exit 0
 %{_sbindir}/uuserver
 
 %changelog
-* Fri Aug 22 2014 Nalin Dahyabhai <nalin at redhat.com> - 1.12.2-4
+* Tue Aug 26 2014 Nalin Dahyabhai <nalin at redhat.com> - 1.13-0.alpha1.2
+- kpropd hasn't bothered with -S since 1.11; stop trying to use that flag
+  in the systemd unit file
+
+* Fri Aug 22 2014 Nalin Dahyabhai <nalin at redhat.com> - 1.13-0.alpha1.1
 - update to 1.13 alpha1
   - drop upstreamed and backported patches
 


More information about the scm-commits mailing list