From f9d02dea82ad3cb04522648711b8720e2b4aadba Mon Sep 17 00:00:00 2001
From: Tomas Plesnik <plesnik@ics.muni.cz>
Date: Tue, 14 Feb 2012 21:07:33 +0100
Subject: [PATCH] uprava pro serverovy balik

---
 src/warden-server/doc/CHANGELOG |  4 ++--
 src/warden-server/doc/INSTALL   | 17 ++++++++++++++++-
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/src/warden-server/doc/CHANGELOG b/src/warden-server/doc/CHANGELOG
index c7c363a..cd80d61 100644
--- a/src/warden-server/doc/CHANGELOG
+++ b/src/warden-server/doc/CHANGELOG
@@ -1,5 +1,5 @@
-2012-01-31 v1.0.0 stable version
+2012-02-24 v1.0.0 stable version
 --------------------------------
 - initial package of warden server
 - SSL certificate authentication/authorization supported
-- automatized installation process
+- automatized installation and uninstallation process
diff --git a/src/warden-server/doc/INSTALL b/src/warden-server/doc/INSTALL
index b02bf93..33a7942 100644
--- a/src/warden-server/doc/INSTALL
+++ b/src/warden-server/doc/INSTALL
@@ -1,7 +1,22 @@
-For installation of warden-server on local machine use install.sh.
+Installation process
+--------------------
+
+For installation of warden-server package on local machine use install.sh.
   
 Default destination directory is /opt/warden-server/.
           
 For more information about install.sh options run install.sh -h.
 
 You must be root for running this script.
+
+
+Uninstallation process
+----------------------
+
+For uninstallation of warden-server package from local machine use uninstall.sh.
+  
+Default uninstallation directory is /opt/warden-server/.
+          
+For more information about uninstall.sh options run uninstall.sh -h.
+
+You must be root for running this script.
-- 
GitLab