Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2024 01:39:18 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7c6af2096915 - main - devd: Add directory information
Message-ID:  <202403070139.4271dI9B057278@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403070139.4271dI9B057278>