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>
(cherry picked from commit 5d8d4fbbcb
)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
20 lines
418 B
Diff
20 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=
|
|
|