summaryrefslogtreecommitdiffstats
path: root/contrib/sssd.spec.in
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2013-07-01 12:21:47 -0400
committerStephen Gallagher <sgallagh@redhat.com>2013-07-02 09:08:21 -0400
commitb9d1f534fa6025f1bae18831107428e2b5280af7 (patch)
tree76dc8f56bcd349abc456a2f13829cb154efff18f /contrib/sssd.spec.in
parent68a5d5fa49e2014a7a28fd3fd90531bdea6c2931 (diff)
downloadsssd-b9d1f534fa6025f1bae18831107428e2b5280af7.tar.gz
sssd-b9d1f534fa6025f1bae18831107428e2b5280af7.tar.xz
sssd-b9d1f534fa6025f1bae18831107428e2b5280af7.zip
Remove sysv->systemd upgrade routines
There are no longer any Fedora platforms running SSSD with SYSV init scripts. We don't need the upgrade logic any more.
Diffstat (limited to 'contrib/sssd.spec.in')
-rw-r--r--contrib/sssd.spec.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index fd19f7cc9..a22bc9a6b 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -738,18 +738,6 @@ if [ $1 -ge 1 ] ; then
/bin/systemctl try-restart sssd.service >/dev/null 2>&1 || :
fi
-%triggerun -- sssd < 1.9.90-1
-# Save the current service runlevel info
-# User must manually run systemd-sysv-convert --apply sssd
-# to migrate them to systemd targets
-/usr/bin/systemd-sysv-convert --save sssd >/dev/null 2>&1 ||:
-
-# If the package is allowed to autostart:
-/bin/systemctl --no-reload enable sssd.service >/dev/null 2>&1 ||:
-
-# Run these because the SysV package being removed won't do them
-/sbin/chkconfig --del sssd >/dev/null 2>&1 || :
-/bin/systemctl try-restart sssd.service >/dev/null 2>&1 || :
%else
# sysv
%post common