From 4d1f829d9b1efbe3534095a5193c4fc5a6a34b57 Mon Sep 17 00:00:00 2001 From: Stefan Oehrli Date: Mon, 25 May 2020 21:28:07 +0200 Subject: [PATCH] build v1.8.4 --- local/oudbase/bin/oud_backup.sh | 2 +- local/oudbase/bin/oud_eusm.sh | 2 +- local/oudbase/bin/oud_export.sh | 2 +- local/oudbase/bin/oud_functions.sh | 2 +- local/oudbase/bin/oud_start_stop.sh | 2 +- local/oudbase/bin/oud_start_stop_all | 2 +- local/oudbase/bin/oud_status.sh | 2 +- local/oudbase/bin/oudbase_install.sh | 2 +- local/oudbase/bin/oudenv.sh | 2 +- local/oudbase/doc/.oudbase.sha | 18 +++++++++--------- local/oudbase/doc/.version | 4 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/local/oudbase/bin/oud_backup.sh b/local/oudbase/bin/oud_backup.sh index 24d10403..0dd26a55 100755 --- a/local/oudbase/bin/oud_backup.sh +++ b/local/oudbase/bin/oud_backup.sh @@ -21,7 +21,7 @@ export OPENDS_JAVA_ARGS=-Dcom.sun.jndi.ldap.object.disableEndpointIdentification # - End of Customization ------------------------------------------------ # - Default Values ------------------------------------------------------ -VERSION=v1.8.3 +VERSION=v1.8.4 DOAPPEND="TRUE" # enable log file append VERBOSE="FALSE" # enable verbose mode SCRIPT_NAME=$(basename $0) diff --git a/local/oudbase/bin/oud_eusm.sh b/local/oudbase/bin/oud_eusm.sh index 603e8331..752f2ac0 100755 --- a/local/oudbase/bin/oud_eusm.sh +++ b/local/oudbase/bin/oud_eusm.sh @@ -18,7 +18,7 @@ # ----------------------------------------------------------------------- # - Default Values ------------------------------------------------------ -VERSION=v1.8.3 +VERSION=v1.8.4 JRE_HOME=$JAVA_HOME/jre/ EUSMLIBDIR=$ORACLE_BASE/local/oudbase/lib ORACLEPKI=$ORACLE_HOME/oracle_common/modules/oracle.pki/oraclepki.jar diff --git a/local/oudbase/bin/oud_export.sh b/local/oudbase/bin/oud_export.sh index 0e2945d1..d1039e64 100755 --- a/local/oudbase/bin/oud_export.sh +++ b/local/oudbase/bin/oud_export.sh @@ -21,7 +21,7 @@ export OPENDS_JAVA_ARGS=-Dcom.sun.jndi.ldap.object.disableEndpointIdentification # - End of Customization ------------------------------------------------ # - Default Values ------------------------------------------------------ -VERSION=v1.8.3 +VERSION=v1.8.4 DOAPPEND="TRUE" # enable log file append VERBOSE="FALSE" # enable verbose mode SCRIPT_NAME=$(basename $0) diff --git a/local/oudbase/bin/oud_functions.sh b/local/oudbase/bin/oud_functions.sh index a455aaf1..6d894be3 100755 --- a/local/oudbase/bin/oud_functions.sh +++ b/local/oudbase/bin/oud_functions.sh @@ -24,7 +24,7 @@ # - Environment Variables --------------------------------------------------- # define default values -VERSION=v1.8.3 +VERSION=v1.8.4 DOAPPEND=${DOAPPEND:-"TRUE"} # enable log file append VERBOSE=${VERBOSE:-"FALSE"} # enable verbose mode DEBUG=${DEBUG:-"FALSE"} # enable debug mode diff --git a/local/oudbase/bin/oud_start_stop.sh b/local/oudbase/bin/oud_start_stop.sh index 7636cf5e..5f998170 100755 --- a/local/oudbase/bin/oud_start_stop.sh +++ b/local/oudbase/bin/oud_start_stop.sh @@ -21,7 +21,7 @@ export OPENDS_JAVA_ARGS=-Dcom.sun.jndi.ldap.object.disableEndpointIdentification # - End of Customization ------------------------------------------------ # - Default Values ------------------------------------------------------ -VERSION=v1.8.3 +VERSION=v1.8.4 DOAPPEND="TRUE" # enable log file append VERBOSE="FALSE" # enable verbose mode FORCE="FALSE" # enable force restart diff --git a/local/oudbase/bin/oud_start_stop_all b/local/oudbase/bin/oud_start_stop_all index c2bd05bf..d2fcbb5e 100755 --- a/local/oudbase/bin/oud_start_stop_all +++ b/local/oudbase/bin/oud_start_stop_all @@ -18,7 +18,7 @@ # ----------------------------------------------------------------------- # - Default Values ------------------------------------------------------ -VERSION=v1.8.3 +VERSION=v1.8.4 SCRIPT_NAME=$(basename $0) export OUDBASE_BIN="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)" # - End of Default Values ----------------------------------------------- diff --git a/local/oudbase/bin/oud_status.sh b/local/oudbase/bin/oud_status.sh index f3be7ad9..1cece008 100755 --- a/local/oudbase/bin/oud_status.sh +++ b/local/oudbase/bin/oud_status.sh @@ -22,7 +22,7 @@ export OPENDS_JAVA_ARGS=-Dcom.sun.jndi.ldap.object.disableEndpointIdentification # - End of Customization ------------------------------------------------ # - Default Values ------------------------------------------------------ -VERSION=v1.8.3 +VERSION=v1.8.4 DOAPPEND="TRUE" # enable log file append VERBOSE="FALSE" # enable verbose mode SCRIPT_NAME=$(basename $0) diff --git a/local/oudbase/bin/oudbase_install.sh b/local/oudbase/bin/oudbase_install.sh index 0c6cef04..e4197b65 100755 --- a/local/oudbase/bin/oudbase_install.sh +++ b/local/oudbase/bin/oudbase_install.sh @@ -23,7 +23,7 @@ export LOG_BASE=${LOG_BASE-"/tmp"} # - End of Customization ------------------------------------------------ # - Default Values ------------------------------------------------------ -VERSION=v1.8.3 +VERSION=v1.8.4 DOAPPEND="TRUE" # enable log file append VERBOSE="TRUE" # enable verbose mode SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" # Basename of the script diff --git a/local/oudbase/bin/oudenv.sh b/local/oudbase/bin/oudenv.sh index 220ee001..9f11a005 100755 --- a/local/oudbase/bin/oudenv.sh +++ b/local/oudbase/bin/oudenv.sh @@ -22,7 +22,7 @@ # externally. In principle, these variables should not be changed at this # point. The customization should be done externally in .bash_profile or # in oudenv_core.conf. -VERSION=v1.8.3 +VERSION=v1.8.4 # define some binaries for later user PGREP_BIN=$(command -v pgrep) # get the binary for pgrep diff --git a/local/oudbase/doc/.oudbase.sha b/local/oudbase/doc/.oudbase.sha index e2da20de..1680dc87 100644 --- a/local/oudbase/doc/.oudbase.sha +++ b/local/oudbase/doc/.oudbase.sha @@ -1,11 +1,11 @@ -f5da21e76a05371701349c8d6f13ee02906a3245 ./bin/oud_functions.sh -c444183171756229f67f6cb3b3dc278a367bba33 ./bin/oud_status.sh -bb2a2f06ad1dd94f01452ba453b4ede662ef3b4c ./bin/oud_start_stop.sh -3ddae63465aea265a53f54ece0cb8e665c2d9b22 ./bin/oud_start_stop_all -5e36ac53131a7c4623f2cd7fa7eefcbc7bce0c54 ./bin/oud_export.sh -ce270e3c03f403286658fdae69c5b93bd1a69f4d ./bin/oud_backup.sh -2b9ca082f41a7e56bced51bdd2256ab66290eee5 ./bin/oudenv.sh -6c154aad7913c62033b82479f384261ed3a4110a ./bin/oud_eusm.sh +fa1e3feb316bb16d2e86b793d9601b112b8a6781 ./bin/oud_functions.sh +59b83ef07a45107e4a109538b65326e255675318 ./bin/oud_status.sh +35b3f7473189d2b1db2b1593674b7b205f2f629f ./bin/oud_start_stop.sh +e9cf57e8f6809dddb0a6c6e62af710a6e14fe575 ./bin/oud_start_stop_all +9c8dba4f86db32025a5abc6f6b7c0d0f32eab976 ./bin/oud_export.sh +7ff252c0239fdd490fe14971900529c694dfe3f2 ./bin/oud_backup.sh +7fdde2e325fe1118dd7af486b80164b7036817b2 ./bin/oudenv.sh +3c5519954afc68377bffa759a45b8a883494b6af ./bin/oud_eusm.sh c663fb651540b06c32791da7ac6f2d4297f85e7e ./etc/oudenv_core.conf e931ecdf86bc0b5b2f00f0926366c160281a71f5 ./etc/oudenv.conf 0918d6399a2471a32a3598beadaf19a129e9d296 ./etc/oudtab @@ -82,4 +82,4 @@ a9430dc47c10b9221ba5e709fc69088b3ad1aa83 ./templates/create/oud12c_eus_ad_proxy a932ed4eab1c54db8d05024cea39fce289fee682 ./templates/create/oud12c_eus_ad_proxy/03_config_eus_realm.sh 8624bcdae55baeef00cd11d5dfcfa60f68710a02 ./doc/LICENSE 3dca8b335210846b8ff3447a6d68e02d22f31272 ./doc/README.md -55fd0ce7d7fd721bf82ad5b82ddf26e29a6ed444 ./doc/.version +b76a8918b846aed382c722eff6665b2c8c694bef ./doc/.version diff --git a/local/oudbase/doc/.version b/local/oudbase/doc/.version index 6d334af3..b48a8606 100644 --- a/local/oudbase/doc/.version +++ b/local/oudbase/doc/.version @@ -1,6 +1,6 @@ -OUD Base Release v1.8.3 (https://github.com/oehrlis/oudbase) +OUD Base Release v1.8.4 (https://github.com/oehrlis/oudbase) ------------------------------------------------------------ -The following files of oudbase are changed/added (compared to v1.8.3): +The following files of oudbase are changed/added (compared to v1.8.4): ----------------------------------------------------------------------