Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/unbound/etc/rc.d unbound reloads config on SIGH...
details: https://anonhg.NetBSD.org/src/rev/0b731034f2cd
branches: trunk
changeset: 357068:0b731034f2cd
user: roy <roy%NetBSD.org@localhost>
date: Wed Oct 25 09:13:41 2017 +0000
description:
unbound reloads config on SIGHUP, so add the reload command
diffstat:
external/bsd/unbound/etc/rc.d/unbound | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1d8699cc235e -r 0b731034f2cd external/bsd/unbound/etc/rc.d/unbound
--- a/external/bsd/unbound/etc/rc.d/unbound Wed Oct 25 08:50:05 2017 +0000
+++ b/external/bsd/unbound/etc/rc.d/unbound Wed Oct 25 09:13:41 2017 +0000
@@ -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 @@
pidfile="/var/run/${name}.pid"
required_files="/etc/${name}/${name}.conf"
start_precmd="unbound_precmd"
+extra_commands="reload"
unbound_migrate()
{
Home |
Main Index |
Thread Index |
Old Index