Don't use a pidfile in unbound by default. Retain the ability in unbound.conf
authorsthen <sthen@openbsd.org>
Tue, 27 Oct 2015 14:45:52 +0000 (14:45 +0000)
committersthen <sthen@openbsd.org>
Tue, 27 Oct 2015 14:45:52 +0000 (14:45 +0000)
to set one if needed.  ok millert@

usr.sbin/unbound/Makefile.bsd-wrapper

index 682b1c9..f9c9c38 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.bsd-wrapper,v 1.11 2014/11/30 05:54:38 brad Exp $
+#      $OpenBSD: Makefile.bsd-wrapper,v 1.12 2015/10/27 14:45:52 sthen Exp $
 
 .include <bsd.own.mk>
 
@@ -15,7 +15,7 @@ CONFIGURE_OPTS_UNBOUND=       --enable-allsymbols \
                        --without-pthreads \
                        --without-pythonmodule \
                        --with-chroot-dir=${CHROOTDIR} \
-                       --with-pidfile=/var/run/unbound.pid \
+                       --with-pidfile="" \
                        --with-rootkey-file=/var/unbound/db/root.key \
                        --with-conf-file=${CHROOTDIR}/etc/unbound.conf \
                        --with-username=${USER} \