mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
packaging(RHEL-CTDB): use "/sbin/service smb" instead of "%{initdir}/smb"
Michael (This used to be commit 58085063c46f3c55c8aebc83bb79a2dd19f73622)
This commit is contained in:
parent
ecfb2274ef
commit
47dbecf35a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user