From 0fa6e86b5799637ade610915ffb4c6443334bc8e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 6 Mar 2007 08:21:45 +0000 Subject: r21721: Push the 'Success! Your new directory server instance was created' message to stderr. Andrew Bartlett (This used to be commit 0b8b3f66716a8602438d9e9268c25ea14c2f564f) --- source4/script/tests/mk-fedora-ds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script') 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 -- cgit