freebsd-ports/java/wildfly82/files/patch-bin-add-user.sh
Vanilla I. Shu 9ac019ed31 Add wildfly82 8.2.0, replacement for JBoss Application Server.
PR:		195336
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
2015-03-09 07:19:19 +00:00

11 lines
293 B
Bash

--- 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;