[yast-commit] <web-client> master : remove waiting for yastws process

ref: refs/heads/master commit 14ed717315fbc78c66b42778a7c676c1d3846776 Author: Stefan Schubert <schubi@suse.de> Date: Thu Nov 26 14:42:25 2009 +0100 remove waiting for yastws process --- webclient/package/yastwc | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/webclient/package/yastwc b/webclient/package/yastwc index b732d8e..164dcfa 100755 --- a/webclient/package/yastwc +++ b/webclient/package/yastwc @@ -190,9 +190,6 @@ case "$1" in fi echo -n "Starting yastwc " - #Waiting for yastws until he has really written his pid file (currently just a hack) - sleep 4 - startproc -p $PID_FILE -i $IGNORE_FILE $LIGHTTPD_BIN -f $LIGHTTPD_CONFIG # Remember status and be verbose -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Stefan Schubert