diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-03-14 23:47:29 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-03-14 23:47:29 +0000 |
commit | 6e12223d9259fff99c01dc23926a4ccf64bbecf8 (patch) | |
tree | 569a248597c80170d7950fb1bc31449dd56b7068 | |
parent | af1e292c4ce672a72161128e4a2a262ac37ca021 (diff) |
use $chrootdir/run for pid file, like nsd.
-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 74ddf2cd3d7..af9e5e1657e 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.4 2012/03/26 20:32:17 sthen Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2014/03/14 23:47:28 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}/var/run/unbound.pid \ + --with-pidfile=${CHROOTDIR}/run/unbound.pid \ --with-conf-file=${CHROOTDIR}/etc/unbound.conf \ --with-username=${USER} \ --disable-shared |