From 3bcb794b5295f765ee5fb74c98fd69f594a586b1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 27 Apr 2013 09:57:58 +0000 Subject: install shorewall-ipv6 too (mga#9401) --- bin/drakgw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/drakgw') diff --git a/bin/drakgw b/bin/drakgw index d1ed287..fd0ee19 100755 --- a/bin/drakgw +++ b/bin/drakgw @@ -366,7 +366,7 @@ sub gw_configure() { N("Warning! An existing firewalling configuration has been detected. You may need some manual fixes after installation.")); } - $in->do_pkgs->ensure_is_installed('shorewall', '/sbin/shorewall') or $in->exit(-1); + $in->do_pkgs->ensure_files_are_installed([ [ qw(shorewall shorewall) ], [ qw(shorewall-ipv6 shorewall6) ] ], $::isInstall) or $in->exit(-1); my $_wait_configuring = $in->wait_message(N("Configuring..."), N("Configuring firewall...")); -- cgit v1.2.1