mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Fix minor problem in previous initscript commit.
The valgrind start case should not use daemon, since this is specific to Red Hat. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 1ea6af7007fe3b5a48d48440a0924c71d7a6000a)
This commit is contained in:
parent
4a09cc639b
commit
1f9ef465e3
@ -120,7 +120,7 @@ start() {
|
||||
|
||||
case $init_style in
|
||||
valgrind)
|
||||
daemon valgrind -q --log-file=/var/log/ctdb_valgrind \
|
||||
valgrind -q --log-file=/var/log/ctdb_valgrind \
|
||||
$ctdbd --nosetsched $CTDB_OPTIONS
|
||||
RETVAL=0
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user