From: Michael Adam Date: Fri, 23 May 2008 10:52:21 +0000 (+0200) Subject: packaging(RHEL-CTDB): use "/sbin/service smb" instead of "%{initdir}/smb" X-Git-Tag: samba-3.3.0pre1~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58085063c46f3c55c8aebc83bb79a2dd19f73622;p=thirdparty%2Fsamba.git packaging(RHEL-CTDB): use "/sbin/service smb" instead of "%{initdir}/smb" Michael --- diff --git a/packaging/RHEL-CTDB/samba.spec b/packaging/RHEL-CTDB/samba.spec index afe90ec5beb..189821da49c 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