diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-01-16 17:33:47 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-01-16 17:33:47 +0000 |
commit | 250a22afcf14bbb8425ee3f04735ab5e57173303 (patch) | |
tree | fb911a6f4b6faae34127d994b8c2a4240d5197f1 /usr.sbin/nsd | |
parent | adb5442e8c132ff4a03dcf771834961a7e36da74 (diff) |
run as user _nsd
Diffstat (limited to 'usr.sbin/nsd')
-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 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" |