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 }