diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-12-18 09:12:34 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-12-18 09:12:34 +0000 |
commit | 07b116d4c9ba17a9e3cdd48d6adefcd7b9e8d983 (patch) | |
tree | 63a92472538f37b105a9503f289959764a701679 /etc/rc.conf | |
parent | 4ca5e1e70d43c0bb91ced41af8aa1d9cec62c800 (diff) |
Adapt nsd(1) comment to match the default daemon_flags of the rc.d script.
ok sthen@
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 4 |
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: "" |