opnsense-ports/java/wildfly11/files/patch-bin_add-user.sh
Franco Fichtner cb07a35399 */*: sync with upstream
Taken from: HardenedBSD
2017-11-18 07:44:25 +01:00

11 lines
225 B
Bash

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