diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-03-31 17:37:42 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-04-01 14:46:43 +0200 |
commit | ef7ad969f23668ad6a5f45981a19362524f376b2 (patch) | |
tree | 3bc0f443173cdfdd434f8169cd69edfd2dd15b5e | |
parent | 0603ba4d1fb7ccc61e5a1f52810ab790acdc0043 (diff) | |
download | runit-void-ef7ad969f23668ad6a5f45981a19362524f376b2.tar.gz runit-void-ef7ad969f23668ad6a5f45981a19362524f376b2.tar.xz runit-void-ef7ad969f23668ad6a5f45981a19362524f376b2.zip |
services: getty -> agetty
-rw-r--r-- | services/agetty-serial/conf | 2 | ||||
-rw-r--r-- | services/agetty-tty1/conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services/agetty-serial/conf b/services/agetty-serial/conf index 74a9364..b40bb22 100644 --- a/services/agetty-serial/conf +++ b/services/agetty-serial/conf @@ -1,5 +1,5 @@ GETTY_ARGS="-L" -if [ -x /sbin/getty ]; then +if [ -x /sbin/agetty ]; then # util-linux specific settings GETTY_ARGS="${GETTY_ARGS} -8" fi diff --git a/services/agetty-tty1/conf b/services/agetty-tty1/conf index a2d4e8d..19cbabb 100644 --- a/services/agetty-tty1/conf +++ b/services/agetty-tty1/conf @@ -1,4 +1,4 @@ -if [ -x /sbin/getty ]; then +if [ -x /sbin/agetty ]; then # util-linux specific settings GETTY_ARGS="--no-clear" fi |