[pkg-java] r13583 - trunk/ca-certificates-java/debian

Torsten Werner twerner at alioth.debian.org
Mon Apr 25 12:49:02 UTC 2011


Author: twerner
Date: 2011-04-25 12:48:56 +0000 (Mon, 25 Apr 2011)
New Revision: 13583

Modified:
   trunk/ca-certificates-java/debian/jks-keystore.hook
   trunk/ca-certificates-java/debian/postinst
Log:
We really need /proc to launch the JVM.


Modified: trunk/ca-certificates-java/debian/jks-keystore.hook
===================================================================
--- trunk/ca-certificates-java/debian/jks-keystore.hook	2011-04-25 12:45:11 UTC (rev 13582)
+++ trunk/ca-certificates-java/debian/jks-keystore.hook	2011-04-25 12:48:56 UTC (rev 13583)
@@ -13,7 +13,6 @@
     exit 0
 fi
 
-# Do we still need it? TODO: check that.
 if ! mountpoint -q /proc; then
     echo >&2 "the keytool command requires a mounted proc fs (/proc)."
     exit 1

Modified: trunk/ca-certificates-java/debian/postinst
===================================================================
--- trunk/ca-certificates-java/debian/postinst	2011-04-25 12:45:11 UTC (rev 13582)
+++ trunk/ca-certificates-java/debian/postinst	2011-04-25 12:48:56 UTC (rev 13583)
@@ -46,7 +46,6 @@
         if [ -z "$2" -o -n "$FIXOLD" ]; then
 	    setup_path
 
-            # TODO: check if we really need it
 	    if ! mountpoint -q /proc; then
 		echo >&2 "the keytool command requires a mounted proc fs (/proc)."
 		exit 1




More information about the pkg-java-commits mailing list