mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +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 867f57d166395c92949e480ca725249b0ca8950b)
This commit is contained in:
parent
3dad79b88e
commit
566314ca97
@ -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…
x
Reference in New Issue
Block a user