openntpd: accept optional service/conf in the runit service.
This commit is contained in:
parent
4607f5147a
commit
d43feb1170
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec ntpd -ds
|
||||
[ -r conf ] && . ./conf
|
||||
exec ntpd -d ${OPTS:=-s}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openntpd'
|
||||
pkgname=openntpd
|
||||
version=5.7p3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-privsep-user=$pkgname"
|
||||
makedepends="libressl-devel"
|
||||
|
|
Loading…
Reference in a new issue