Hello community,

here is the log from the commit of package qwebyast for openSUSE:Factory 
checked in at 2011-11-28 18:27:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qwebyast (Old)
 and      /work/SRC/openSUSE:Factory/.qwebyast.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qwebyast", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qwebyast/qwebyast.changes        2011-10-18 
14:38:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qwebyast.new/qwebyast.changes   2011-11-28 
18:27:37.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 25 13:59:13 UTC 2011 - [email protected]
+
+- merging client and service 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qwebyast-0.0.13.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qwebyast-0.0.13/src/webyast.sh 
new/qwebyast-0.0.13/src/webyast.sh
--- old/qwebyast-0.0.13/src/webyast.sh  2011-09-20 11:30:12.000000000 +0200
+++ new/qwebyast-0.0.13/src/webyast.sh  2011-10-25 15:56:56.000000000 +0200
@@ -2,11 +2,11 @@
 
 case "$1" in
     start)
-       /usr/sbin/rcyastws start && /usr/sbin/rcyastwc start && 
/usr/sbin/rccollectd start
+       /usr/sbin/rcwebyast start && /usr/sbin/rccollectd start
        RETVAL=$?
    ;;
     stop)
-       /usr/sbin/rcyastws stop && /usr/sbin/rcyastwc stop && 
/usr/sbin/rccollectd stop
+       /usr/sbin/rcwebyast stop && /usr/sbin/rccollectd stop
        RETVAL=$?
     ;;
     status)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qwebyast-0.0.13/src/webyast.sh~ 
new/qwebyast-0.0.13/src/webyast.sh~
--- old/qwebyast-0.0.13/src/webyast.sh~ 1970-01-01 01:00:00.000000000 +0100
+++ new/qwebyast-0.0.13/src/webyast.sh~ 2011-09-20 11:30:12.000000000 +0200
@@ -0,0 +1,27 @@
+#!/bin/bash
+
+case "$1" in
+    start)
+       /usr/sbin/rcyastws start && /usr/sbin/rcyastwc start && 
/usr/sbin/rccollectd start
+       RETVAL=$?
+   ;;
+    stop)
+       /usr/sbin/rcyastws stop && /usr/sbin/rcyastwc stop && 
/usr/sbin/rccollectd stop
+       RETVAL=$?
+    ;;
+    status)
+
+       WS=`ps -ef | grep -E "(/usr/sbin/lighttpd -f 
/etc/yastws/|/usr/sbin/nginx -c /etc/yastws/nginx.conf)" | grep -v grep | wc -l`
+       WC=`ps -ef | grep -E "(/usr/sbin/lighttpd -f 
/srv/www/yast/config/lighttpd.conf|/usr/sbin/nginx -c /etc/yastwc/nginx.conf)" 
| grep -v grep | wc -l`
+       
+       if [ $WS -eq 1 ] && [ $WC -eq 1 ]; then
+               RETVAL=0
+       else
+               RETVAL=3
+       fi
+    ;;
+esac
+
+exit $RETVAL
+
+

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to