summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2010-01-16 17:33:46 +0000
committerjakob <jakob@openbsd.org>2010-01-16 17:33:46 +0000
commit47a63fce827b40eb5e6d85eab5cfb175022c04fb (patch)
tree7308b5931d2e263e71df4042c298b73f213ccb02 /usr.sbin/nsd/Makefile.bsd-wrapper
parentadd user/group for nsd; ok nick@ (diff)
downloadwireguard-openbsd-47a63fce827b40eb5e6d85eab5cfb175022c04fb.tar.xz
wireguard-openbsd-47a63fce827b40eb5e6d85eab5cfb175022c04fb.zip
run as user _nsd
Diffstat (limited to 'usr.sbin/nsd/Makefile.bsd-wrapper')
-rw-r--r--usr.sbin/nsd/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nsd/Makefile.bsd-wrapper b/usr.sbin/nsd/Makefile.bsd-wrapper
index e14b94089a5..24ea2a51115 100644
--- a/usr.sbin/nsd/Makefile.bsd-wrapper
+++ b/usr.sbin/nsd/Makefile.bsd-wrapper
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2010/01/15 19:39:36 jakob Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2010/01/16 17:33:46 jakob Exp $
.include <bsd.own.mk>
BINDIR= /usr/sbin
CHROOTDIR= /var/nsd
-USER= named
+USER= _nsd
XCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" LDFLAGS="${LDFLAGS}" \
YACC="/usr/bin/yacc"