diff options
Diffstat (limited to 'network/firewalld/init.patch')
-rw-r--r-- | network/firewalld/init.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/firewalld/init.patch b/network/firewalld/init.patch new file mode 100644 index 000000000000..675dee356fc5 --- /dev/null +++ b/network/firewalld/init.patch @@ -0,0 +1,11 @@ +--- firewalld-0.5.1/config/firewalld.init 2020-03-19 08:05:08.660103937 -0400 ++++ firewalld-0.5.1-new/config/firewalld.init 2020-03-19 08:10:25.695336773 -0400 +@@ -29,7 +29,7 @@ + prog="firewalld" + #config="/etc/firewalld/firewalld.conf" + +-[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog ++[ -e /etc/default/$prog ] && . /etc/default/$prog + + lockfile=/var/lock/subsys/$prog + |