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 /services/agetty-serial/conf | |
parent | 0603ba4d1fb7ccc61e5a1f52810ab790acdc0043 (diff) | |
download | runit-void-ef7ad969f23668ad6a5f45981a19362524f376b2.tar.gz runit-void-ef7ad969f23668ad6a5f45981a19362524f376b2.tar.xz runit-void-ef7ad969f23668ad6a5f45981a19362524f376b2.zip |
services: getty -> agetty
Diffstat (limited to 'services/agetty-serial/conf')
-rw-r--r-- | services/agetty-serial/conf | 2 |
1 files changed, 1 insertions, 1 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 |