sysutils/syslog-ng: Avoid doubling up on a process watchdog inside
the SMF manifest. Bump PKGREVISION.
This commit is contained in:
parent
f9c0027d30
commit
dde0c781cc
3 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.31 2017/12/11 14:45:11 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2018/01/12 20:48:06 fhajny Exp $
|
||||
|
||||
PKGREVISION= 1
|
||||
|
||||
.include "../../sysutils/syslog-ng/Makefile.common"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.8 2017/12/11 14:45:11 fhajny Exp $
|
||||
# $NetBSD: Makefile.common,v 1.9 2018/01/12 20:48:06 fhajny Exp $
|
||||
# used by sysutils/syslog-ng/Makefile
|
||||
# used by sysutils/syslog-ng/Makefile.module
|
||||
|
||||
|
@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --disable-sun-streams
|
|||
CONFIGURE_ARGS+= --disable-tcp-wrapper
|
||||
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/db/syslog-ng
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
||||
CONFIGURE_ARGS+= --with-ivykis=${BUILDLINK_PREFIX.ivykis}
|
||||
CONFIGURE_ARGS+= --with-ivykis=system
|
||||
CONFIGURE_ARGS+= --with-mongoc=no
|
||||
CONFIGURE_ARGS+= --with-librabbitmq-client=no
|
||||
CONFIGURE_ARGS+= --with-pidfile-dir=${VARBASE}/run
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<service_fmri value="svc:/system/filesystem/local" />
|
||||
</dependency>
|
||||
<method_context></method_context>
|
||||
<exec_method type="method" name="start" exec="@PREFIX@/sbin/syslog-ng" timeout_seconds="60" />
|
||||
<exec_method type="method" name="start" exec="@PREFIX@/sbin/syslog-ng --process-mode=background" timeout_seconds="60" />
|
||||
<exec_method type="method" name="stop" exec=":kill" timeout_seconds="60" />
|
||||
<property_group name="startd" type="framework">
|
||||
<propval name="duration" type="astring" value="contract" />
|
||||
|
|
Loading…
Reference in a new issue