From b551adaf68ad28b57d06295fe3eb32deb171f7b7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 10 Jul 2011 21:52:07 +0100 Subject: [PATCH] base.m4: Fix LSB init-script ordering. We were coming up too early in the boot sequence, and sysctl wasn't working. Fix this. --- base.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0