Use stdout from uu_server.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20879 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-04 16:54:24 +00:00
parent 80857df32a
commit 915a0d9074

View File

@@ -109,7 +109,7 @@ ${kinit2} --password-file=${objdir}/foopassword user2@$R || \
echo "starting uu server (using user1)"
KRB5CCNAME=$cache1 ${uu_server} 2> uuserver.log &
KRB5CCNAME=$cache1 ${uu_server} > uuserver.log &
uuspid=$!
sleep 5