Hello community,

here is the log from the commit of package jetty5 for openSUSE:Factory
checked in at Mon Aug 29 17:11:37 CEST 2011.



--------
--- jetty5/jetty5.changes       2011-08-05 13:24:43.000000000 +0200
+++ /mounts/work_src_done/STABLE/jetty5/jetty5.changes  2011-08-29 
15:40:32.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 13:39:58 UTC 2011 - mvysko...@suse.cz
+
+- fix bnc#714630 - jetty5: use of /var/lock/subsys unsupported
+  use /var/run/rcjetty5 instead
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ jetty5.spec ++++++
--- /var/tmp/diff_new_pack.sGXSRT/_old  2011-08-29 17:11:11.000000000 +0200
+++ /var/tmp/diff_new_pack.sGXSRT/_new  2011-08-29 17:11:11.000000000 +0200
@@ -39,7 +39,7 @@
 
 Name:           jetty5
 Version:        5.1.15
-Release:        1
+Release:        5
 Summary:        Webserver and Servlet Container
 Group:          Networking/Daemons
 License:        ASL 2.0

++++++ jetty5.init ++++++
--- /var/tmp/diff_new_pack.sGXSRT/_old  2011-08-29 17:11:11.000000000 +0200
+++ /var/tmp/diff_new_pack.sGXSRT/_new  2011-08-29 17:11:11.000000000 +0200
@@ -116,7 +116,7 @@
 function start() {
     echo -n "Starting $JETTY_PROG ($JETTY_HOME): "
 
-        if [ -f /var/lock/subsys/jetty5 ] ; then
+        if [ -f /var/run/rcjetty5 ] ; then
                 if [ -f $JETTY_PID ]; then
                     read kpid < $JETTY_PID
                 fi
@@ -141,7 +141,7 @@
         RETVAL=$?
         if [ "$RETVAL" -eq 0 ]; then 
             rc_failed 0
-            touch /var/lock/subsys/jetty5
+            touch /var/run/rcjetty5
         else
             rc_failed 7
         fi
@@ -152,7 +152,7 @@
 function stop() {
     echo -n "Stopping $JETTY_PROG ($JETTY_HOME): "
                                                                                
                                                                              
-    if [ -f /var/lock/subsys/jetty5 ] ; then
+    if [ -f /var/run/rcjetty5 ] ; then
       # fix permissions on the log and pid files
       touch $JETTY_CONSOLE
       chown ${JETTY_USER}:${JETTY_USER} ${JETTY_CONSOLE}
@@ -189,7 +189,7 @@
         else
             rc_failed 7
         fi
-        rm -f /var/lock/subsys/jetty5
+        rm -f /var/run/rcjetty5
         echo > $JETTY_PID
       else
           rc_failed 1



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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to