summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2012-08-04 15:28:40 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2012-08-04 15:28:40 +0000
commitc0c54d9ac258a43db0eaa83adbf7eff0a7a10d8f (patch)
treed64ea9ca868e77d2ffe79e18ac043c1c31a16c89 /etc
parent7dadc0ca9e6ade750f5fd880fb247be0ab8598a6 (diff)
Set rc_usercheck to NO.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/nsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/nsd b/etc/rc.d/nsd
index ac69bba0c58..72dd1267fb8 100644
--- a/etc/rc.d/nsd
+++ b/etc/rc.d/nsd
@@ -1,12 +1,13 @@
#!/bin/sh
#
-# $OpenBSD: nsd,v 1.3 2012/01/16 17:51:42 camield Exp $
+# $OpenBSD: nsd,v 1.4 2012/08/04 15:28:39 ajacoutot Exp $
daemon="/usr/sbin/nsd"
. /etc/rc.d/rc.subr
rc_reload=NO
+rc_usercheck=NO
daemon_ctl="/usr/sbin/nsdc"