svn commit: samba r21721 - in branches/SAMBA_4_0/source/script/tests: .

abartlet at samba.org abartlet at samba.org
Tue Mar 6 08:21:46 GMT 2007


Author: abartlet
Date: 2007-03-06 08:21:45 +0000 (Tue, 06 Mar 2007)
New Revision: 21721

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21721

Log:
Push the 'Success!  Your new directory server instance was created'
message to stderr.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/script/tests/mk-fedora-ds.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/mk-fedora-ds.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/mk-fedora-ds.sh	2007-03-06 06:30:36 UTC (rev 21720)
+++ branches/SAMBA_4_0/source/script/tests/mk-fedora-ds.sh	2007-03-06 08:21:45 UTC (rev 21721)
@@ -54,7 +54,7 @@
 
 EOF
 
-perl $FEDORA_DS_PREFIX/bin/ds_newinst.pl $FEDORA_DS_INF || exit 1;
+perl $FEDORA_DS_PREFIX/bin/ds_newinst.pl $FEDORA_DS_INF >&2 || exit 1;
 
 ( 
      cd $FEDORA_DS_DIR/schema



More information about the samba-cvs mailing list