diff --git a/src/warden-server/doc/README b/src/warden-server/doc/README
index a1bd965f84621dff7fa1a84f98b54f9d8c752521..a4f5bcdb840228246325049b01d7f70ec61e512d 100644
--- a/src/warden-server/doc/README
+++ b/src/warden-server/doc/README
@@ -42,7 +42,9 @@ A. Overall Information
         CHANGELOG
         INSTALL
         LICENSE
+	MANIFEST
         README
+	README.wardenWatchdog
         UNINSTALL
         UPDATE
         warden21to22.patch
@@ -51,7 +53,7 @@ A. Overall Information
         package_version
         warden-apache.conf
         warden-server.conf
-        WardenWatchdog.conf
+        warden-watchdog.conf
      lib/
         Warden/
           ApacheDispatch.pm
@@ -67,29 +69,30 @@ B. Installation Dependencies
 
  1. Applications:
 
-    Perl >= 5.10.1
-    MySQL >= 5.1.66
+    Perl   >= 5.10.1
+    MySQL  >= 5.1.72-2
     Apache >= 2.2.16
 
  2. Perl modules:
 
-    Carp >= 1.11
-    Crypt::X509 >= 0.40
-    Data::Dumper >= 2.124
-    DateTime >= 0.61
-    DBD::mysql >= 4.016
-    DBI >= 1.612
-    File::Basename >= 2.77
-    FindBin >= 1.50
-    Format::Human::Bytes >= 0.05
-    Getopt::Std >= 1.06
-    MIME::Base64 >= 3.08
-    Net::CIDR::Lite >= 0.21
-    SOAP::Lite >= 0.715
+    Carp                  >= 1.11
+    Crypt::X509           >= 0.40
+    DateTime              >= 0.61
+    DBD::mysql            >= 4.016
+    DBI                   >= 1.612
+    Email::Simple         >= 2.100
+    File::Basename        >= 2.77
+    FindBin               >= 1.50
+    Format::Human::Bytes  >= 0.05
+    Getopt::Long          >= 2.38
+    Getopt::Std           >= 1.06
+    MIME::Base64          >= 3.08
+    Net::CIDR::Lite       >= 0.21
+    SOAP::Lite            >= 0.715
     SOAP::Transport::HTTP >= 0.715
-    Switch >= 2.14
-    Sys::Hostname >= 1.11
-    Sys::Syslog >= 0.27
+    Switch                >= 2.14
+    Sys::Hostname         >= 1.11
+    Sys::Syslog           >= 0.27
 
 
 --------------------------------------------------------------------------------
@@ -230,15 +233,15 @@ E. Uninstallation
 
   For more information about uninstall.sh options run uninstall.sh -h
 
-  Usage: $ ./uninstall.sh -d <directory> [-hV]
-        -d <directory>            uninstallation directory
-        -h                        print this help
-        -V                        print script version number and exit
+  Usage: uninstall.sh -d <directory> [-s <directory>] [-hV]
+  -d <directory>            uninstallation directory of Warden server
+  -s <directory>            directory for symlinks to Warden server control scripts (optional)
+  -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'
-  directory.
+  For more information about uninstallation process, see README file (section Uninstallation).
 
 
 --------------------------------------------------------------------------------