Skip to content
Snippets Groups Projects
Commit 98420305 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

uprava pro verze warden-server-2.2

parent ec689866
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,9 @@ A. Overall Information ...@@ -42,7 +42,9 @@ A. Overall Information
CHANGELOG CHANGELOG
INSTALL INSTALL
LICENSE LICENSE
MANIFEST
README README
README.wardenWatchdog
UNINSTALL UNINSTALL
UPDATE UPDATE
warden21to22.patch warden21to22.patch
...@@ -51,7 +53,7 @@ A. Overall Information ...@@ -51,7 +53,7 @@ A. Overall Information
package_version package_version
warden-apache.conf warden-apache.conf
warden-server.conf warden-server.conf
WardenWatchdog.conf warden-watchdog.conf
lib/ lib/
Warden/ Warden/
ApacheDispatch.pm ApacheDispatch.pm
...@@ -67,29 +69,30 @@ B. Installation Dependencies ...@@ -67,29 +69,30 @@ B. Installation Dependencies
1. Applications: 1. Applications:
Perl >= 5.10.1 Perl >= 5.10.1
MySQL >= 5.1.66 MySQL >= 5.1.72-2
Apache >= 2.2.16 Apache >= 2.2.16
2. Perl modules: 2. Perl modules:
Carp >= 1.11 Carp >= 1.11
Crypt::X509 >= 0.40 Crypt::X509 >= 0.40
Data::Dumper >= 2.124 DateTime >= 0.61
DateTime >= 0.61 DBD::mysql >= 4.016
DBD::mysql >= 4.016 DBI >= 1.612
DBI >= 1.612 Email::Simple >= 2.100
File::Basename >= 2.77 File::Basename >= 2.77
FindBin >= 1.50 FindBin >= 1.50
Format::Human::Bytes >= 0.05 Format::Human::Bytes >= 0.05
Getopt::Std >= 1.06 Getopt::Long >= 2.38
MIME::Base64 >= 3.08 Getopt::Std >= 1.06
Net::CIDR::Lite >= 0.21 MIME::Base64 >= 3.08
SOAP::Lite >= 0.715 Net::CIDR::Lite >= 0.21
SOAP::Lite >= 0.715
SOAP::Transport::HTTP >= 0.715 SOAP::Transport::HTTP >= 0.715
Switch >= 2.14 Switch >= 2.14
Sys::Hostname >= 1.11 Sys::Hostname >= 1.11
Sys::Syslog >= 0.27 Sys::Syslog >= 0.27
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
...@@ -230,15 +233,15 @@ E. Uninstallation ...@@ -230,15 +233,15 @@ E. Uninstallation
For more information about uninstall.sh options run uninstall.sh -h For more information about uninstall.sh options run uninstall.sh -h
Usage: $ ./uninstall.sh -d <directory> [-hV] Usage: uninstall.sh -d <directory> [-s <directory>] [-hV]
-d <directory> uninstallation directory -d <directory> uninstallation directory of Warden server
-h print this help -s <directory> directory for symlinks to Warden server control scripts (optional)
-V print script version number and exit -h print this help
-V print script version number and exit
Example: # ./uninstall.sh -d /opt/warden-server Example: $ uninstall.sh -d /opt/warden-server -s /usr/local/bin
For more information about post-uninstallation steps see UNINSTALL file in 'doc' For more information about uninstallation process, see README file (section Uninstallation).
directory.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment