pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mosquitto mosquitto: Add refresh to SMF manifest
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed0e95afe64e
branches: trunk
changeset: 439756:ed0e95afe64e
user: tm <tm%pkgsrc.org@localhost>
date: Mon Sep 28 18:56:03 2020 +0000
description:
mosquitto: Add refresh to SMF manifest
Add refresh method via kill -HUP to SMF manifest.
diffstat:
net/mosquitto/Makefile | 3 ++-
net/mosquitto/files/smf/manifest.xml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 9f6399a4b94a -r ed0e95afe64e net/mosquitto/Makefile
--- a/net/mosquitto/Makefile Mon Sep 28 14:12:48 2020 +0000
+++ b/net/mosquitto/Makefile Mon Sep 28 18:56:03 2020 +0000
@@ -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 -r 9f6399a4b94a -r ed0e95afe64e net/mosquitto/files/smf/manifest.xml
--- a/net/mosquitto/files/smf/manifest.xml Mon Sep 28 14:12:48 2020 +0000
+++ b/net/mosquitto/files/smf/manifest.xml Mon Sep 28 18:56:03 2020 +0000
@@ -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