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
|
#!/bin/sh
|
||||||
export TERM=linux
|
export TERM=linux
|
||||||
[ -r conf ] && . conf
|
[ -r conf ] && . ./conf
|
||||||
exec ngetty ${OPTS:=tty1 tty2 tty3 tty4 tty5 tty6}
|
exec ngetty ${OPTS:=tty1 tty2 tty3 tty4 tty5 tty6}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ngetty'
|
# Template file for 'ngetty'
|
||||||
pkgname=ngetty
|
pkgname=ngetty
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=3
|
revision=4
|
||||||
short_desc="Daemon for virtual console terminals"
|
short_desc="Daemon for virtual console terminals"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue