Clean up white-space in Togan's patch

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-08-26 08:27:24 -07:00
parent 779243094e
commit dc21d015da
2 changed files with 5 additions and 5 deletions

View File

@ -253,10 +253,10 @@ case "$HOST" in
archlinux) archlinux)
echo "Installing ArchLinux-specific configuration..." echo "Installing ArchLinux-specific configuration..."
;; ;;
suse ) suse)
echo "Installing Suse-specific configuration..." echo "Installing Suse-specific configuration..."
;; ;;
linux ) linux)
;; ;;
*) *)
echo "ERROR: Unknown HOST \"$HOST\"" >&2 echo "ERROR: Unknown HOST \"$HOST\"" >&2

View File

@ -79,7 +79,7 @@ sub process_conntrack_rule( $$$$$$$$$ ) {
# A patch that deimplements the NOTRACK target has been posted on the # A patch that deimplements the NOTRACK target has been posted on the
# Netfilter development list # Netfilter development list
# #
$target = 'CT--notrack' if have_capability 'CT_TARGET'; $action = 'CT--notrack' if have_capability 'CT_TARGET';
} else { } else {
( $target, my ( $option, $args, $junk ) ) = split ':', $action, 4; ( $target, my ( $option, $args, $junk ) ) = split ':', $action, 4;