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"
This commit is contained in:
parent
8563ebea46
commit
56cd96f9bd
@ -4,7 +4,7 @@ After=syslog.target network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/sbin/_kpropd -S
|
ExecStart=/usr/sbin/_kpropd
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
Summary: The Kerberos network authentication system
|
Summary: The Kerberos network authentication system
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.13
|
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?
|
# 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
|
# http://web.mit.edu/kerberos/dist/krb5/1.13/krb5-1.13-alpha1-signed.tar
|
||||||
Source0: krb5-%{version}%{prerelease}.tar.gz
|
Source0: krb5-%{version}%{prerelease}.tar.gz
|
||||||
@ -973,7 +973,11 @@ exit 0
|
|||||||
%{_sbindir}/uuserver
|
%{_sbindir}/uuserver
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 22 2014 Nalin Dahyabhai <nalin@redhat.com> - 1.12.2-4
|
* Tue Aug 26 2014 Nalin Dahyabhai <nalin@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@redhat.com> - 1.13-0.alpha1.1
|
||||||
- update to 1.13 alpha1
|
- update to 1.13 alpha1
|
||||||
- drop upstreamed and backported patches
|
- drop upstreamed and backported patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user