From e022d3b1aa96ea53d39d93c3ee5cdbfb570fc2f7 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Mon, 9 Sep 2002 22:40:34 +0000 Subject: [PATCH] Fix syscons so it actually does start. Reported by: keramida, ume Submitted by: keramida --- etc/rc.d/syscons | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/rc.d/syscons b/etc/rc.d/syscons index 533915121cf..234f5b21fb3 100644 --- a/etc/rc.d/syscons +++ b/etc/rc.d/syscons @@ -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" -- 2.45.2