Author: glen                         Date: Sun Apr 12 15:07:35 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- keep /dev/null around

---- Files affected:
SOURCES:
   apache-tomcat.init (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SOURCES/apache-tomcat.init
diff -u SOURCES/apache-tomcat.init:1.13 SOURCES/apache-tomcat.init:1.14
--- SOURCES/apache-tomcat.init:1.13     Sun Apr 12 17:00:55 2009
+++ SOURCES/apache-tomcat.init  Sun Apr 12 17:07:29 2009
@@ -33,7 +33,7 @@
        if [ ! -f /var/lock/subsys/tomcat ]; then
                msg_starting tomcat
                busy
-               su tomcat -s /bin/sh -c '/usr/share/tomcat/bin/catalina.sh 
start' # >/dev/null 2>&1
+               su tomcat -s /bin/sh -c '/usr/share/tomcat/bin/catalina.sh 
start' >/dev/null 2>&1
                [ $? -ne 0 ] && RETVAL=1
                if [ $RETVAL -eq 0 ]; then
                        ok
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache-tomcat.init?r1=1.13&r2=1.14&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to