summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-10-21 12:46:25 +0000
committerwiedi <wiedi@pkgsrc.org>2014-10-21 12:46:25 +0000
commit4ae420cc1c5aec3b795000796165f66a6efd937c (patch)
tree7149af6c37af38885a19b190ef657574938f2975 /sysutils
parent0d22ee0e4dec90c97d5ff3b5a01099b6f0dc175a (diff)
downloadpkgsrc-4ae420cc1c5aec3b795000796165f66a6efd937c.tar.gz
Update znapzend to 0.13.0
Changelog: oetiker released this on Sep 18: - if you want znapzend to reload your config, kill -HUP will do the trick - improved handling of TERM for a graceful shutdown - new option for znapzend: --connectTimeout=x
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/znapzend/Makefile4
-rw-r--r--sysutils/znapzend/distinfo8
-rw-r--r--sysutils/znapzend/files/smf/manifest.xml4
3 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/znapzend/Makefile b/sysutils/znapzend/Makefile
index 649f22be97c..d018148e083 100644
--- a/sysutils/znapzend/Makefile
+++ b/sysutils/znapzend/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/08/30 11:03:11 wiedi Exp $
+# $NetBSD: Makefile,v 1.2 2014/10/21 12:46:25 wiedi Exp $
-VERSION= 0.12.3
+VERSION= 0.13.0
DISTNAME= v${VERSION}
PKGNAME= znapzend-${VERSION}
CATEGORIES= sysutils
diff --git a/sysutils/znapzend/distinfo b/sysutils/znapzend/distinfo
index 18ff37317f5..9519ad9538a 100644
--- a/sysutils/znapzend/distinfo
+++ b/sysutils/znapzend/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/08/30 11:03:11 wiedi Exp $
+$NetBSD: distinfo,v 1.2 2014/10/21 12:46:25 wiedi Exp $
-SHA1 (v0.12.3.tar.gz) = a35b5536b854cce5a307b98a908e29c92a3451ee
-RMD160 (v0.12.3.tar.gz) = 41ce34fd23f7348dcf036f9b3b248d833651cf9e
-Size (v0.12.3.tar.gz) = 117379 bytes
+SHA1 (v0.13.0.tar.gz) = 7eebaa8a42e5f3f5f9dcef0f11e2ab3cf2358a3a
+RMD160 (v0.13.0.tar.gz) = 87776533ef638d2e9ab17fe79dea79fc503fe551
+Size (v0.13.0.tar.gz) = 127962 bytes
diff --git a/sysutils/znapzend/files/smf/manifest.xml b/sysutils/znapzend/files/smf/manifest.xml
index 7bed8fd84f0..30b7323ad13 100644
--- a/sysutils/znapzend/files/smf/manifest.xml
+++ b/sysutils/znapzend/files/smf/manifest.xml
@@ -11,8 +11,8 @@
<method_context><method_credential user='root'/></method_context>
- <exec_method type="method" name="start" exec="@PREFIX@/bin/znapzend --daemonize --pidfile=@VARBASE@/run/znapzend.pid" timeout_seconds="170" />
- <exec_method type="method" name="stop" exec="/usr/bin/kill `cat @VARBASE@/run/znapzend.pid`" timeout_seconds="60" />
+ <exec_method type="method" name="start" exec="@PREFIX@/bin/znapzend --daemonize --pidfile=/dev/null" timeout_seconds="170" />
+ <exec_method type="method" name="stop" exec=":kill" timeout_seconds="60" />
<stability value="Unstable" />