From 03b0efaafae680fd85fef3dcc778471c3e2d9ce4 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 19 Nov 2006 01:26:33 +0000 Subject: [PATCH] Update uninstall.sh for man pages -- add change log entry to shorewall.spec git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4913 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall.spec | 2 ++ Shorewall/uninstall.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 2d85ea221..f08df1a74 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -251,6 +251,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog +* Sat Nov 18 2006 Tom Eastep tom@shorewall.net +- Add Man Pages. * Sun Oct 29 2006 Tom Eastep tom@shorewall.net - Updated to 3.3.4-1 * Mon Oct 16 2006 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 4ed9170aa..0ecaa440a 100755 --- a/Shorewall/uninstall.sh +++ b/Shorewall/uninstall.sh @@ -106,6 +106,8 @@ rm -rf /var/lib/shorewall rm -rf /var/lib/shorewall-*.bkout rm -rf /usr/share/shorewall rm -rf /usr/share/shorewall-*.bkout +rm -rf /usr/share/man/man5/shorewall* +rm -rf /usr/share/man/man8/shorewall* echo "Shorewall Uninstalled"