diff options
author | gordon <gordon@FreeBSD.org> | 2002-09-09 22:40:34 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2002-09-09 22:40:34 +0000 |
commit | 271b8a3ed51236085339548ea68358588ac36879 (patch) | |
tree | 6e8c65fd0cfedc6b3f182cb417dc5379c0303b53 /etc | |
parent | a63580cd00c23d0ef8cef56ad3943fa791d6ac06 (diff) | |
download | FreeBSD-src-271b8a3ed51236085339548ea68358588ac36879.zip FreeBSD-src-271b8a3ed51236085339548ea68358588ac36879.tar.gz |
Fix syscons so it actually does start.
Reported by: keramida, ume
Submitted by: keramida
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/syscons | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.d/syscons b/etc/rc.d/syscons index 5339151..234f5b2 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" |