diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-03-15 01:08:06 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-03-15 01:08:06 +0000 |
commit | 39d214031e2680608bd9591992e94100e95d17c3 (patch) | |
tree | 050f50c3db50eeb76e520642aa8b0f746d79d870 /usr.sbin/unbound | |
parent | 84c33302afc3722a049e4adf940e4f61ce2e0524 (diff) |
change pidfile location again; actually this is written before chroot, so
it can go straight in /var/run
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 |