diff options
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> |