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"