diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-11-22 17:29:50 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-11-22 17:29:50 +0000 |
commit | 54229f9c2c5c1100c5931e82067d20976afda080 (patch) | |
tree | d265e0c08dfbc6111a11151ac689bd7d189aa7d0 /java/wildfly81/files/patch-bin-add-user.sh | |
parent | - Update to 2.2.0 (diff) |
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
Notes
Notes:
svn path=/head/; revision=373081
Diffstat (limited to 'java/wildfly81/files/patch-bin-add-user.sh')
-rw-r--r-- | java/wildfly81/files/patch-bin-add-user.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/wildfly81/files/patch-bin-add-user.sh b/java/wildfly81/files/patch-bin-add-user.sh new file mode 100644 index 000000000000..b4e9bad0c9ac --- /dev/null +++ b/java/wildfly81/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.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; |