From: sthen Date: Tue, 27 Oct 2015 14:45:52 +0000 (+0000) Subject: Don't use a pidfile in unbound by default. Retain the ability in unbound.conf X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=49f2dcf138b52532f151da479ab38529def336f9;p=openbsd Don't use a pidfile in unbound by default. Retain the ability in unbound.conf to set one if needed. ok millert@ --- diff --git a/usr.sbin/unbound/Makefile.bsd-wrapper b/usr.sbin/unbound/Makefile.bsd-wrapper index 682b1c9fda6..f9c9c38e15a 100644 --- a/usr.sbin/unbound/Makefile.bsd-wrapper +++ b/usr.sbin/unbound/Makefile.bsd-wrapper @@ -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 @@ -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} \