Index: branches/releng-10/nanobsd/files/usr/local/etc/rc.d/unbound
===================================================================
--- branches/releng-10/nanobsd/files/usr/local/etc/rc.d/unbound	(revision 12941)
+++ branches/releng-10/nanobsd/files/usr/local/etc/rc.d/unbound	(revision 12942)
@@ -18,6 +18,6 @@
 
 command="/usr/local/sbin/unbound"
-pidfile=${unbound_pidfile:-"/var/run/unbound.pid"}
-command_args=${unbound_flags:-"-c /var/unbound/unbound.conf"}
+pidfile=${unbound_pidfile:-"/usr/local/etc/unbound/unbound.pid"}
+command_args=${unbound_flags:-"-c /usr/local/etc/unbound/unbound.conf"}
 extra_commands="reload"
 
