From: Mark Wooding Date: Sun, 10 Jul 2011 20:52:07 +0000 (+0100) Subject: base.m4: Fix LSB init-script ordering. X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/commitdiff_plain/b551adaf68ad28b57d06295fe3eb32deb171f7b7?hp=429f4314d0d1be69f7500cf7f97671595804fdd0 base.m4: Fix LSB init-script ordering. We were coming up too early in the boot sequence, and sysctl wasn't working. Fix this. --- diff --git a/base.m4 b/base.m4 index 8a0de6f..7f90914 100644 --- a/base.m4 +++ b/base.m4 @@ -57,7 +57,7 @@ m4_divert(0)m4_dnl #! /bin/sh ### BEGIN INIT INFO # Provides: firewall -# Required-Start: +# Required-Start: mountkernfs # Required-Stop: # X-Start-Before: ifupdown # X-Stop-After: ifupdown