shorewall_code/Shorewall-lite
Orion Poplawski 9ad0b297e2 Supporting xz compressed kernel modules
- I've attached a patch that adds xz support to the default MODULE_SUFFIX.
- I'm wondering it wouldn't be better to not have MODULE_SUFFX=ko in various
sample configs so that the default value is used instead:

./Shorewall/configfiles/shorewall.conf:MODULE_SUFFIX=ko
./Shorewall/Samples/Universal/shorewall.conf:MODULE_SUFFIX=ko
./Shorewall/Samples/three-interfaces/shorewall.conf:MODULE_SUFFIX=ko
./Shorewall/Samples/two-interfaces/shorewall.conf:MODULE_SUFFIX=ko
./Shorewall/Samples/one-interface/shorewall.conf:MODULE_SUFFIX=ko
./docs/MultiISP.xml:MODULE_SUFFIX=ko
./docs/MyNetwork.xml:MODULE_SUFFIX=ko
./Shorewall6/configfiles/shorewall6.conf:MODULE_SUFFIX=ko
./Shorewall6/Samples6/Universal/shorewall6.conf:MODULE_SUFFIX=ko
./Shorewall6/Samples6/three-interfaces/shorewall6.conf:MODULE_SUFFIX=ko
./Shorewall6/Samples6/two-interfaces/shorewall6.conf:MODULE_SUFFIX=ko
./Shorewall6/Samples6/one-interface/shorewall6.conf:MODULE_SUFFIX=ko

- Is:

MODULE_SUFFIX=

sufficient to use the default value or does it need to be commented out?

Thanks,

  Orion

--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       orion@nwra.com
Boulder, CO 80301                   http://www.nwra.com

>From f13edf8fc07c7b62825408b8665b10d6014d368d Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion@cora.nwra.com>
Date: Mon, 26 Jan 2015 09:48:48 -0700
Subject: [PATCH] Support xz compressed modules

Signed-off-by: Tom Eastep <teastep@shorewall.net>
2015-02-06 12:51:00 -08:00
..
manpages Cleanup of preceding fix 2014-12-26 14:05:43 -08:00
configpath Correct all configpath files. 2013-02-14 15:10:21 -08:00
COPYING Correct address of the FSF 2011-06-06 06:55:40 -07:00
default.debian Add STARTOPTIONS and RESTARTOPTIONS 2012-01-16 10:03:13 -08:00
init.debian.sh Add '. /lib/lsb/init-functions' to the Debian-specific init scripts, as recommended by lintian 2013-10-05 16:31:45 -04:00
init.fedora.sh Provide STARTOPTIONS and RESTARTOPTIONS in all cases 2014-10-30 10:22:39 -07:00
init.sh Change license to GPLv2+ and update copyrights 2014-01-04 09:48:27 -08:00
init.suse.sh Suse specific patches 2012-08-25 08:45:57 -07:00
install.sh Installer: $INITDIR already starts with a "/", so no need for, "$DESTDIR/$INITDIR" 2014-11-15 07:55:14 -08:00
lib.base Change license to GPLv2+ and update copyrights 2014-01-04 09:48:27 -08:00
logrotate Rationalize init logs 2010-04-10 11:46:50 -07:00
Makefile Correct Makefiles 2012-04-14 12:01:37 -07:00
README.txt Rectify anachronistic README files 2010-02-28 17:30:52 -08:00
shorecap Supporting xz compressed kernel modules 2015-02-06 12:51:00 -08:00
shorewall-lite Change license to GPLv2+ and update copyrights 2014-01-04 09:48:27 -08:00
shorewall-lite.conf Search and destroy trailing whitespace 2012-04-24 14:52:57 -07:00
shorewall-lite.service Start firewall after the network-online target has been reached 2014-12-23 15:37:22 -08:00
shorewall-lite.service.214 Provide STARTOPTIONS and RESTARTOPTIONS in all cases 2014-10-30 10:22:39 -07:00
uninstall.sh Final cleanup of the uninstallers 2014-10-04 14:07:33 -07:00

This is the Shorewall-lite stable 4.4 branch of Git.