From 341f0470cfcae91e180e0c7ddf0101ca2c92253c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 08:42:40 +0200 Subject: Update paths for the usr/sbin -> usr/bin move. --- services/agetty-generic/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services') diff --git a/services/agetty-generic/run b/services/agetty-generic/run index 1e6c2bd..af36daa 100755 --- a/services/agetty-generic/run +++ b/services/agetty-generic/run @@ -4,10 +4,10 @@ tty=${PWD##*-} [ -r conf ] && . ./conf -if [ -x /sbin/getty ]; then +if [ -x /sbin/getty -o -x /bin/getty ]; then # busybox GETTY=getty -elif [ -x /sbin/agetty ]; then +elif [ -x /sbin/agetty -o -x /bin/agetty ]; then # util-linux GETTY=agetty fi -- cgit 1.4.1