diff --git a/srcpkgs/runit-void/INSTALL b/srcpkgs/runit-void/INSTALL index 43123c016e..02c2d16644 100644 --- a/srcpkgs/runit-void/INSTALL +++ b/srcpkgs/runit-void/INSTALL @@ -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 ;; diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template index 0b205316bf..b8a4b541a2 100644 --- a/srcpkgs/runit-void/template +++ b/srcpkgs/runit-void/template @@ -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"