mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
Clean up white-space in Togan's patch
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
779243094e
commit
dc21d015da
@ -253,11 +253,11 @@ case "$HOST" in
|
||||
archlinux)
|
||||
echo "Installing ArchLinux-specific configuration..."
|
||||
;;
|
||||
suse )
|
||||
echo "Installing Suse-specific configuration..."
|
||||
suse)
|
||||
echo "Installing Suse-specific configuration..."
|
||||
;;
|
||||
linux)
|
||||
;;
|
||||
linux )
|
||||
;;
|
||||
*)
|
||||
echo "ERROR: Unknown HOST \"$HOST\"" >&2
|
||||
exit 1;
|
||||
|
@ -79,7 +79,7 @@ sub process_conntrack_rule( $$$$$$$$$ ) {
|
||||
# A patch that deimplements the NOTRACK target has been posted on the
|
||||
# Netfilter development list
|
||||
#
|
||||
$target = 'CT--notrack' if have_capability 'CT_TARGET';
|
||||
$action = 'CT--notrack' if have_capability 'CT_TARGET';
|
||||
} else {
|
||||
( $target, my ( $option, $args, $junk ) ) = split ':', $action, 4;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user