metalog: accept optional service/conf in the runit service.
This commit is contained in:
parent
a04bc6fb28
commit
4607f5147a
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 1>&2
|
||||
exec metalog -v
|
||||
[ -r conf ] && . ./conf
|
||||
exec metalog ${OPTS=-v}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'metalog'
|
||||
pkgname=metalog
|
||||
version=3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="pcre-devel"
|
||||
|
|
Loading…
Reference in a new issue