[Ebtables-devel] ebtables.sysv diff
Brought to you by:
bdschuym
From: Michal S. <so...@zi...> - 2008-01-25 18:18:48
|
Hello While adapting init script for Archlinux, I noticed two small bugs in it: - in two places where variables were tested, IPTABLES_* were used instead of EBTABLES_* - if user chooses to save both text and binary formats, start function will try to use table 'save' in one loop iteration. It's not critical, but can be confusing for less experienced users. Apart for that, few trivial changes - cut and sed "merged" into one sed call, ls quiet on stderr. Diff in attachment. |