From 7da49487e5415d6721b771f3a5b23aa5598e3b0f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Feb 2015 09:08:46 +0100 Subject: [PATCH] ngetty: fix runit service reading optional conf. --- srcpkgs/ngetty/files/ngetty/run | 2 +- srcpkgs/ngetty/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ngetty/files/ngetty/run b/srcpkgs/ngetty/files/ngetty/run index 72a45762549..c68e80737f3 100755 --- a/srcpkgs/ngetty/files/ngetty/run +++ b/srcpkgs/ngetty/files/ngetty/run @@ -1,4 +1,4 @@ #!/bin/sh export TERM=linux -[ -r conf ] && . conf +[ -r conf ] && . ./conf exec ngetty ${OPTS:=tty1 tty2 tty3 tty4 tty5 tty6} diff --git a/srcpkgs/ngetty/template b/srcpkgs/ngetty/template index 292b759799f..244a5edfc56 100644 --- a/srcpkgs/ngetty/template +++ b/srcpkgs/ngetty/template @@ -1,7 +1,7 @@ # Template file for 'ngetty' pkgname=ngetty version=1.1 -revision=3 +revision=4 short_desc="Daemon for virtual console terminals" maintainer="Christian Neukirchen " license="GPL-2"