iptables path not correct for ubuntu 20.04
Bug #1898971 reported by
Paillomams
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libiptables-parse-perl (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In fileParse.pm line 31:
Iptables path is not correct for ubuntu 20.04:
my $ipt_bin = '/sbin/iptables';
my $ipt6_bin = '/sbin/ip6tables';
It should be:
my $ipt_bin = '/usr/sbin/
my $ipt6_bin = '/usr/sbin/
To post a comment you must log in.
This bug was fixed in the package libiptables- parse-perl - 1.6-2
--------------- parse-perl (1.6-2) unstable; urgency=medium
libiptables-
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
[ Salvatore Bonaccorso ]
* debian/control: Remove Franck Joncourt from Uploaders.
Thanks to Tobias Frost (Closes: #831305)
[ gregor herrmann ]
* Remove Fabrizio Regalli from Uploaders. Thanks for your work!
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ Laurent Baillet ] error-in- description warning
* fix lintian spelling-
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ Debian Janitor ] Browse. upstream/ metadata
* Trim trailing whitespace.
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-
* Remove obsolete fields Contact, Name from debian/
(already present in machine-readable debian/copyright).
[ gregor herrmann ] Root: no.
* Add patch to update path to `iptables'. (LP: #1898971)
* Add /me to Uploaders.
* Declare compliance with Debian Policy 4.5.0.
* Set Rules-Requires-
* Bump debhelper-compat to 13.
-- gregor herrmann <email address hidden> Thu, 08 Oct 2020 18:44:44 +0200