mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Syscons cannot be stopped, so provide a no-op stop method.
The default stop method from rc.subr isn't suited for this case and produces a bogus warning: "syscons not running". Suggested by: matteo
This commit is contained in:
parent
5b01e77c64
commit
a9e42d31b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165389
@ -38,6 +38,7 @@ extra_commands="setkeyboard"
|
||||
setkeyboard_cmd="syscons_setkeyboard"
|
||||
start_precmd="syscons_precmd"
|
||||
start_cmd="syscons_start"
|
||||
stop_cmd=":"
|
||||
|
||||
# stdin must be redirected because it might be for a serial console
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user