From 76f8a9e1710272bfd43b378f7276d2ddfda9c96b Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 20 Feb 2012 09:02:04 -0800 Subject: [PATCH] Update the Install article for 4.5. Signed-off-by: Tom Eastep --- docs/Install.xml | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/docs/Install.xml b/docs/Install.xml index 7473f4fde..c959a494d 100644 --- a/docs/Install.xml +++ b/docs/Install.xml @@ -135,11 +135,31 @@
Install using tarball + Beginning with Shorewall-4.5.0, the Shorewall packages depend on + Shorewall-core. So the first step is to install that package: + + + + unpack the tarballs:tar -jxf shorewall-core-4.5.0.tar.bz2 + + + + cd to the shorewall directory (the version is encoded in the + directory name as in shorewall-core-4.5.0). + + + + Type: + + ./install.sh + + + To install Shorewall using the tarball and install script: - unpack the tarballs:tar -jxf shorewall-4.3.5.tar.bz2 + unpack the tarballs:tar -jxf shorewall-4.5.0.tar.bz2 @@ -406,17 +426,37 @@ Pin-Priority: 700Then issues for specific instructions. + If you are upgrading to version 4.5.0 or later, you must first + install or upgrade the Shorewall-core package: + + + + unpack the tarballs:tar -jxf shorewall-core-4.5.0.tar.bz2 + + + + cd to the shorewall directory (the version is encoded in the + directory name as in shorewall-core-4.5.0). + + + + Type: + + ./install.sh + + + If you already have Shorewall installed and are upgrading to a new version using the tarball: - unpack the tarball:tar -jxf shorewall-4.3.5.tar.bz2 + unpack the tarball:tar -jxf shorewall-4.5.0.tar.bz2 cd to the shorewall-perl directory (the version is encoded in - the directory name as in shorewall-4.3.5). + the directory name as in shorewall-4.5.0).