Wed Jul 15 17:55:34 2020 UTC ()
Document unbound and unbound_chrootdir.


(leot)
diff -r1.184 -r1.185 src/share/man/man5/rc.conf.5

cvs diff -r1.184 -r1.185 src/share/man/man5/rc.conf.5 (expand / switch to unified diff)

--- src/share/man/man5/rc.conf.5 2020/07/15 16:52:48 1.184
+++ src/share/man/man5/rc.conf.5 2020/07/15 17:55:34 1.185
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: rc.conf.5,v 1.184 2020/07/15 16:52:48 jruoho Exp $ 1.\" $NetBSD: rc.conf.5,v 1.185 2020/07/15 17:55:34 leot Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 Matthew R. Green 3.\" Copyright (c) 1996 Matthew R. Green
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -1174,26 +1174,39 @@ Runs @@ -1174,26 +1174,39 @@ Runs
1174and passes 1174and passes
1175.Sy timed_flags . 1175.Sy timed_flags .
1176The 1176The
1177.Fl M 1177.Fl M
1178option allows 1178option allows
1179.Xr timed 8 1179.Xr timed 8
1180to be a master time source as well as a slave. 1180to be a master time source as well as a slave.
1181If you are also running 1181If you are also running
1182.Xr ntpd 8 , 1182.Xr ntpd 8 ,
1183only one machine running both should have the 1183only one machine running both should have the
1184.Fl M 1184.Fl M
1185flag given to 1185flag given to
1186.Xr timed 8 . 1186.Xr timed 8 .
 1187.It Sy unbound
 1188Boolean value.
 1189Runs
 1190.Xr unbound 8 .
 1191.It Sy unbound_chrootdir
 1192A string.
 1193If non-blank and
 1194.Sy unbound
 1195is true, run
 1196.Xr unbound 8
 1197.Xr chroot 2 Ns ed
 1198to
 1199.Sy unbound_chrootdir .
1187.El 1200.El
1188.Ss Routing daemons 1201.Ss Routing daemons
1189.Bl -tag -width net_interfaces 1202.Bl -tag -width net_interfaces
1190.It Sy mrouted 1203.It Sy mrouted
1191Boolean value. 1204Boolean value.
1192Runs 1205Runs
1193.Xr mrouted 8 , 1206.Xr mrouted 8 ,
1194the DVMRP multicast routing protocol daemon. 1207the DVMRP multicast routing protocol daemon.
1195Passes 1208Passes
1196.Sy mrouted_flags . 1209.Sy mrouted_flags .
1197.It Sy route6d 1210.It Sy route6d
1198Boolean value. 1211Boolean value.
1199Runs 1212Runs