Make sure that the prestart routine is run with *start, instead of

just 'start'.

Reminded by:	keramida
This commit is contained in:
dougb 2005-12-27 23:08:58 +00:00
parent 3d21d174f9
commit 761b74bc75

View File

@ -47,7 +47,7 @@ load_rc_config $name
# The clear_tmp_X variable should be tested even if clear_tmp_enable is NO
case "$1" in
start) cleartmp_prestart ;;
*start) cleartmp_prestart ;;
esac
run_rc_command "$1"