ngetty: fix runit service reading optional conf.
This commit is contained in:
parent
a664ca42f7
commit
7da49487e5
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
export TERM=linux
|
||||
[ -r conf ] && . conf
|
||||
[ -r conf ] && . ./conf
|
||||
exec ngetty ${OPTS:=tty1 tty2 tty3 tty4 tty5 tty6}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue