Merge branch 'master' into el5

This commit is contained in:
Nick Bebout 2012-01-24 19:10:51 -06:00
commit bc2133efaa
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@ fi
%if !%{use_systemd}
if [ $1 -eq 0 ] ; then
/sbin/service znc stop >/dev/null 2>&1
/sbin/chkconfig --del znc
/sbin/service znc stop >/dev/null 2>&1 || :
/sbin/chkconfig --del znc || :
fi
%endif