mirror of
https://github.com/samba-team/samba.git
synced 2025-09-07 21:44:22 +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:
@@ -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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user