diff options
Diffstat (limited to 'usr.sbin/unbound')
-rw-r--r-- | usr.sbin/unbound/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/unbound/Makefile.bsd-wrapper b/usr.sbin/unbound/Makefile.bsd-wrapper index af9e5e1657e..0fb14fdf67b 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.5 2014/03/14 23:47:28 sthen Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2014/03/15 01:08:05 sthen Exp $ .include <bsd.own.mk> @@ -19,7 +19,7 @@ CONFIGURE_OPTS_UNBOUND= --enable-allsymbols \ --without-pthreads \ --without-pythonmodule \ --with-chroot-dir=${CHROOTDIR} \ - --with-pidfile=${CHROOTDIR}/run/unbound.pid \ + --with-pidfile=/var/run/unbound.pid \ --with-conf-file=${CHROOTDIR}/etc/unbound.conf \ --with-username=${USER} \ --disable-shared |