[ca-certificates-java] 08/46: We really need /proc to launch the JVM.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Feb 2 21:25:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ca-certificates-java.

commit e9d89389db4e16e7476ab688fee8403b7b97bcad
Author: Torsten Werner <twerner at debian.org>
Date:   Mon Apr 25 12:48:56 2011 +0000

    We really need /proc to launch the JVM.
---
 debian/jks-keystore.hook | 1 -
 debian/postinst          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/debian/jks-keystore.hook b/debian/jks-keystore.hook
index 1245bd9..cd97cc5 100644
--- a/debian/jks-keystore.hook
+++ b/debian/jks-keystore.hook
@@ -13,7 +13,6 @@ if [ "$cacerts_updates" != yes ] || [ "$CACERT_UPDATES" = disabled ]; then
     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
diff --git a/debian/postinst b/debian/postinst
index 7021fed..e996437 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -46,7 +46,6 @@ case "$1" in
         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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ca-certificates-java.git



More information about the pkg-java-commits mailing list