Changes of Revision 3
[-] | Changed | haproxy.spec |
x 1
2 /sbin/chkconfig --del %{name} 3 fi 4 5 -%postun 6 -if [ "$1" -ge "1" ]; then 7 - /sbin/service %{name} condrestart >/dev/null 2>&1 || : 8 -fi 9 10 %files 11 %defattr(-,root,root) 12 |