summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2014-08-26 11:27:04 -0400
committerNalin Dahyabhai <nalin@redhat.com>2014-08-28 14:05:22 -0400
commite237d18af1ab745e6c0888f346b1d085840e1204 (patch)
tree0188b0f7cac619b2e781e33a0c6c6a5cf730051f
parentee2694e92716e4435688396138f977b1fa90b9c4 (diff)
downloadkrb5-1.12.2-4.fc21.tar.gz
krb5-1.12.2-4.fc21.tar.xz
krb5-1.12.2-4.fc21.zip
Remove the -S flag from kprop.servicekrb5-1.12.2-4.fc21
- kpropd hasn't bothered with -S since 1.11; stop trying to use that flag in the systemd unit file
-rw-r--r--kprop.service2
-rw-r--r--krb5.spec6
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 f09ef2c..1a2aa73 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -41,7 +41,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.12.2
-Release: 3%{?dist}
+Release: 4%{?dist}
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.12/krb5-1.12.2-signed.tar
Source0: krb5-%{version}.tar.gz
@@ -1023,6 +1023,10 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Tue Aug 26 2014 Nalin Dahyabhai <nalin@redhat.com> - 1.12.2-4
+- 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@redhat.com> - 1.12.2-3
- pull in upstream fix for an incorrect check on the value returned by a
strdup() call (#1132062)