mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 06:59:51 +00:00
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
21 lines
418 B
Diff
21 lines
418 B
Diff
--- a/configfiles/shorewall6.conf
|
|
+++ b/configfiles/shorewall6.conf
|
|
@@ -34,7 +34,7 @@ FIREWALL=
|
|
# L O G G I N G
|
|
###############################################################################
|
|
|
|
-LOG_LEVEL="info"
|
|
+LOG_LEVEL="warn"
|
|
|
|
BLACKLIST_LOG_LEVEL=
|
|
|
|
@@ -100,7 +100,7 @@ RESTOREFILE=restore
|
|
|
|
SHOREWALL_SHELL=/bin/sh
|
|
|
|
-SUBSYSLOCK=/var/lock/subsys/shorewall6
|
|
+SUBSYSLOCK=/var/lock/shorewall6
|
|
|
|
TC=
|
|
|