History | View | Annotate | Download (3.75 KB)
Don't use ".physical" in adm/init-gdp-server.sh now that we have a proper creation service.
Fix typo in an apparently unused shell script.
Significant changes in packaging for the GDP 2.0 release.
Log servers now have ".physical" on gdpname.
Avoid problems with the name of gdplogd during upgrades.
Be sure to create the log root directory when installing a gdplogd.
Don't clobber gdplogd-wrapper.sh or gdp-rest-wrapper.sh in init-gdp-server.sh (include version number in script name).
Update installation scripts for new world and to allow coexistence of old and new versions.
Don't insist that gdp-rest be installed with gdplogd.
Don't enable gdp-rest by default. Set envar GDP_REST_INSTALL=true to turn this on.
Add administrative support for gdp-rest SCGI server. This is somewhat lighttpd specific.
Add system startup scripts for gdp-rest.
Simplify Ubuntu log rotation; fix gdpvis misspelling.
Be sure to install llogger when installing scripts that depend on it.
Moved llogger installation to main Makefile
Only install llogger if it is not already installed.
Add log rotation configuration for /var/log/gdp/gdplogd.log.
Use llogger for logging gdplogd output.
Eliminate call to undefined function in init-gdp-server.sh.
Install rsyslog configuration in init-gdp-server.sh rather than install-config.sh. Drop install-config.sh since it is now redundant.
Remember to install gdplogd wrapper script when initializing a server.
Code consolidation; create empty log file on installation; install systemd configuration in init-gdp-server.sh.
Installation/Configuration scripts update: try to guess if the system uses upstart or systemd; other installation cleanup.
Get the ep_adm_params directory in the right place when initializing.
Use /etc/gdp (instead of /etc) when installing in /usr. Move keys directory from /var/swarm/gdp/KEYS to $GDP_ETC/keys.
Fix glitch with reading configuration file; make directories sbin and lib when setting up for a server.
Documentation and scripts for GDP servers.