diff options
author | Michael Adam <obnox@samba.org> | 2008-05-23 12:52:21 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-13 11:54:03 +0200 |
commit | 47dbecf35a9e9b8817908ad6b5dde461bcb89140 (patch) | |
tree | c2efb2ee1e259d77ddef51169206803ea462b332 | |
parent | ecfb2274ef9a1dd4d664f54540ef33635a94231b (diff) | |
download | samba-47dbecf35a9e9b8817908ad6b5dde461bcb89140.tar.gz samba-47dbecf35a9e9b8817908ad6b5dde461bcb89140.tar.bz2 samba-47dbecf35a9e9b8817908ad6b5dde461bcb89140.zip |
packaging(RHEL-CTDB): use "/sbin/service smb" instead of "%{initdir}/smb"
Michael
(This used to be commit 58085063c46f3c55c8aebc83bb79a2dd19f73622)
-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 |