Module Name: src
Committed By: roy
Date: Wed Oct 25 09:13:41 UTC 2017
Modified Files:
src/external/bsd/unbound/etc/rc.d: unbound
Log Message:
unbound reloads config on SIGHUP, so add the reload command
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/unbound/etc/rc.d/unbound
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/unbound/etc/rc.d/unbound
diff -u src/external/bsd/unbound/etc/rc.d/unbound:1.1 src/external/bsd/unbound/etc/rc.d/unbound:1.2
--- src/external/bsd/unbound/etc/rc.d/unbound:1.1 Sat Aug 20 11:20:31 2016
+++ src/external/bsd/unbound/etc/rc.d/unbound Wed Oct 25 09:13:41 2017
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: unbound,v 1.1 2016/08/20 11:20:31 christos Exp $
+# $NetBSD: unbound,v 1.2 2017/10/25 09:13:41 roy Exp $
#
# PROVIDE: named
@@ -16,6 +16,7 @@ command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/${name}/${name}.conf"
start_precmd="unbound_precmd"
+extra_commands="reload"
unbound_migrate()
{