From 9ac019ed31f52b7bafb2b03dc092ca32cc1d2e02 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 9 Mar 2015 07:19:19 +0000 Subject: Add wildfly82 8.2.0, replacement for JBoss Application Server. PR: 195336 Submitted by: Alexander Yerenkow --- java/wildfly82/files/patch-bin-add-user.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 java/wildfly82/files/patch-bin-add-user.sh (limited to 'java/wildfly82/files/patch-bin-add-user.sh') diff --git a/java/wildfly82/files/patch-bin-add-user.sh b/java/wildfly82/files/patch-bin-add-user.sh new file mode 100644 index 000000000000..d65c780bece6 --- /dev/null +++ b/java/wildfly82/files/patch-bin-add-user.sh @@ -0,0 +1,11 @@ +--- bin/add-user.sh 2014-02-12 05:43:24.000000000 +0100 ++++ /usr/local/wildfly-8.2.0/bin/add-user.sh 2014-05-11 10:53:59.000000000 +0200 +@@ -7,6 +7,8 @@ + # + + DIRNAME=`dirname "$0"` ++JAVA_VERSION="1.7+" ++export JAVA_VERSION + + # OS specific support (must be 'true' or 'false'). + cygwin=false; -- cgit v1.2.3