git: 7c6af2096915 - main - devd: Add directory information

From: Warner Losh <imp_at_FreeBSD.org>
Date: Thu, 07 Mar 2024 01:39:18 UTC
The branch main has been updated by imp:

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

commit 7c6af20969159d3c6c3253dd82a9526c355c1c7c
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-03-07 01:38:07 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-03-07 01:38:59 +0000

    devd: Add directory information
    
    Devd searches /etc/devd and /usr/local/etc/devd by default (given the
    default devd.conf file). Document that here.
    
    Sponsored by:           Netflix
---
 sbin/devd/devd.conf.5 | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5
index cf2e7dc5534a..ceff27e8be60 100644
--- a/sbin/devd/devd.conf.5
+++ b/sbin/devd/devd.conf.5
@@ -43,7 +43,7 @@
 .Os
 .Sh NAME
 .Nm devd.conf
-.Nd configuration file for
+.Nd configuration file format for
 .Xr devd 8
 .Sh DESCRIPTION
 .Ss General Syntax
@@ -752,6 +752,14 @@ regardless of the value of the variable.
 The
 .Xr devd 8
 configuration file.
+.It Pa /etc/devd
+A directory that
+.Nm devd
+searches for additional configuration files.
+.It Pa /usr/local/etc/devd
+A directory that
+.Nm devd
+searches for additional configuration files.
 .El
 .Sh EXAMPLES
 .Bd -literal