saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2021-10-13 12:25:55 +03:00
parent 3c7113fa30
commit 574e52cc7b
8 changed files with 57 additions and 4 deletions

View File

@@ -1,5 +1,17 @@
ChangeLog:
14.11 - Added entries in csf.pignore for new cPanel installations:
exe:/usr/sbin/mariadbd
exe:/usr/sbin/atd
exe:/usr/lib/systemd/systemd-timesyncd
exe:/usr/lib/systemd/systemd-networkd
exe:/usr/sbin/rsyslogd
Updated configuration files to support cPanel on Ubuntu
In Server Check don't check for Fork Bomb protection on cPanel servers
running CloudLinux
14.10 - Fixed error message regarding location/permissions to the iptables
binary in correctly referencing ip6tables

View File

@@ -55,7 +55,7 @@ While most should be installed on a standard perl installation the following
may need to be installed manually:
# On rpm based systems:
yum install perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph
yum install perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph perl-Math-BigInt.noarch
# On APT based systems:
apt-get install libwww-perl liblwp-protocol-https-perl libgd-graph-perl

View File

@@ -1 +1 @@
14.10
14.11