From 93cc469a95cc8a97007ba8d9ce5eeebb43fddf55 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Mon, 12 Oct 2015 19:32:21 +0300 Subject: net-firewall/firehol: set dummy ip6tables-restore Bug: 562942 Package-Manager: portage-2.2.20.1 --- net-firewall/firehol/firehol-2.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-firewall/firehol') diff --git a/net-firewall/firehol/firehol-2.0.3.ebuild b/net-firewall/firehol/firehol-2.0.3.ebuild index 3026dd703f8f..182c9eb1013a 100644 --- a/net-firewall/firehol/firehol-2.0.3.ebuild +++ b/net-firewall/firehol/firehol-2.0.3.ebuild @@ -44,7 +44,8 @@ src_configure() { --with-autosave6="${EPREFIX}/var/lib/ip6tables/rules-save" \ $(use_enable doc) \ IP6TABLES_CMD=/bin/false \ - IP6TABLES_SAVE_CMD=/bin/false + IP6TABLES_SAVE_CMD=/bin/false \ + IP6TABLES_RESTORE_CMD=/bin/false } src_install() { -- cgit v1.2.3-65-gdbad