3016fb875b
* Updated DRBD->get_status() to take the new 'host' paramter to allow the caller to define the hash key string used in the stored data. * Updated Get->anvil_version() (and a few other places) to use the new 'striker-ui-api' shell user, replacing the 'apache' user. * Updated Remote->test_access() to take the new 'close' parameter to close the SSH session used when testing access to the target. * Fixed a logging bug in anvil-manage-power. * Updated anvil-update-system to take the '--no-reboot' and 'clear-cache' command line switches. Signed-off-by: digimer <mkelly@alteeve.ca>
32 lines
781 B
Makefile
32 lines
781 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
dist_man1_MANS = \
|
|
anvil-manage-keys.1
|
|
|
|
dist_man5_MANS = \
|
|
anvil.conf.5
|
|
|
|
dist_man8_MANS = \
|
|
alteeve-repo-setup.8 \
|
|
anvil-boot-server.8 \
|
|
anvil-change-password.8 \
|
|
anvil-check-memory.8 \
|
|
anvil-configure-host.8 \
|
|
anvil-daemon.8 \
|
|
anvil-delete-server.8 \
|
|
anvil-manage-alerts.8 \
|
|
anvil-manage-dr.8 \
|
|
anvil-manage-files.8 \
|
|
anvil-manage-keys.1 \
|
|
anvil-manage-power.8 \
|
|
anvil-manage-server.8 \
|
|
anvil-manage-server-storage.8 \
|
|
anvil-manage-storage-groups.8 \
|
|
anvil-special-operations.8 \
|
|
anvil-watch-drbd.8 \
|
|
scancore.8 \
|
|
striker-check-machines.8 \
|
|
striker-collect-debug.8 \
|
|
striker-initialize-host.8 \
|
|
striker-update-cluster.8
|