committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-06-17 10:04:57 +03:00
parent 48e168f1a3
commit 4cdda8276d
158 changed files with 9017 additions and 0 deletions

11
sysconfig/ebtables-config Normal file
View File

@@ -0,0 +1,11 @@
# Save current firewall rules on stop.
# Value: yes|no, default: no
# Saves all firewall rules if firewall gets stopped
# (e.g. on system shutdown).
EBTABLES_SAVE_ON_STOP="no"
# Save (and restore) rule counters.
# Value: yes|no, default: no
# Save rule counters when saving a kernel table to a file. If the
# rule counters were saved, they will be restored when restoring the table.
EBTABLES_SAVE_COUNTER="no"