Fix preuninstall to not stop the service

This commit is contained in:
sgrubb 2014-01-24 15:28:05 -05:00
parent 3a011d8142
commit 7580b456ad

View File

@ -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