Merge from 3.0:
commitadcd3e42b4dc200116e260e5db5fe32b55fe5eb5
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)
tree7d0ecaab9eb08273ff6ee3fcd8085bf95354b5e0
parent956a16d6efe00de48c41d84621b925f246825cdb
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
(This used to be commit f323b932f932a576d42a018a3e16b45758121891)
source3/utils/testparm.c