Releases: oehrlis/oudbase
Releases · oehrlis/oudbase
Minor release update v1.6.3
Minor release update v1.6.3 with the following enhancements / fix:
- Update
logrotate.d
files and addoud_start_stop*. log
file - Rename the replication create scripts to reflect source host eg. scripts starting with 21_* have to run on Host 1 scripts with 22__* on host 2 etc.
- Add a few minor updates in the templates
Minor release update v1.6.2
Minor release update v1.6.2 with the following enhancements / fix:
- Fix PATH for base64 in oudbase_install search for
base64
in/usr/bin
and fallback tocommand -v -p base64
. This does make sure, that first the OSbase64
is used and not the one from OUD. - Change PATH order. First OUD, Java stuff and later the default from OS
Major release update v1.6.1
Major release update v1.6.1 with the following enhancements / fix:
- Fix
oud_status.sh
to avoid unnecessary output eg. STDERR, STDOUT - Add instance check before startup to
oud_start_stop.sh
- Add temporary file clean up before OUDSM start to
oud_start_stop.sh
- Add a init.d wrapper script
oud_start_stop_all
foroud_start_stop.sh
Minor release update v1.5.9
Minor release update v1.5.9 with the following enhancements / fix:
- Fix tipo in oudbase_install error message
Minor release update v1.5.7
Minor release update v1.5.7 with the following enhancements / fix:
- Fix for issue #51
- Add oudtab either to ETC_CORE or ETC_BASE
Minor release update v1.5.6
Minor release update v1.5.6 with the following enhancements / fix:
- Fix for issue #39
- extend OUDTAB and add a flag for auto start / stop
Minor release update v1.5.5
Minor release update v1.5.5 with the following enhancements / fix:
- Issue with base64 encoded payload (issue #48). OUD bin is first in PATH variable. Due to this a wrong base64 is taken. (yes I do really like this feature. copy/past of oudbase_install.sh is much easier across VPN, remote desktop, terminal servers etc...)
- enhance oud_pgrep to support SLES as well.
- fix minor issue in oud_pgrep when processes are started as daemon. in this case user is not defined in /proc/$pid/loginuid
- fix broken get_pid.
- add command checks at the beginning of oudenv.sh
- update build.sh to change version in *.sh files
Minor release update v1.5.4
Fix issue #48 payload in installation script oudbase_install.sh is now base64 encoded. This does simplify the transfer of the oudbase installation package.
Minor release update v1.5.3
Minor release update v1.5.2
Fix issue #47