summaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk12/files
diff options
context:
space:
mode:
Diffstat (limited to 'java/linux-sun-jdk12/files')
-rw-r--r--java/linux-sun-jdk12/files/cacertsbin8607 -> 0 bytes
-rw-r--r--java/linux-sun-jdk12/files/patch-aa15
-rw-r--r--java/linux-sun-jdk12/files/patch-ab15
3 files changed, 0 insertions, 30 deletions
diff --git a/java/linux-sun-jdk12/files/cacerts b/java/linux-sun-jdk12/files/cacerts
deleted file mode 100644
index aff2e72fc003..000000000000
--- a/java/linux-sun-jdk12/files/cacerts
+++ /dev/null
Binary files differ
diff --git a/java/linux-sun-jdk12/files/patch-aa b/java/linux-sun-jdk12/files/patch-aa
deleted file mode 100644
index 2923412b5348..000000000000
--- a/java/linux-sun-jdk12/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- bin/.java_wrapper.orig Wed Mar 20 19:36:13 2002
-+++ bin/.java_wrapper Thu Jun 13 11:10:56 2002
-@@ -25,8 +25,8 @@
- # Resolve symlinks. See 4152645.
- while [ -L "$PRG" ]; do
- ls=`/bin/ls -ld "$PRG"`
-- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
-- if /usr/bin/expr "$link" : '/' > /dev/null; then
-+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
-+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then
- PRG="$link"
- else
- PRG="`/usr/bin/dirname $PRG`/$link"
diff --git a/java/linux-sun-jdk12/files/patch-ab b/java/linux-sun-jdk12/files/patch-ab
deleted file mode 100644
index 11549792f159..000000000000
--- a/java/linux-sun-jdk12/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- jre/bin/.java_wrapper.orig Wed Mar 20 19:36:13 2002
-+++ jre/bin/.java_wrapper Thu Jun 13 11:10:56 2002
-@@ -25,8 +25,8 @@
- # Resolve symlinks. See 4152645.
- while [ -L "$PRG" ]; do
- ls=`/bin/ls -ld "$PRG"`
-- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
-- if /usr/bin/expr "$link" : '/' > /dev/null; then
-+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
-+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then
- PRG="$link"
- else
- PRG="`/usr/bin/dirname $PRG`/$link"