runit-void: enable agetty-tty[5-6] too (to make X use tty7).

This commit is contained in:
Juan RP 2015-01-27 10:35:36 +01:00
parent c59b45bed0
commit 18a289488a
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ post)
ln -sf /etc/sv/sulogin etc/runit/runsvdir/single
mkdir -p etc/runit/runsvdir/default
for f in 1 2 3 4; do
for f in 1 2 3 4 5 6; do
ln -sf /etc/sv/agetty-tty$f etc/runit/runsvdir/default
done
;;

View file

@ -1,7 +1,7 @@
# Template file for 'runit-void'
pkgname=runit-void
version=20150127
revision=1
revision=2
build_style=gnu-makefile
homepage="http://www.voidlinux.eu"
short_desc="Void Linux runit scripts"