diff options
-rw-r--r-- | packaging/RHEL-CTDB/samba.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/samba.spec b/packaging/RHEL-CTDB/samba.spec index afe90ec5be..189821da49 100644 --- a/packaging/RHEL-CTDB/samba.spec +++ b/packaging/RHEL-CTDB/samba.spec @@ -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 |