1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

packaging(RHEL-CTDB): use "/sbin/service smb" instead of "%{initdir}/smb"

Michael
This commit is contained in:
Michael Adam 2008-05-23 12:52:21 +02:00
parent 1cd7201e53
commit 58085063c4

View File

@ -338,7 +338,7 @@ if [ "$1" -eq "2" ]; then
fi
if [ "$1" -ge "1" ]; then
%{initdir}/smb condrestart >/dev/null 2>&1 || :
/sbin/service smb condrestart >/dev/null 2>&1 || :
fi
%preun