diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-03-06 08:21:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:18 -0500 |
commit | 0fa6e86b5799637ade610915ffb4c6443334bc8e (patch) | |
tree | 24dd920e2a3443af8aae647ede73d664d4cad700 /source4/script/tests | |
parent | 6376a474c7c873bfb0f9747d13056567c902635a (diff) | |
download | samba-0fa6e86b5799637ade610915ffb4c6443334bc8e.tar.gz samba-0fa6e86b5799637ade610915ffb4c6443334bc8e.tar.bz2 samba-0fa6e86b5799637ade610915ffb4c6443334bc8e.zip |
r21721: Push the 'Success! Your new directory server instance was created'
message to stderr.
Andrew Bartlett
(This used to be commit 0b8b3f66716a8602438d9e9268c25ea14c2f564f)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/mk-fedora-ds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/mk-fedora-ds.sh b/source4/script/tests/mk-fedora-ds.sh index b198a768db..4c8732971c 100755 --- a/source4/script/tests/mk-fedora-ds.sh +++ b/source4/script/tests/mk-fedora-ds.sh @@ -54,7 +54,7 @@ nsslapd-suffix: $BASEDN 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 |