From 7fa55cc192a9a44793f7c82165fefe03022a8e64 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Thu, 15 Mar 2012 11:05:17 +0100 Subject: [PATCH] runit: no more crow pretending to be penguin. --- base/runit/runit.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/runit/runit.conf b/base/runit/runit.conf index 2f70f6fce..c077c3e2d 100644 --- a/base/runit/runit.conf +++ b/base/runit/runit.conf @@ -59,7 +59,7 @@ if [ "$SDECFG_INIT" == "runit" ]; then if [ "$i" == "console" -o "$i" == "vc/1" ]; then agettyargs='-L -i -I '"'"'\012\015\012Maintenance Console:\012'"'" else - agettyargs='-f /etc/issue.ansi' + agettyargs='-f /etc/issue' fi cat << EOT > $root/$sysconfdir/getty-${i#vc/}/run #!/bin/sh