From 18a289488a79707d3fb94d55427e7b74a59ab264 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 27 Jan 2015 10:35:36 +0100 Subject: [PATCH] runit-void: enable agetty-tty[5-6] too (to make X use tty7). --- srcpkgs/runit-void/INSTALL | 2 +- srcpkgs/runit-void/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/runit-void/INSTALL b/srcpkgs/runit-void/INSTALL index 43123c016e1..02c2d166440 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 0b205316bf5..b8a4b541a2a 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"