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:
parent
1cd7201e53
commit
58085063c4
@ -338,7 +338,7 @@ if [ "$1" -eq "2" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" -ge "1" ]; then
|
if [ "$1" -ge "1" ]; then
|
||||||
%{initdir}/smb condrestart >/dev/null 2>&1 || :
|
/sbin/service smb condrestart >/dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
|
Loading…
x
Reference in New Issue
Block a user