X-Gentoo-Bug: 618888
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=618888
This commit is contained in:
William Hubbs 2017-05-22 12:46:55 -05:00
parent 1ece16bfcd
commit ec27299f4b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#baud=""
# set the terminal type
#termtype="linux"
#term_type="linux"
# extra options to pass to agetty for this port
#agetty_options=""

View File

@ -14,7 +14,7 @@ supervisor=supervise-daemon
port="${RC_SVCNAME#*.}"
term_type="${term_type:-linux}"
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"
depend() {