aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorFelix Johnson <felix.the.red@gmail.com>2021-10-19 04:37:40 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-10-19 04:37:40 +0000
commitbad324ace4f817206baf86ae7379c35c8199048e (patch)
tree5bf3e46be66642ba09790d968d501cbf683a7435 /sbin
parent1a724aa97265c9023d2aa69b444b46c4f7c5d9f2 (diff)
downloadsrc-bad324ace4f817206baf86ae7379c35c8199048e.tar.gz
src-bad324ace4f817206baf86ae7379c35c8199048e.zip
devd(8): Note default config file search locations
PR: 197003 MFC after: 3 days Reported by: Harald Schmalzbauer <bugzilla.freebsd@omnilan.de>
Diffstat (limited to 'sbin')
-rw-r--r--sbin/devd/devd.88
1 files changed, 7 insertions, 1 deletions
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.