From 5add1af0990df01ebce7e76d8c120816d169528a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Apr 2015 13:49:59 +0200 Subject: [PATCH] runit-void: fix agetty-generic again. --- .../runit-void/patches/fix-agetty-generic-conf.patch | 11 +++++++++++ srcpkgs/runit-void/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/runit-void/patches/fix-agetty-generic-conf.patch diff --git a/srcpkgs/runit-void/patches/fix-agetty-generic-conf.patch b/srcpkgs/runit-void/patches/fix-agetty-generic-conf.patch new file mode 100644 index 00000000000..868292f6eae --- /dev/null +++ b/srcpkgs/runit-void/patches/fix-agetty-generic-conf.patch @@ -0,0 +1,11 @@ +--- services/agetty-generic/run.orig 2015-04-02 13:48:59.090662443 +0200 ++++ services/agetty-generic/run 2015-04-02 13:49:06.270149787 +0200 +@@ -2,7 +2,7 @@ + + tty=${PWD##*-} + +-[ -r conf ] && . conf ++[ -r conf ] && . ./conf + + if [ -x /sbin/getty ]; then + # busybox diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template index cb58748c251..ee2e98501cf 100644 --- a/srcpkgs/runit-void/template +++ b/srcpkgs/runit-void/template @@ -1,7 +1,7 @@ # Template file for 'runit-void' pkgname=runit-void version=20150402.1 -revision=1 +revision=2 wrksrc="void-runit-${version}" build_pie=yes build_style=gnu-makefile