diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2018-11-02 10:18:56 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2018-11-02 10:18:56 +0000 |
commit | b1485f333747291298075cfcfafff43e276f7dd0 (patch) | |
tree | 8d88c2b2798d0217b6cb67773c0fce192df2e214 /share/man/man5/nsmb.conf.5 | |
parent | c50609fc3228f6167117540983b3e546043af0b1 (diff) |
nsmb.conf(5): Document the order of configuration loading
Based on the comments in /etc/nsmb.conf.
Reviewed by: bcr
Approved by: krion (mentor, implicit), mat (mentor, implicit)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D17810
Notes
Notes:
svn path=/head/; revision=340048
Diffstat (limited to 'share/man/man5/nsmb.conf.5')
-rw-r--r-- | share/man/man5/nsmb.conf.5 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/share/man/man5/nsmb.conf.5 b/share/man/man5/nsmb.conf.5 index 64a27dba0ff4..84674e455314 100644 --- a/share/man/man5/nsmb.conf.5 +++ b/share/man/man5/nsmb.conf.5 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 24, 2016 +.Dd November 2, 2018 .Dt NSMB.CONF 5 .Os .Sh NAME @@ -41,6 +41,21 @@ or mount points for the .Tn SMB network protocol. .Pp +The configuration files are loaded in the following order: +.Pp +.Bl -enum -offset indent -width "" -compact +.It +.Pa ~/.nsmbrc +.It +.Pa /etc/nsmb.conf +.El +.Pp +As a result, +.Pa /etc/nsmb.conf +settings +override those in +.Pa ~/.nsmbrc . +.Pp The configuration hierarchy is made up of several sections, each section containing a few or several lines of parameters and their assigned values. |