Merge from 3.0:
commitf323b932f932a576d42a018a3e16b45758121891
authorTim Potter <tpot@samba.org>
Fri, 31 Oct 2003 02:56:11 +0000 (31 02:56 +0000)
committerTim Potter <tpot@samba.org>
Fri, 31 Oct 2003 02:56:11 +0000 (31 02:56 +0000)
tree0df537e1e55b68ae388ad285263f3ea9a957f001
parent512a81c9fd4490cb6f9b1cc88cdb9238d21decb1
Merge from 3.0:

  Revision 1.45.2.23:

    Changed output so all debug output goes to stderr, and all file processing
    goes to stdout.

    Note: This change permits use of testparm processing of smb.conf to be
    redirected into a file that can be used as an smb.conf file. ie: All
    information that should not be in smb.conf will be on stderr, all pertinent
    smb.conf info will go to stdout.

    Example of use:
A fully documented smb.conf.master file can be maintained.
To create smb.conf do:
testparm -s > smb.conf
source/utils/testparm.c