Fix syscons so it actually does start.

Reported by:	keramida, ume
Submitted by:	keramida
This commit is contained in:
Gordon Tetlow 2002-09-09 22:40:34 +00:00
parent 99bf2b3c1a
commit e022d3b1aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103161

View File

@ -36,7 +36,6 @@
name="syscons"
start_precmd="syscons_precmd"
start_cmd="syscons_start"
load_rc_config $name
# stdin must be redirected because it might be for a serial console
#
@ -197,3 +196,6 @@ syscons_start()
echo '.'
}
load_rc_config $name
run_rc_command "$1"