Do not reload unit file while unistalling

This commit is contained in:
Petr Písař 2012-08-07 16:21:14 +02:00
parent 3b4a5b1591
commit a786322170

View File

@ -77,7 +77,7 @@ fi
%preun
if [ "$1" -eq 0 ]; then
/bin/systemctl disable radvd.service > /dev/null 2>&1 || :
/bin/systemctl --no-reload disable radvd.service > /dev/null 2>&1 || :
/bin/systemctl stop radvd.service > /dev/null 2>&1 || :
fi
@ -102,6 +102,7 @@ exit 0
%changelog
* Tue Aug 07 2012 Petr Pisar <ppisar@redhat.com> - 1.9.1-3
- Remove useless chkconfig invocation (bug #845562)
- Do not reload unit file while unistalling
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild