diff options
author | tm <tm@pkgsrc.org> | 2020-09-28 18:56:03 +0000 |
---|---|---|
committer | tm <tm@pkgsrc.org> | 2020-09-28 18:56:03 +0000 |
commit | 20d9ac4a2c46a85786931a9c656657cf95aec664 (patch) | |
tree | dcdd23451c018701935316ca63dee3ef2f478349 /net/mosquitto | |
parent | 1a62a7947c2dc425b334caca74a3a957b48d7ce7 (diff) | |
download | pkgsrc-20d9ac4a2c46a85786931a9c656657cf95aec664.tar.gz |
mosquitto: Add refresh to SMF manifest
Add refresh method via kill -HUP to SMF manifest.
Diffstat (limited to 'net/mosquitto')
-rw-r--r-- | net/mosquitto/Makefile | 3 | ||||
-rw-r--r-- | net/mosquitto/files/smf/manifest.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index fed1f562ff8..4311b2c6db9 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2020/08/19 23:33:38 gdt Exp $ +# $NetBSD: Makefile,v 1.13 2020/09/28 18:56:03 tm Exp $ VERSION= 1.6.12 +PKGREVISION= 1 DISTNAME= mosquitto-${VERSION} CATEGORIES= net MASTER_SITES= https://mosquitto.org/files/source/ diff --git a/net/mosquitto/files/smf/manifest.xml b/net/mosquitto/files/smf/manifest.xml index 023d4a9030d..56a60da7709 100644 --- a/net/mosquitto/files/smf/manifest.xml +++ b/net/mosquitto/files/smf/manifest.xml @@ -19,7 +19,7 @@ <method_context></method_context> <exec_method type='method' name='start' exec='@PREFIX@/@SMF_METHOD_FILE.mosquitto@ -d -c @PKG_SYSCONFDIR@/mosquitto.conf' timeout_seconds='60' /> <exec_method type='method' name='stop' exec=':kill' timeout_seconds='30' /> - + <exec_method type="method" name="refresh" exec=":kill -HUP" timeout_seconds='30' /> <template> <common_name> <loctext xml:lang='C'>Mosquitto MQTT Broker</loctext> |