pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/mosquitto



Module Name:    pkgsrc
Committed By:   tm
Date:           Mon Sep 28 18:56:03 UTC 2020

Modified Files:
        pkgsrc/net/mosquitto: Makefile
        pkgsrc/net/mosquitto/files/smf: manifest.xml

Log Message:
mosquitto: Add refresh to SMF manifest

Add refresh method via kill -HUP to SMF manifest.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/mosquitto/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/mosquitto/files/smf/manifest.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/mosquitto/Makefile
diff -u pkgsrc/net/mosquitto/Makefile:1.12 pkgsrc/net/mosquitto/Makefile:1.13
--- pkgsrc/net/mosquitto/Makefile:1.12  Wed Aug 19 23:33:38 2020
+++ pkgsrc/net/mosquitto/Makefile       Mon Sep 28 18:56:03 2020
@@ -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/

Index: pkgsrc/net/mosquitto/files/smf/manifest.xml
diff -u pkgsrc/net/mosquitto/files/smf/manifest.xml:1.1 pkgsrc/net/mosquitto/files/smf/manifest.xml:1.2
--- pkgsrc/net/mosquitto/files/smf/manifest.xml:1.1     Thu Apr 16 15:19:11 2020
+++ pkgsrc/net/mosquitto/files/smf/manifest.xml Mon Sep 28 18:56:03 2020
@@ -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>



Home | Main Index | Thread Index | Old Index