Sync comments around _doit with the code.

This commit is contained in:
Yaroslav Tykhiy 2006-07-25 17:16:48 +00:00
parent 417ae47d51
commit ed1f20ba5c

View File

@ -656,7 +656,7 @@ run_rc_command()
return 1
fi
# setup the command to run, and run it
# setup the full command to run
#
echo "Starting ${name}."
if [ -n "$_chroot" ]; then
@ -674,6 +674,7 @@ $command $rc_flags $command_args"
fi
fi
# run the full command;
# if the cmd failed and force
# isn't set, exit
#