summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2013-12-18 09:12:33 +0000
committerajacoutot <ajacoutot@openbsd.org>2013-12-18 09:12:33 +0000
commit4caff63a35d6629c6564ba57c02061ce91380dab (patch)
treeae9fa1306ff56053a1e84d86c7711792e8dc49b3
parentupdate sample install.conf; (diff)
downloadwireguard-openbsd-4caff63a35d6629c6564ba57c02061ce91380dab.tar.xz
wireguard-openbsd-4caff63a35d6629c6564ba57c02061ce91380dab.zip
Adapt nsd(1) comment to match the default daemon_flags of the rc.d script.
ok sthen@
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index a7c92e7df61..22ad6582e41 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.183 2013/12/15 17:40:45 tedu Exp $
+# $OpenBSD: rc.conf,v 1.184 2013/12/18 09:12:33 ajacoutot Exp $
# DO NOT EDIT THIS FILE!!
#
@@ -26,7 +26,7 @@ bootparamd_flags=NO # for normal use: ""
rbootd_flags=NO # for normal use: ""
sshd_flags="" # for normal use: ""
named_flags=NO # for normal use: ""
-nsd_flags=NO # for normal use: ""
+nsd_flags=NO # for normal use: "-c /var/nsd/etc/nsd.conf"
ldattach_flags=NO # for normal use: "[options] linedisc cua-device"
ntpd_flags=NO # for normal use: ""
isakmpd_flags=NO # for normal use: ""