freebsd-ports/java/wildfly81/files/patch-bin-add-user.sh
Kurt Jaeger 54229f9c2c New port: java/wildfly81
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:		194478
Submitted by:	yerenkow@gmail.com
2014-11-22 17:29:50 +00:00

11 lines
293 B
Bash

--- bin/add-user.sh 2014-02-12 05:43:24.000000000 +0100
+++ /usr/local/wildfly-8.1.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;