about summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/agetty-serial/conf2
-rw-r--r--services/agetty-tty1/conf2
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