From 55ecf2f18851e3cf9d2b8017701aa882e0b23a6d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 09:43:54 +0200 Subject: services/agetty*: update for usr/bin move. --- services/agetty-tty1/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/agetty-tty1/conf') diff --git a/services/agetty-tty1/conf b/services/agetty-tty1/conf index 7c684e9..fee6d06 100644 --- a/services/agetty-tty1/conf +++ b/services/agetty-tty1/conf @@ -1,4 +1,4 @@ -if [ -x /sbin/agetty ]; then +if [ -x /sbin/agetty -o /bin/agetty ]; then # util-linux specific settings if [ "${tty}" = "tty1" ]; then GETTY_ARGS="--noclear" -- cgit 1.4.1