summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-firewall/ebtables: keyword 2.0.11-r3 for ~loongWANG Xuerui2022-11-301-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* net-firewall/ebtables: Stabilize 2.0.11-r3 arm, #834933Arthur Zamarin2022-03-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/ebtables: Stabilize 2.0.11-r3 ppc64, #831835Sam James2022-02-041-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ebtables: keyword 2.0.11-r3 for ~riscvMarek Szuba2021-08-231-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-firewall/ebtables: Stabilize 2.0.11-r3 ppc, #788931Sam James2021-05-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ebtables: Stabilize 2.0.11-r3 arm64, #788931Sam James2021-05-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ebtables: Stabilize 2.0.11-r3 x86, #788931Sam James2021-05-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ebtables: Stabilize 2.0.11-r3 amd64, #788931Sam James2021-05-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ebtables: switch init to checkpath #603268Mike Frysinger2021-02-091-1/+0
| | | | | | | | This makes the code a little simpler & more robust, and avoids creating /var paths at install time. Fixes: https://bugs.gentoo.org/603268 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* net-firewall/ebtables: fix path to /etc/ethertypes #765679Mike Frysinger2021-02-091-0/+107
The --sysconfdir setting controls where ebtables looks for ethertypes, so don't use /usr/share/doc/ which is not guaranteed to exist, and is not where the ethertypes package installs its config. Switch back to the standard /etc path instead. This path logic was prob a mistake as part of the upgrade from the old 2.0.10.4 ebuild that had a similar named setting (SYSCONFIGDIR) but a different meaning which we wanted to install into /usr/share/doc/. Fixes: https://bugs.gentoo.org/765679 Signed-off-by: Mike Frysinger <vapier@gentoo.org>