From 47dbecf35a9e9b8817908ad6b5dde461bcb89140 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 23 May 2008 12:52:21 +0200 Subject: packaging(RHEL-CTDB): use "/sbin/service smb" instead of "%{initdir}/smb" Michael (This used to be commit 58085063c46f3c55c8aebc83bb79a2dd19f73622) --- packaging/RHEL-CTDB/samba.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit