aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-03-07 01:38:07 +0000
committerWarner Losh <imp@FreeBSD.org>2024-03-07 01:38:59 +0000
commit7c6af20969159d3c6c3253dd82a9526c355c1c7c (patch)
tree48b6e8ae946515e97bbce483785440aa4fb02fd2
parent6a3877a0e2b5c1345f967981a5c9c249d4a44e2e (diff)
downloadsrc-7c6af20969159d3c6c3253dd82a9526c355c1c7c.tar.gz
src-7c6af20969159d3c6c3253dd82a9526c355c1c7c.zip
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
-rw-r--r--sbin/devd/devd.conf.510
1 files changed, 9 insertions, 1 deletions
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