mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Clarify that devd will only parse files whose names end in .conf.
Prompted by PR: docs/73668 Submitted by: Dan Pelleg MFC After: 3 days
This commit is contained in:
parent
41e86c1536
commit
e33bdcedbc
1 changed files with 3 additions and 1 deletions
|
|
@ -103,7 +103,9 @@ In the
|
|||
.Ic options
|
||||
section, one can define multiple directories to search
|
||||
for config files.
|
||||
All files in each of these directories are parsed.
|
||||
All files in these directories whose names match the patten
|
||||
.Pa *.conf
|
||||
are parsed.
|
||||
These files are intended to be installed by third party vendors that
|
||||
wish to hook into the
|
||||
.Nm
|
||||
|
|
|
|||
Loading…
Reference in a new issue