diff options
author | 2020-11-24 15:57:08 +0000 | |
---|---|---|
committer | 2020-11-24 15:57:08 +0000 | |
commit | abb3fc2895fdd93c395965bf5041abe98cd94b06 (patch) | |
tree | a1c5ab39da9e96e9bc7c8fe9aafc466ae8a9d9d3 | |
parent | fter ixgbe_stop() there will be no more link-state-change (diff) | |
download | wireguard-openbsd-abb3fc2895fdd93c395965bf5041abe98cd94b06.tar.xz wireguard-openbsd-abb3fc2895fdd93c395965bf5041abe98cd94b06.zip |
Pid files? Where we're going, we don't need pid files.
OK sthen
-rw-r--r-- | usr.sbin/nsd/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nsd/Makefile.bsd-wrapper b/usr.sbin/nsd/Makefile.bsd-wrapper index 0a83452e102..54b023cf5f6 100644 --- a/usr.sbin/nsd/Makefile.bsd-wrapper +++ b/usr.sbin/nsd/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2020/06/02 14:41:37 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2020/11/24 15:57:08 florian Exp $ .include <bsd.own.mk> @@ -14,7 +14,7 @@ CONFIGURE_OPTS= --prefix=/usr \ --with-user=_nsd \ --with-chroot=${CHROOTDIR} \ --with-configdir=${CHROOTDIR}/etc \ - --with-pidfile=${CHROOTDIR}/run/nsd.pid \ + --with-pidfile="" \ --with-zonesdir=${CHROOTDIR}/zones \ --with-dbfile="" \ --with-zonelistfile="${CHROOTDIR}/db/zone.list" \ |