OpenRC: inittab: start agetty with /dev/vt/X to workaround 2.6.31 kernel.
Bump revision. --HG-- extra : convert_revision : 5a5f79e4cbcdad9bb6402bee556fcd608051bd85
This commit is contained in:
parent
ccf7adfadf
commit
7e43e07e8f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue