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

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


commit 5a7bfcbb5c04c9589093d6072e6b6625641a7897
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Tue Aug 26 11:26:55 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

 kprop.service |    2 +-
 krb5.spec     |    6 +++++-
 2 files changed, 6 insertions(+), 2 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 cdc104c..2460c69 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -41,7 +41,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.11.5
-Release: 12%{?dist}
+Release: 13%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.5-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -1103,6 +1103,10 @@ exit 0
 %{_sbindir}/uuserver
 
 %changelog
+* Tue Aug 26 2014 Nalin Dahyabhai <nalin at redhat.com> - 1.11.5-13
+- kpropd hasn't bothered with -S since 1.11; stop trying to use that flag
+  in the systemd unit file
+
 * Wed Aug 20 2014 Nalin Dahyabhai <nalin at redhat.com> - 1.11.5-12
 - pull in upstream fix for an incorrect check on the value returned by a
   strdup() call (#1132062)


More information about the scm-commits mailing list