diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 334bc82a7..2e1f9e0d6 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -82,31 +82,7 @@ fi %attr(0544,root,root) /usr/share/shorewall-lite/shorecap %attr(0555,root,root) /usr/share/shorewall-lite/wait4ifup -%attr(0444,root,root) %{_mandir}/man5/shorewall-accounting.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-actions.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-blacklist.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall.conf.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-ecn.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-exclusion.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-hosts.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-interfaces.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-maclist.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-masq.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-nat.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-netmap.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-params.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-policy.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-providers.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-proxyarp.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-route_rules.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-routestopped.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-rules.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-tcclasses.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-tcdevices.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-tcrules.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-tos.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-tunnels.5.gz -%attr(0444,root,root) %{_mandir}/man5/shorewall-zones.5.gz +%attr(0444,root,root) %{_mandir}/man5/shorewall-lite.conf.5.gz %attr(0444,root,root) %{_mandir}/man8/shorewall-lite.8.gz diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 805177fb9..57ff82dec 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -7,6 +7,8 @@ Changes in 3.4.0 Beta 2 3) Add wait4ifup. +4) Rename the shorewall.conf(5) manpage in Shorewall Lite. + Changes in 3.4.0 Beta 1 1) Correct handling of masq file. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index c07499601..daab322ee 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -40,6 +40,11 @@ Problems Corrected in 3.4.0 Beta 2 compiled script. /usr/share/shorewall/init is a symbolic link to the Shorewall init script (usually /etc/init.d/shorewall). +3) To allow Shorewall and Shorewall Lite to coexist on a single + system, the Shorewall section 5 manpages are no longer included in + Shorewall Lite. In addition, the Shorewall Lite manpage for + "shorewall.conf" has been renamed "shorewall-lite.conf". + Migration Considerations: 1) Shorewall supports the notion of "default actions". A default @@ -508,6 +513,7 @@ New Features in Shorewall 3.4: shorewall-exclusion(5) shorewall-hosts(5) shorewall-interfaces(5) + shorewall-lite.conf(5) shorewall-lite(8) shorewall-maclist(5) shorewall-masq(5) diff --git a/docs/upgrade_issues.xml b/docs/upgrade_issues.xml index 2ad4599fc..b826356b4 100644 --- a/docs/upgrade_issues.xml +++ b/docs/upgrade_issues.xml @@ -70,8 +70,6 @@
Versions >= 3.4.0-Beta1 - - Shorewall supports the notion of "default actions". A default diff --git a/manpages-lite/shorewall.conf.xml b/manpages-lite/shorewall-lite.conf.xml similarity index 98% rename from manpages-lite/shorewall.conf.xml rename to manpages-lite/shorewall-lite.conf.xml index c7fbd9dab..2a99d9c7b 100644 --- a/manpages-lite/shorewall.conf.xml +++ b/manpages-lite/shorewall-lite.conf.xml @@ -1,13 +1,13 @@ - shorewall.conf + shorewall-lite.conf 5 - shorewall.conf + shorewall-lite.conf Shorewall Lite global configuration file diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index 40cbce424..0f46c23c4 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -355,10 +355,8 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then rm *.xml cd $DIR - mkdir $SHOREWALLLITEDIR/manpages - cp -f $SHOREWALLDIR/manpages/*.5 $SHOREWALLLITEDIR/manpages - cd $SHOREWALLLITEDIR + progress_message "Exporting $LITEMANPAGETAG from SVN..." do_or_die "svn export --non-interactive --force ${SVN}/$LITEMANPAGETAG manpages >> $LOGFILE 2>&1" cd manpages