summaryrefslogtreecommitdiff
path: root/java/wildfly12/files/patch-bin_add-user.sh
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-10-27 18:33:08 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-10-27 18:33:08 +0000
commitf0f583d6362cfa12179b6205ccfe857da59ef677 (patch)
tree854eee6df73ae6b463961a914a07787573f1fc66 /java/wildfly12/files/patch-bin_add-user.sh
parentwww/qt5-webkit: fix build with powerpc64 (diff)
New port: java/wildfly12
WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 231119 Submitted by: Simeo Reig <reig.simeo@gmail.com>
Diffstat (limited to 'java/wildfly12/files/patch-bin_add-user.sh')
-rw-r--r--java/wildfly12/files/patch-bin_add-user.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/wildfly12/files/patch-bin_add-user.sh b/java/wildfly12/files/patch-bin_add-user.sh
new file mode 100644
index 000000000000..72faebc8d863
--- /dev/null
+++ b/java/wildfly12/files/patch-bin_add-user.sh
@@ -0,0 +1,11 @@
+--- bin/add-user.sh.orig 2015-10-23 18:57:02 UTC
++++ bin/add-user.sh
+@@ -7,6 +7,8 @@
+ #
+
+ DIRNAME=`dirname "$0"`
++JAVA_VERSION="1.7+"
++export JAVA_VERSION
+
+ # OS specific support (must be 'true' or 'false').
+ cygwin=false;