diff --git a/build/build.sh b/build/build.sh index 39110903..ae37de09 100755 --- a/build/build.sh +++ b/build/build.sh @@ -52,7 +52,7 @@ VERSION=$(grep -i "OUD Base Release" ./doc/.version |sed -E 's/.*(v[0-9]+.[0-9]+ for i in ./bin/*.sh; do echo "update version to ${VERSION} in file $i" - sed -i '' -E "s/^VERSION=.*/VERSION=${VERSION}/" $i + sed -i -E "s/^VERSION=.*/VERSION=${VERSION}/" $i done # create sha hash's echo "Create sha hashs for all files" diff --git a/local/oudbase/bin/oud_backup.sh b/local/oudbase/bin/oud_backup.sh index 347a339a..c77c1776 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.7.0 +VERSION=v1.7.1 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 39fc06a3..1a4e6579 100755 --- a/local/oudbase/bin/oud_eusm.sh +++ b/local/oudbase/bin/oud_eusm.sh @@ -18,7 +18,7 @@ # ----------------------------------------------------------------------- # - Default Values ------------------------------------------------------ -VERSION=v1.7.0 +VERSION=v1.7.1 JRE_HOME=$JAVA_HOME/jre/ EUSMLIBDIR=$ORACLE_BASE/local/eusm/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 a518f2d7..4b7ddcf4 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.7.0 +VERSION=v1.7.1 DOAPPEND="TRUE" # enable log file append VERBOSE="FALSE" # enable verbose mode SCRIPT_NAME=$(basename $0) diff --git a/local/oudbase/bin/oud_start_stop.sh b/local/oudbase/bin/oud_start_stop.sh index 51539b66..39058234 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.7.0 +VERSION=v1.7.1 DOAPPEND="TRUE" # enable log file append VERBOSE="FALSE" # enable verbose mode FORCE="FALSE" # enable force restart diff --git a/local/oudbase/bin/oud_status.sh b/local/oudbase/bin/oud_status.sh index 139db670..d0bccb50 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.7.0 +VERSION=v1.7.1 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 44c7a6d3..3b7bb5ce 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.7.0 +VERSION=v1.7.1 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 de240cec..13c59ad6 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.7.0 +VERSION=v1.7.1 # 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 ff1fdf1c..ac51735e 100644 --- a/local/oudbase/doc/.oudbase.sha +++ b/local/oudbase/doc/.oudbase.sha @@ -1,10 +1,10 @@ -3cd565af3456e689b9a25224fc8de4d3f360d56c ./bin/oud_status.sh -9d7e77400b322051066f990fa54559ae6ce6dbec ./bin/oud_start_stop.sh +839c8681707044fee9a9d58f800351979e6e4c2d ./bin/oud_status.sh +a0356a9442a5d74aa338066737406ebf98bd1fd0 ./bin/oud_start_stop.sh cf8d80d0894db19b2daeb7ceaafe712253c93499 ./bin/oud_start_stop_all -c542886f515c601777def2aef399ab4ff9d35361 ./bin/oud_export.sh -3931ce93cf165b3b6bdbd24a648895fed7ffcd1e ./bin/oud_backup.sh -bbcc64a96dc8c96d9623b2e3870da4eaada2dc4f ./bin/oudenv.sh -4a96134c1de37c824868e0db3223956cf8f78ad9 ./bin/oud_eusm.sh +ab35ed563a364bee6349a67bae5fd27026abd759 ./bin/oud_export.sh +3502eaab36bd7568d6aa2232e0cd3d764cf64c71 ./bin/oud_backup.sh +ab4ae59b0b9eff08bac84a90f62ac0ccabc85626 ./bin/oudenv.sh +127a6be2e547979d3bba17607383abb5cb2d8bfd ./bin/oud_eusm.sh c663fb651540b06c32791da7ac6f2d4297f85e7e ./etc/oudenv_core.conf afc472d77a2745d14fd36865e1f4a441d3e3e794 ./etc/oudenv.conf 2ea0c0069dd86f9aaae99c274f38182c981e2113 ./etc/oudenv_custom.conf @@ -85,4 +85,4 @@ a9430dc47c10b9221ba5e709fc69088b3ad1aa83 ./templates/create/oud12c_eus_ad_proxy a932ed4eab1c54db8d05024cea39fce289fee682 ./templates/create/oud12c_eus_ad_proxy/03_config_eus_realm.sh 8624bcdae55baeef00cd11d5dfcfa60f68710a02 ./doc/LICENSE db0dad266fb7dab2083cccf1277a136ac35aca03 ./doc/README.md -17a593aad1a6deb154164f7ca7f6a15d1ae27134 ./doc/.version +734cde869195d06f1ded4bb23f07a59bd2b9af4a ./doc/.version diff --git a/local/oudbase/doc/.version b/local/oudbase/doc/.version index 033f160b..b2e78e6f 100644 --- a/local/oudbase/doc/.version +++ b/local/oudbase/doc/.version @@ -1,6 +1,6 @@ -OUD Base Release v1.7.0 (https://github.com/oehrlis/oudbase) +OUD Base Release v1.7.1 (https://github.com/oehrlis/oudbase) ------------------------------------------------------------ -The following files of oudbase are changed/added (compared to v1.7.0): +The following files of oudbase are changed/added (compared to v1.7.1): ----------------------------------------------------------------------