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/dd4b70ebac75
branches:  trunk
changeset: 827369:dd4b70ebac75
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 d1a373204df2 -r dd4b70ebac75 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