From 75627ab168e9f0cfc037f8969693b62e1aaf9f29 Mon Sep 17 00:00:00 2001 From: Jonathan G. Underwood Date: Jun 11 2009 23:08:33 +0000 Subject: - Change init files to start as number 28 (previously 25) to ensure starting after NetworkManager (BZ 505444) --- diff --git a/init.sh b/init.sh index e4f5245..14bf983 100755 --- a/init.sh +++ b/init.sh @@ -2,7 +2,7 @@ # # Shorewall init script # -# chkconfig: - 25 90 +# chkconfig: - 28 90 # description: Packet filtering firewall ### BEGIN INIT INFO diff --git a/shorewall.spec b/shorewall.spec index 932d1f4..54146db 100644 --- a/shorewall.spec +++ b/shorewall.spec @@ -11,7 +11,7 @@ Name: shorewall Version: %{major_ver} -Release: 2%{?dist} +Release: 3%{?dist} Summary: An iptables front end for firewall configuration Group: Applications/System License: GPLv2+ @@ -407,6 +407,10 @@ fi %attr(0755,root,root) %{_datadir}/shorewall6-lite/wait4ifup %changelog +* Thu Jun 12 2009 Jonathan G. Underwood - 4.2.9-3 +- Change init files to start as number 28 (previously 25) to ensure starting + after NetworkManager (BZ 505444) + * Wed May 27 2009 Jonathan G. Underwood - 4.2.9-2 - Fix up /var/lib directories (BZ 502929)