The branch main has been updated by ygy (doc, ports committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=bad324ace4f817206baf86ae7379c35c8199048e

commit bad324ace4f817206baf86ae7379c35c8199048e
Author:     Felix Johnson <felix.the....@gmail.com>
AuthorDate: 2021-10-19 04:37:40 +0000
Commit:     Guangyuan Yang <y...@freebsd.org>
CommitDate: 2021-10-19 04:37:40 +0000

    devd(8): Note default config file search locations
    
    PR:             197003
    MFC after:      3 days
    Reported by:    Harald Schmalzbauer <bugzilla.free...@omnilan.de>
---
 sbin/devd/devd.8 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/sbin/devd/devd.8 b/sbin/devd/devd.8
index fa05db734b88..77c8e4aac2fb 100644
--- a/sbin/devd/devd.8
+++ b/sbin/devd/devd.8
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 5, 2016
+.Dd October 19, 2021
 .Dt DEVD 8
 .Os
 .Sh NAME
@@ -115,10 +115,16 @@ option and uses that file to drive the rest of the 
process.
 While the format of this file is described in
 .Xr devd.conf 5 ,
 some basics are covered here.
+.Pp
 In the
 .Ic options
 section, one can define multiple directories to search
 for config files.
+The default config file specifies
+.Pa /etc/devd
+and
+.Pa /usr/local/etc/devd
+as directories to search.
 All files in these directories whose names match the pattern
 .Pa *.conf
 are parsed.

Reply via email to