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
|
#!/bin/sh
|
||||||
exec 1>&2
|
exec 1>&2
|
||||||
exec metalog -v
|
[ -r conf ] && . ./conf
|
||||||
|
exec metalog ${OPTS=-v}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'metalog'
|
# Template file for 'metalog'
|
||||||
pkgname=metalog
|
pkgname=metalog
|
||||||
version=3
|
version=3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="pcre-devel"
|
makedepends="pcre-devel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue