ngetty: fix runit service reading optional conf.

This commit is contained in:
Juan RP 2015-02-10 09:08:46 +01:00
parent a664ca42f7
commit 7da49487e5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
export TERM=linux
[ -r conf ] && . conf
[ -r conf ] && . ./conf
exec ngetty ${OPTS:=tty1 tty2 tty3 tty4 tty5 tty6}

View File

@ -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 <chneukirchen@gmail.com>"
license="GPL-2"