typo fix
X-Gentoo-Bug: 618888 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=618888
This commit is contained in:
parent
1ece16bfcd
commit
ec27299f4b
@ -2,7 +2,7 @@
|
|||||||
#baud=""
|
#baud=""
|
||||||
|
|
||||||
# set the terminal type
|
# set the terminal type
|
||||||
#termtype="linux"
|
#term_type="linux"
|
||||||
|
|
||||||
# extra options to pass to agetty for this port
|
# extra options to pass to agetty for this port
|
||||||
#agetty_options=""
|
#agetty_options=""
|
||||||
|
@ -14,7 +14,7 @@ supervisor=supervise-daemon
|
|||||||
port="${RC_SVCNAME#*.}"
|
port="${RC_SVCNAME#*.}"
|
||||||
term_type="${term_type:-linux}"
|
term_type="${term_type:-linux}"
|
||||||
command=/sbin/agetty
|
command=/sbin/agetty
|
||||||
command_args_foreground="${agetty_options} ${port} ${baud} ${termtype}"
|
command_args_foreground="${agetty_options} ${port} ${baud} ${term_type}"
|
||||||
pidfile="/run/${RC_SVCNAME}.pid"
|
pidfile="/run/${RC_SVCNAME}.pid"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
|
Loading…
Reference in New Issue
Block a user