git: d8359af5b642 - stable/13 - devd(8): Note default config file search locations
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Oct 2021 04:00:04 UTC
The branch stable/13 has been updated by ygy (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=d8359af5b642c0d194aedce90ebd1415e0c483d6
commit d8359af5b642c0d194aedce90ebd1415e0c483d6
Author: Felix Johnson <felix.the.red@gmail.com>
AuthorDate: 2021-10-19 04:37:40 +0000
Commit: Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-10-22 03:59:17 +0000
devd(8): Note default config file search locations
PR: 197003
Reported by: Harald Schmalzbauer <bugzilla.freebsd@omnilan.de>
(cherry picked from commit bad324ace4f817206baf86ae7379c35c8199048e)
---
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.