diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-04-27 09:57:58 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-04-27 09:57:58 +0000 |
commit | 3bcb794b5295f765ee5fb74c98fd69f594a586b1 (patch) | |
tree | 12e1319641bf9104d580036c128ba67e431300bc /bin | |
parent | cf92bdc80e6b3a180d966def0f9ca38cf35a045a (diff) | |
download | drakx-net-3bcb794b5295f765ee5fb74c98fd69f594a586b1.tar drakx-net-3bcb794b5295f765ee5fb74c98fd69f594a586b1.tar.gz drakx-net-3bcb794b5295f765ee5fb74c98fd69f594a586b1.tar.bz2 drakx-net-3bcb794b5295f765ee5fb74c98fd69f594a586b1.tar.xz drakx-net-3bcb794b5295f765ee5fb74c98fd69f594a586b1.zip |
install shorewall-ipv6 too (mga#9401)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/drakgw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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...")); |