about summary refs log tree commit diff
path: root/services/agetty-tty1
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-06-02 09:43:54 +0200
committerJuan RP <xtraeme@voidlinux.eu>2015-06-02 09:43:54 +0200
commit55ecf2f18851e3cf9d2b8017701aa882e0b23a6d (patch)
tree52399e1d9598c3003a1860a6d624aae11f615aed /services/agetty-tty1
parent2ad587771ec0ed3bd2c0c01efeee96af830064ca (diff)
downloadrunit-void-55ecf2f18851e3cf9d2b8017701aa882e0b23a6d.tar.gz
runit-void-55ecf2f18851e3cf9d2b8017701aa882e0b23a6d.tar.xz
runit-void-55ecf2f18851e3cf9d2b8017701aa882e0b23a6d.zip
services/agetty*: update for usr/bin move. 20150602.1
Diffstat (limited to 'services/agetty-tty1')
-rw-r--r--services/agetty-tty1/conf2
1 files changed, 1 insertions, 1 deletions
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"