From 85f1a157866952f25ea85354f1da09eac826efe7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 7 Jun 2011 00:55:16 +0100 Subject: [PATCH] base.m4: Include an LSB header so that insserv can order it properly. --- base.m4 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/base.m4 b/base.m4 index a0ebcf1..8a0de6f 100644 --- a/base.m4 +++ b/base.m4 @@ -55,6 +55,16 @@ m4_changecom(<:##:>) m4_divert(0)m4_dnl #! /bin/sh +### BEGIN INIT INFO +# Provides: firewall +# Required-Start: +# Required-Stop: +# X-Start-Before: ifupdown +# X-Stop-After: ifupdown +# Default-Start: S +# Default-Stop: 0 6 +# Description: Provides customized packet filter rules. +### END INIT INFO ### *** GENERATED FILE: DO NOT EDIT *** set -e -- 2.11.0