]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blob - src/patches/logwatch/logwatch-7.5.4-disable_iptables.patch
8ad0c3b3d8885a07c02a7fb96d4ea49170ee636d
[people/mfischer/ipfire-2.x.git] / src / patches / logwatch / logwatch-7.5.4-disable_iptables.patch
1 diff -U 3 a/conf/logwatch.conf b/conf/logwatch.conf
2 --- a/conf/logwatch.conf Thu Sep 19 01:58:55 2019
3 +++ b/conf/logwatch.conf Thu Nov 26 18:46:12 2020
4 @@ -94,6 +94,10 @@
5 # prints useful system configuration info.
6 Service = "-eximstats" # Prevents execution of eximstats service, which
7 # is a wrapper for the eximstats program.
8 +
9 +# Disabled: 'iptables'
10 +Service = "-iptables"
11 +
12 # If you only cared about FTP messages, you could use these 2 lines
13 # instead of the above:
14 #Service = ftpd-messages # Processes ftpd messages in /var/log/messages