nmbd and smbd had different behavior with respect to log files. nmbd would
authorChristopher R. Hertel <crh@samba.org>
Fri, 21 Aug 1998 17:21:55 +0000 (17:21 +0000)
committerChristopher R. Hertel <crh@samba.org>
Fri, 21 Aug 1998 17:21:55 +0000 (17:21 +0000)
commitb1d374fb14b1fb92a84260f1dcc59a39a4b99a3d
tree6ffcf18a115e31bd638d9cde0925162b95d09488
parentd2fb7ee8f55dd1ff25fca46e18b02a05bc2b71ae
nmbd and smbd had different behavior with respect to log files.  nmbd would
default to overwrite and smbd would default to append.  Also, the -a option
(actually a toggle, such that "-a -a" would set the default) was documented
as append mode for nmbd, and *overwrite mode* for smbd.

nmbd now defaults to append mode, to match smbd.  The -a option now always
means append, and I've added the -o option to both, meaning overwrite.

Note that the change to nmbd's default behavior may confuse some people.
I've not seen anything about 2.0.0 changes in the WHATSNEW.txt file.
Where would I document a change like this?

Chris -)-----
source/nmbd/nmbd.c
source/smbd/server.c