[pkg-java] r6065 - trunk/tomcat5.5/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Wed Apr 2 05:49:43 UTC 2008


Author: mkoch
Date: 2008-04-02 05:49:42 +0000 (Wed, 02 Apr 2008)
New Revision: 6065

Modified:
   trunk/tomcat5.5/debian/changelog
   trunk/tomcat5.5/debian/tomcat5.5.init
Log:
* debian/tomcat5.5.init: Use 'printf' instead of 'echo -e'.
  Closes: #472899


Modified: trunk/tomcat5.5/debian/changelog
===================================================================
--- trunk/tomcat5.5/debian/changelog	2008-04-01 22:08:38 UTC (rev 6064)
+++ trunk/tomcat5.5/debian/changelog	2008-04-02 05:49:42 UTC (rev 6065)
@@ -5,6 +5,8 @@
     Closes: #458977
   * debian/tomcat5.5.init: Change directory to $CATALINA_BASE/temp before
     starting the daemon. Patch by David Pashley. Closes: #418826
+  * debian/tomcat5.5.init: Use 'printf' instead of 'echo -e'.
+    Closes: #472899
 
   [ Marcus Better ]
   * debian/policy/04webapps.policy: Grant read permission to JULI for the

Modified: trunk/tomcat5.5/debian/tomcat5.5.init
===================================================================
--- trunk/tomcat5.5/debian/tomcat5.5.init	2008-04-01 22:08:38 UTC (rev 6064)
+++ trunk/tomcat5.5/debian/tomcat5.5.init	2008-04-02 05:49:42 UTC (rev 6065)
@@ -89,7 +89,7 @@
 
 # gij doesn't support a security manager yet (see bug #399595)
 if [ "$gij" = "yes" ]; then
-    echo -e "The java-gcj-compat-dev environment currently doesn't\nsupport a security manager. See README.Debian." | logger -p daemon.warning -t $NAME
+    printf "The java-gcj-compat-dev environment currently doesn't\nsupport a security manager. See README.Debian." | logger -p daemon.warning -t $NAME
 fi
 
 # Set java.awt.headless=true if JAVA_OPTS is not set so the




More information about the pkg-java-commits mailing list