Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2018 10:18:56 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340048 - head/share/man/man5
Message-ID:  <201811021018.wA2AIuuI008553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (ports committer)
Date: Fri Nov  2 10:18:56 2018
New Revision: 340048
URL: https://svnweb.freebsd.org/changeset/base/340048

Log:
  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

Modified:
  head/share/man/man5/nsmb.conf.5

Modified: head/share/man/man5/nsmb.conf.5
==============================================================================
--- head/share/man/man5/nsmb.conf.5	Fri Nov  2 09:47:18 2018	(r340047)
+++ head/share/man/man5/nsmb.conf.5	Fri Nov  2 10:18:56 2018	(r340048)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 24, 2016
+.Dd November 2, 2018
 .Dt NSMB.CONF 5
 .Os
 .Sh NAME
@@ -40,6 +40,21 @@ file contains information about the computers, users, 
 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



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