X-Git-Url: https://git.tld-linux.org/?p=packages%2Fshorewall.git;a=blobdiff_plain;f=shorewall-logging.patch;h=c49d78a5f016bd660d8a7c18d705a1497683e639;hp=d8e8602a85390d95ebb96675adf8e5bbe5936b6d;hb=388965a44c6c000cd6675b98bcdb22df5f84bce3;hpb=407461decbc440dbc1fe57c339a28e94bd698d97 diff --git a/shorewall-logging.patch b/shorewall-logging.patch index d8e8602..c49d78a 100644 --- a/shorewall-logging.patch +++ b/shorewall-logging.patch @@ -1,6 +1,6 @@ -diff -ur shorewall-5.2.0.5.orig/shorewall-5.2.0.5/configfiles/shorewall.conf shorewall-5.2.0.5/shorewall-5.2.0.5/configfiles/shorewall.conf ---- shorewall-5.2.0.5.orig/shorewall-5.2.0.5/configfiles/shorewall.conf 2018-07-11 17:42:26.621298313 +0000 -+++ shorewall-5.2.0.5/shorewall-5.2.0.5/configfiles/shorewall.conf 2018-07-11 17:44:09.647292172 +0000 +diff -ur shorewall-5.2.1.orig/shorewall/configfiles/shorewall.conf shorewall-5.2.1/shorewall/configfiles/shorewall.conf +--- shorewall-5.2.1.orig/shorewall/configfiles/shorewall.conf 2018-10-11 21:39:19.903033000 +0000 ++++ shorewall-5.2.1/shorewall/configfiles/shorewall.conf 2018-10-11 21:40:46.292033000 +0000 @@ -49,9 +49,9 @@ LOGALLNEW= @@ -22,10 +22,10 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-5.2.0.5/configfiles/shorewall.conf sho TCP_FLAGS_LOG_LEVEL="$LOG_LEVEL" -diff -ur shorewall-5.2.0.5.orig/shorewall-5.2.0.5/install.sh shorewall-5.2.0.5/shorewall-5.2.0.5/install.sh ---- shorewall-5.2.0.5.orig/shorewall-5.2.0.5/install.sh 2018-05-18 18:46:49.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall-5.2.0.5/install.sh 2018-07-11 17:47:50.239279024 +0000 -@@ -1215,8 +1215,8 @@ +diff -ur shorewall-5.2.1.orig/shorewall/install.sh shorewall-5.2.1/shorewall/install.sh +--- shorewall-5.2.1.orig/shorewall/install.sh 2018-10-02 15:21:54.000000000 +0000 ++++ shorewall-5.2.1/shorewall/install.sh 2018-10-11 21:40:46.293033000 +0000 +@@ -1223,8 +1223,8 @@ fi if [ -d ${DESTDIR}${CONFDIR}/logrotate.d ]; then @@ -36,7 +36,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-5.2.0.5/install.sh shorewall-5.2.0.5/s fi # -@@ -1254,7 +1254,7 @@ +@@ -1262,7 +1262,7 @@ echo "${PRODUCT} will start automatically at boot" if [ $HOST = debian ]; then echo "Set startup=1 in ${CONFDIR}/default/${PRODUCT} to enable" @@ -45,7 +45,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-5.2.0.5/install.sh shorewall-5.2.0.5/s perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/${PRODUCT}/${PRODUCT}.conf else echo "Set STARTUP_ENABLED=Yes in ${CONFDIR}/${PRODUCT}/${PRODUCT}.conf to enable" -@@ -1273,7 +1273,7 @@ +@@ -1281,7 +1281,7 @@ elif mywhich update-rc.d ; then echo "${PRODUCT} will start automatically at boot" echo "Set startup=1 in ${CONFDIR}/default/${PRODUCT} to enable" @@ -54,7 +54,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-5.2.0.5/install.sh shorewall-5.2.0.5/s perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/${PRODUCT}/${PRODUCT}.conf update-rc.d ${PRODUCT} enable elif mywhich rc-update ; then -@@ -1281,7 +1281,7 @@ +@@ -1289,7 +1289,7 @@ echo "${PRODUCT} will start automatically at boot" if [ $HOST = debian ]; then echo "Set startup=1 in ${CONFDIR}/default/${PRODUCT} to enable" @@ -63,18 +63,18 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-5.2.0.5/install.sh shorewall-5.2.0.5/s perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/${PRODUCT}/${PRODUCT}.conf else echo "Set STARTUP_ENABLED=Yes in ${CONFDIR}/${PRODUCT}/${PRODUCT}.conf to enable" -diff -ur shorewall-5.2.0.5.orig/shorewall-5.2.0.5/logrotate shorewall-5.2.0.5/shorewall-5.2.0.5/logrotate ---- shorewall-5.2.0.5.orig/shorewall-5.2.0.5/logrotate 2018-05-18 17:18:09.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall-5.2.0.5/logrotate 2018-07-11 17:43:00.277296307 +0000 +diff -ur shorewall-5.2.1.orig/shorewall/logrotate shorewall-5.2.1/shorewall/logrotate +--- shorewall-5.2.1.orig/shorewall/logrotate 2018-10-02 15:15:20.000000000 +0000 ++++ shorewall-5.2.1/shorewall/logrotate 2018-10-11 21:40:46.293033000 +0000 @@ -1,4 +1,4 @@ -/var/log/shorewall-init.log { +/var/log/shorewall-init { missingok notifempty create 0600 root root -diff -ur shorewall-5.2.0.5.orig/shorewall-5.2.0.5/uninstall.sh shorewall-5.2.0.5/shorewall-5.2.0.5/uninstall.sh ---- shorewall-5.2.0.5.orig/shorewall-5.2.0.5/uninstall.sh 2018-05-18 18:46:49.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall-5.2.0.5/uninstall.sh 2018-07-11 17:47:41.736279531 +0000 +diff -ur shorewall-5.2.1.orig/shorewall/uninstall.sh shorewall-5.2.1/shorewall/uninstall.sh +--- shorewall-5.2.1.orig/shorewall/uninstall.sh 2018-10-02 15:21:54.000000000 +0000 ++++ shorewall-5.2.1/shorewall/uninstall.sh 2018-10-11 21:40:46.293033000 +0000 @@ -216,7 +216,7 @@ esac done @@ -84,9 +84,9 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-5.2.0.5/uninstall.sh shorewall-5.2.0.5 [ -n "$SYSTEMD" ] && remove_file ${SYSTEMD}/${PRODUCT}.service -diff -ur shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/configfiles/shorewall6.conf shorewall-5.2.0.5/shorewall6-5.2.0.5/configfiles/shorewall6.conf ---- shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/configfiles/shorewall6.conf 2018-07-11 17:42:26.621298313 +0000 -+++ shorewall-5.2.0.5/shorewall6-5.2.0.5/configfiles/shorewall6.conf 2018-07-11 17:43:46.477293554 +0000 +diff -ur shorewall-5.2.1.orig/shorewall6/configfiles/shorewall6.conf shorewall-5.2.1/shorewall6/configfiles/shorewall6.conf +--- shorewall-5.2.1.orig/shorewall6/configfiles/shorewall6.conf 2018-10-11 21:39:19.903033000 +0000 ++++ shorewall-5.2.1/shorewall6/configfiles/shorewall6.conf 2018-10-11 21:40:46.293033000 +0000 @@ -48,9 +48,9 @@ LOGALLNEW= @@ -108,10 +108,10 @@ diff -ur shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/configfiles/shorewall6.conf s TCP_FLAGS_LOG_LEVEL="$LOG_LEVEL" -diff -ur shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/install.sh shorewall-5.2.0.5/shorewall6-5.2.0.5/install.sh ---- shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/install.sh 2018-05-18 18:46:49.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall6-5.2.0.5/install.sh 2018-07-11 17:47:07.879281549 +0000 -@@ -1215,8 +1215,8 @@ +diff -ur shorewall-5.2.1.orig/shorewall6/install.sh shorewall-5.2.1/shorewall6/install.sh +--- shorewall-5.2.1.orig/shorewall6/install.sh 2018-10-02 15:21:54.000000000 +0000 ++++ shorewall-5.2.1/shorewall6/install.sh 2018-10-11 21:40:46.293033000 +0000 +@@ -1223,8 +1223,8 @@ fi if [ -d ${DESTDIR}${CONFDIR}/logrotate.d ]; then @@ -122,7 +122,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/install.sh shorewall-5.2.0.5/ fi # -@@ -1254,7 +1254,7 @@ +@@ -1262,7 +1262,7 @@ echo "${PRODUCT} will start automatically at boot" if [ $HOST = debian ]; then echo "Set startup=1 in ${CONFDIR}/default/${PRODUCT} to enable" @@ -131,7 +131,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/install.sh shorewall-5.2.0.5/ perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/${PRODUCT}/${PRODUCT}.conf else echo "Set STARTUP_ENABLED=Yes in ${CONFDIR}/${PRODUCT}/${PRODUCT}.conf to enable" -@@ -1273,7 +1273,7 @@ +@@ -1281,7 +1281,7 @@ elif mywhich update-rc.d ; then echo "${PRODUCT} will start automatically at boot" echo "Set startup=1 in ${CONFDIR}/default/${PRODUCT} to enable" @@ -140,7 +140,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/install.sh shorewall-5.2.0.5/ perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/${PRODUCT}/${PRODUCT}.conf update-rc.d ${PRODUCT} enable elif mywhich rc-update ; then -@@ -1281,7 +1281,7 @@ +@@ -1289,7 +1289,7 @@ echo "${PRODUCT} will start automatically at boot" if [ $HOST = debian ]; then echo "Set startup=1 in ${CONFDIR}/default/${PRODUCT} to enable" @@ -149,18 +149,18 @@ diff -ur shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/install.sh shorewall-5.2.0.5/ perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/${PRODUCT}/${PRODUCT}.conf else echo "Set STARTUP_ENABLED=Yes in ${CONFDIR}/${PRODUCT}/${PRODUCT}.conf to enable" -diff -ur shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/logrotate shorewall-5.2.0.5/shorewall6-5.2.0.5/logrotate ---- shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/logrotate 2018-05-18 17:18:09.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall6-5.2.0.5/logrotate 2018-07-11 17:43:27.447294688 +0000 +diff -ur shorewall-5.2.1.orig/shorewall6/logrotate shorewall-5.2.1/shorewall6/logrotate +--- shorewall-5.2.1.orig/shorewall6/logrotate 2018-10-02 15:15:20.000000000 +0000 ++++ shorewall-5.2.1/shorewall6/logrotate 2018-10-11 21:40:46.294033000 +0000 @@ -1,4 +1,4 @@ -/var/log/shorewall6-init.log { +/var/log/shorewall6-init { missingok notifempty create 0600 root root -diff -ur shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/uninstall.sh shorewall-5.2.0.5/shorewall6-5.2.0.5/uninstall.sh ---- shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/uninstall.sh 2018-05-18 18:46:49.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall6-5.2.0.5/uninstall.sh 2018-07-11 17:47:15.348281104 +0000 +diff -ur shorewall-5.2.1.orig/shorewall6/uninstall.sh shorewall-5.2.1/shorewall6/uninstall.sh +--- shorewall-5.2.1.orig/shorewall6/uninstall.sh 2018-10-02 15:21:54.000000000 +0000 ++++ shorewall-5.2.1/shorewall6/uninstall.sh 2018-10-11 21:40:46.294033000 +0000 @@ -216,7 +216,7 @@ esac done @@ -170,10 +170,10 @@ diff -ur shorewall-5.2.0.5.orig/shorewall6-5.2.0.5/uninstall.sh shorewall-5.2.0. [ -n "$SYSTEMD" ] && remove_file ${SYSTEMD}/${PRODUCT}.service -diff -ur shorewall-5.2.0.5.orig/shorewall6-lite-5.2.0.5/install.sh shorewall-5.2.0.5/shorewall6-lite-5.2.0.5/install.sh ---- shorewall-5.2.0.5.orig/shorewall6-lite-5.2.0.5/install.sh 2018-05-18 18:46:50.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall6-lite-5.2.0.5/install.sh 2018-07-11 17:47:32.928280056 +0000 -@@ -459,8 +459,8 @@ +diff -ur shorewall-5.2.1.orig/shorewall6-lite/install.sh shorewall-5.2.1/shorewall6-lite/install.sh +--- shorewall-5.2.1.orig/shorewall6-lite/install.sh 2018-10-02 15:21:54.000000000 +0000 ++++ shorewall-5.2.1/shorewall6-lite/install.sh 2018-10-11 21:40:46.294033000 +0000 +@@ -467,8 +467,8 @@ fi if [ -d ${DESTDIR}${CONFDIR}/logrotate.d ]; then @@ -184,7 +184,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall6-lite-5.2.0.5/install.sh shorewall-5.2 fi # -@@ -510,7 +510,7 @@ +@@ -518,7 +518,7 @@ echo "$PRODUCT will start automatically at boot" if [ $HOST = debian ]; then echo "Set startup=1 in ${CONFDIR}/default/$PRODUCT to enable" @@ -193,7 +193,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall6-lite-5.2.0.5/install.sh shorewall-5.2 perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/$PRODUCT/$PRODUCT.conf else echo "Set STARTUP_ENABLED=Yes in ${CONFDIR}/$PRODUCT/$PRODUCT.conf to enable" -@@ -529,7 +529,7 @@ +@@ -537,7 +537,7 @@ elif mywhich update-rc.d ; then echo "$PRODUCT will start automatically at boot" echo "Set startup=1 in ${CONFDIR}/default/$PRODUCT to enable" @@ -202,7 +202,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall6-lite-5.2.0.5/install.sh shorewall-5.2 perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/$PRODUCT/$PRODUCT.conf update-rc.d $PRODUCT enable elif mywhich rc-update ; then -@@ -537,7 +537,7 @@ +@@ -545,7 +545,7 @@ echo "$PRODUCT will start automatically at boot" if [ $HOST = debian ]; then echo "Set startup=1 in ${CONFDIR}/default/$PRODUCT to enable" @@ -211,18 +211,18 @@ diff -ur shorewall-5.2.0.5.orig/shorewall6-lite-5.2.0.5/install.sh shorewall-5.2 perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/$PRODUCT/$PRODUCT.conf else echo "Set STARTUP_ENABLED=Yes in ${CONFDIR}/$PRODUCT/$PRODUCT.conf to enable" -diff -ur shorewall-5.2.0.5.orig/shorewall6-lite-5.2.0.5/logrotate shorewall-5.2.0.5/shorewall6-lite-5.2.0.5/logrotate ---- shorewall-5.2.0.5.orig/shorewall6-lite-5.2.0.5/logrotate 2018-05-18 17:18:09.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall6-lite-5.2.0.5/logrotate 2018-07-11 17:43:19.397295168 +0000 +diff -ur shorewall-5.2.1.orig/shorewall6-lite/logrotate shorewall-5.2.1/shorewall6-lite/logrotate +--- shorewall-5.2.1.orig/shorewall6-lite/logrotate 2018-10-02 15:15:20.000000000 +0000 ++++ shorewall-5.2.1/shorewall6-lite/logrotate 2018-10-11 21:40:46.294033000 +0000 @@ -1,4 +1,4 @@ -/var/log/shorewall6-lite-init.log { +/var/log/shorewall6-lite-init { missingok notifempty create 0600 root root -diff -ur shorewall-5.2.0.5.orig/shorewall6-lite-5.2.0.5/uninstall.sh shorewall-5.2.0.5/shorewall6-lite-5.2.0.5/uninstall.sh ---- shorewall-5.2.0.5.orig/shorewall6-lite-5.2.0.5/uninstall.sh 2018-05-18 18:46:50.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall6-lite-5.2.0.5/uninstall.sh 2018-07-11 17:47:20.438280800 +0000 +diff -ur shorewall-5.2.1.orig/shorewall6-lite/uninstall.sh shorewall-5.2.1/shorewall6-lite/uninstall.sh +--- shorewall-5.2.1.orig/shorewall6-lite/uninstall.sh 2018-10-02 15:21:54.000000000 +0000 ++++ shorewall-5.2.1/shorewall6-lite/uninstall.sh 2018-10-11 21:40:46.294033000 +0000 @@ -190,7 +190,7 @@ remove_directory ${VARDIR} remove_directory ${SHAREDIR}/$PRODUCT @@ -232,10 +232,10 @@ diff -ur shorewall-5.2.0.5.orig/shorewall6-lite-5.2.0.5/uninstall.sh shorewall-5 if [ -n "$SYSCONFDIR" ]; then [ -n "$SYSCONFFILE" ] && remove_file ${SYSCONFDIR}/${PRODUCT} -diff -ur shorewall-5.2.0.5.orig/shorewall-init-5.2.0.5/install.sh shorewall-5.2.0.5/shorewall-init-5.2.0.5/install.sh ---- shorewall-5.2.0.5.orig/shorewall-init-5.2.0.5/install.sh 2018-05-18 18:46:49.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall-init-5.2.0.5/install.sh 2018-07-11 17:50:51.169268240 +0000 -@@ -328,8 +328,8 @@ +diff -ur shorewall-5.2.1.orig/shorewall-init/install.sh shorewall-5.2.1/shorewall-init/install.sh +--- shorewall-5.2.1.orig/shorewall-init/install.sh 2018-10-02 15:21:54.000000000 +0000 ++++ shorewall-5.2.1/shorewall-init/install.sh 2018-10-11 21:40:46.294033000 +0000 +@@ -336,8 +336,8 @@ # Install logrotate file # if [ -d ${DESTDIR}${CONFDIR}/logrotate.d ]; then @@ -246,18 +246,18 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-init-5.2.0.5/install.sh shorewall-5.2. fi # -diff -ur shorewall-5.2.0.5.orig/shorewall-init-5.2.0.5/logrotate shorewall-5.2.0.5/shorewall-init-5.2.0.5/logrotate ---- shorewall-5.2.0.5.orig/shorewall-init-5.2.0.5/logrotate 2018-05-18 17:18:09.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall-init-5.2.0.5/logrotate 2018-07-11 17:51:06.968267298 +0000 +diff -ur shorewall-5.2.1.orig/shorewall-init/logrotate shorewall-5.2.1/shorewall-init/logrotate +--- shorewall-5.2.1.orig/shorewall-init/logrotate 2018-10-02 15:15:20.000000000 +0000 ++++ shorewall-5.2.1/shorewall-init/logrotate 2018-10-11 21:40:46.294033000 +0000 @@ -1,4 +1,4 @@ -/var/log/shorewall-ifupdown.log { +/var/log/shorewall-ifupdown { missingok notifempty create 0600 root root -diff -ur shorewall-5.2.0.5.orig/shorewall-init-5.2.0.5/sysconfig shorewall-5.2.0.5/shorewall-init-5.2.0.5/sysconfig ---- shorewall-5.2.0.5.orig/shorewall-init-5.2.0.5/sysconfig 2018-05-18 17:18:09.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall-init-5.2.0.5/sysconfig 2018-07-11 17:51:19.147266572 +0000 +diff -ur shorewall-5.2.1.orig/shorewall-init/sysconfig shorewall-5.2.1/shorewall-init/sysconfig +--- shorewall-5.2.1.orig/shorewall-init/sysconfig 2018-10-02 15:15:20.000000000 +0000 ++++ shorewall-5.2.1/shorewall-init/sysconfig 2018-10-11 21:40:46.295033000 +0000 @@ -19,7 +19,7 @@ # # Where Up/Down events get logged @@ -267,9 +267,9 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-init-5.2.0.5/sysconfig shorewall-5.2.0 # Startup options - set verbosity to 0 (minimal reporting) OPTIONS="-V0" -diff -ur shorewall-5.2.0.5.orig/shorewall-init-5.2.0.5/uninstall.sh shorewall-5.2.0.5/shorewall-init-5.2.0.5/uninstall.sh ---- shorewall-5.2.0.5.orig/shorewall-init-5.2.0.5/uninstall.sh 2018-05-18 18:46:49.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall-init-5.2.0.5/uninstall.sh 2018-07-11 17:50:39.479268937 +0000 +diff -ur shorewall-5.2.1.orig/shorewall-init/uninstall.sh shorewall-5.2.1/shorewall-init/uninstall.sh +--- shorewall-5.2.1.orig/shorewall-init/uninstall.sh 2018-10-02 15:21:54.000000000 +0000 ++++ shorewall-5.2.1/shorewall-init/uninstall.sh 2018-10-11 21:40:46.295033000 +0000 @@ -202,7 +202,7 @@ remove_directory ${SHAREDIR}/$PRODUCT @@ -279,10 +279,10 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-init-5.2.0.5/uninstall.sh shorewall-5. # # Report Success -diff -ur shorewall-5.2.0.5.orig/shorewall-lite-5.2.0.5/install.sh shorewall-5.2.0.5/shorewall-lite-5.2.0.5/install.sh ---- shorewall-5.2.0.5.orig/shorewall-lite-5.2.0.5/install.sh 2018-05-18 18:46:50.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall-lite-5.2.0.5/install.sh 2018-07-11 17:48:09.765277860 +0000 -@@ -459,8 +459,8 @@ +diff -ur shorewall-5.2.1.orig/shorewall-lite/install.sh shorewall-5.2.1/shorewall-lite/install.sh +--- shorewall-5.2.1.orig/shorewall-lite/install.sh 2018-10-02 15:21:54.000000000 +0000 ++++ shorewall-5.2.1/shorewall-lite/install.sh 2018-10-11 21:40:46.295033000 +0000 +@@ -467,8 +467,8 @@ fi if [ -d ${DESTDIR}${CONFDIR}/logrotate.d ]; then @@ -293,7 +293,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-lite-5.2.0.5/install.sh shorewall-5.2. fi # -@@ -510,7 +510,7 @@ +@@ -518,7 +518,7 @@ echo "$PRODUCT will start automatically at boot" if [ $HOST = debian ]; then echo "Set startup=1 in ${CONFDIR}/default/$PRODUCT to enable" @@ -302,7 +302,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-lite-5.2.0.5/install.sh shorewall-5.2. perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/$PRODUCT/$PRODUCT.conf else echo "Set STARTUP_ENABLED=Yes in ${CONFDIR}/$PRODUCT/$PRODUCT.conf to enable" -@@ -529,7 +529,7 @@ +@@ -537,7 +537,7 @@ elif mywhich update-rc.d ; then echo "$PRODUCT will start automatically at boot" echo "Set startup=1 in ${CONFDIR}/default/$PRODUCT to enable" @@ -311,7 +311,7 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-lite-5.2.0.5/install.sh shorewall-5.2. perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/$PRODUCT/$PRODUCT.conf update-rc.d $PRODUCT enable elif mywhich rc-update ; then -@@ -537,7 +537,7 @@ +@@ -545,7 +545,7 @@ echo "$PRODUCT will start automatically at boot" if [ $HOST = debian ]; then echo "Set startup=1 in ${CONFDIR}/default/$PRODUCT to enable" @@ -320,18 +320,18 @@ diff -ur shorewall-5.2.0.5.orig/shorewall-lite-5.2.0.5/install.sh shorewall-5.2. perl -p -w -i -e 's/^STARTUP_ENABLED=No/STARTUP_ENABLED=Yes/;s/^IP_FORWARDING=On/IP_FORWARDING=Keep/;s/^SUBSYSLOCK=.*/SUBSYSLOCK=/;' ${CONFDIR}/$PRODUCT/$PRODUCT.conf else echo "Set STARTUP_ENABLED=Yes in ${CONFDIR}/$PRODUCT/$PRODUCT.conf to enable" -diff -ur shorewall-5.2.0.5.orig/shorewall-lite-5.2.0.5/logrotate shorewall-5.2.0.5/shorewall-lite-5.2.0.5/logrotate ---- shorewall-5.2.0.5.orig/shorewall-lite-5.2.0.5/logrotate 2018-05-18 17:18:09.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall-lite-5.2.0.5/logrotate 2018-07-11 17:43:04.257296070 +0000 +diff -ur shorewall-5.2.1.orig/shorewall-lite/logrotate shorewall-5.2.1/shorewall-lite/logrotate +--- shorewall-5.2.1.orig/shorewall-lite/logrotate 2018-10-02 15:15:20.000000000 +0000 ++++ shorewall-5.2.1/shorewall-lite/logrotate 2018-10-11 21:40:46.295033000 +0000 @@ -1,4 +1,4 @@ -/var/log/shorewall-lite-init.log { +/var/log/shorewall-lite-init { missingok notifempty create 0600 root root -diff -ur shorewall-5.2.0.5.orig/shorewall-lite-5.2.0.5/uninstall.sh shorewall-5.2.0.5/shorewall-lite-5.2.0.5/uninstall.sh ---- shorewall-5.2.0.5.orig/shorewall-lite-5.2.0.5/uninstall.sh 2018-05-18 18:46:50.000000000 +0000 -+++ shorewall-5.2.0.5/shorewall-lite-5.2.0.5/uninstall.sh 2018-07-11 17:47:56.086278676 +0000 +diff -ur shorewall-5.2.1.orig/shorewall-lite/uninstall.sh shorewall-5.2.1/shorewall-lite/uninstall.sh +--- shorewall-5.2.1.orig/shorewall-lite/uninstall.sh 2018-10-02 15:21:54.000000000 +0000 ++++ shorewall-5.2.1/shorewall-lite/uninstall.sh 2018-10-11 21:40:46.295033000 +0000 @@ -190,7 +190,7 @@ remove_directory ${VARDIR} remove_directory ${SHAREDIR}/$PRODUCT