mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Shorewall6: Add full package.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
Index: shorewall6-5.1.4.1/install.sh
|
||||
===================================================================
|
||||
--- shorewall6-5.1.4.1.orig/install.sh 2017-05-26 17:39:12.000000000 +0200
|
||||
+++ shorewall6-5.1.4.1/install.sh 2017-06-06 21:22:46.124285327 +0200
|
||||
@@ -213,6 +213,8 @@
|
||||
BUILD=suse
|
||||
elif [ -f /etc/arch-release ] ; then
|
||||
BUILD=archlinux
|
||||
+ elif [ -f ${CONFDIR}/openwrt_release ] ; then
|
||||
+ BUILD=openwrt
|
||||
else
|
||||
BUILD=linux
|
||||
fi
|
||||
@@ -264,6 +266,9 @@
|
||||
archlinux)
|
||||
echo "Installing ArchLinux-specific configuration..."
|
||||
;;
|
||||
+ openwrt)
|
||||
+ echo "Installing OpenWRT-specific configuration..."
|
||||
+ ;;
|
||||
linux)
|
||||
;;
|
||||
*)
|
||||
@@ -0,0 +1,22 @@
|
||||
Index: shorewall6-5.1.4.1/configfiles/shorewall6.conf
|
||||
===================================================================
|
||||
--- shorewall6-5.1.4.1.orig/configfiles/shorewall6.conf 2017-10-05 11:28:34.893849703 +0200
|
||||
+++ shorewall6-5.1.4.1/configfiles/shorewall6.conf 2017-10-05 11:29:13.047785350 +0200
|
||||
@@ -34,7 +34,7 @@
|
||||
# L O G G I N G
|
||||
###############################################################################
|
||||
|
||||
-LOG_LEVEL="info"
|
||||
+LOG_LEVEL="warn"
|
||||
|
||||
BLACKLIST_LOG_LEVEL=
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
SHOREWALL_SHELL=/bin/sh
|
||||
|
||||
-SUBSYSLOCK=/var/lock/subsys/shorewall6
|
||||
+SUBSYSLOCK=/var/lock/shorewall6
|
||||
|
||||
TC=
|
||||
|
||||
Reference in New Issue
Block a user