From 7e43e07e8fa93629fc61b4ce7fe6b6619bc15910 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 28 Sep 2009 15:50:50 +0200 Subject: [PATCH] OpenRC: inittab: start agetty with /dev/vt/X to workaround 2.6.31 kernel. Bump revision. --HG-- extra : convert_revision : 5a5f79e4cbcdad9bb6402bee556fcd608051bd85 --- templates/OpenRC/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/OpenRC/template b/templates/OpenRC/template index b7ff7d65e6f..531b6093468 100644 --- a/templates/OpenRC/template +++ b/templates/OpenRC/template @@ -1,6 +1,7 @@ # Template file for 'OpenRC' pkgname=OpenRC version=0.5.0 +revision=1 wrksrc=openrc-${version} patch_files="xbps-locale-service.diff" distfiles="http://roy.marples.name/downloads/openrc/openrc-$version.tar.bz2" @@ -40,6 +41,7 @@ pre_configure() post_install() { + sed -i -e "s|38400 tty|38400 vc\/|g" ${wrksrc}/support/sysvinit/inittab install -D -m755 ${wrksrc}/support/sysvinit/inittab \ ${DESTDIR}/etc/inittab }