[audit] Fix preuninstall to not stop the service

Steve Grubb sgrubb at fedoraproject.org
Fri Jan 24 20:28:05 UTC 2014


commit 7580b456ad4b862584e215b8d00bfa76b14bd2d4
Author: sgrubb <sgrubb at redhat.com>
Date:   Fri Jan 24 15:28:05 2014 -0500

    Fix preuninstall to not stop the service

 audit.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/audit.spec b/audit.spec
index f95eb85..bd907c3 100644
--- a/audit.spec
+++ b/audit.spec
@@ -161,7 +161,6 @@ fi
 
 %preun
 %if %{WITH_SYSTEMD}
-/sbin/service auditd stop > /dev/null 2>&1
 %systemd_preun auditd.service
 %else
 if [ $1 -eq 0 ]; then


More information about the scm-commits mailing list