diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-27 04:57:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:32 -0500 |
commit | 70e092c20a2951c64050a5eb8824b80c96bc9ffb (patch) | |
tree | f33dc3452bd05203af3424a1072332d6408e3528 | |
parent | 83c0c824dffdec39e37f63629ad7bc404dc60637 (diff) | |
download | samba-70e092c20a2951c64050a5eb8824b80c96bc9ffb.tar.gz samba-70e092c20a2951c64050a5eb8824b80c96bc9ffb.tar.bz2 samba-70e092c20a2951c64050a5eb8824b80c96bc9ffb.zip |
r13180: Add note about smb.conf location
(This used to be commit 13bcc90fde9fcce6cf7c785d7e47522c42f71c53)
-rw-r--r-- | WHATSNEW.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index b9dc9ffd8b..5082bcaf46 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -87,6 +87,9 @@ since that release series in the NEWS file. - An optional password is no longer supported as the second argument to smbclient. + - The default location of smb.conf in non-FHS builds has changed from the + PREFIX/lib directory to the PREFIX/etc directory. + KNOWN ISSUES ============ |