From abec04f6cba33855b469c7c3fee96f99d3df5400 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 04 Mar 2010 04:05:04 -0500 Subject: [PATCH] Fixed: FS#1098 - Improve 2 init script. --- install/apps/bastille-firewall | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/install/apps/bastille-firewall b/install/apps/bastille-firewall index 2f701ec..86da005 100644 --- a/install/apps/bastille-firewall +++ b/install/apps/bastille-firewall @@ -41,9 +41,23 @@ # # ** As of 0.99-beta1, this script merely kicks off the real script, # either /sbin/bastille-ipchains or /sbin/bastille-netfilter - +# # Default is to use the 'ipchains' script, which will load the # ipchains compatibility module if you're using a 2.4 kernel +# +### BEGIN INIT INFO +# Provides: Bastille-Firewall +# Required-Start: $syslog +# Should-Start: +# Required-Stop: +# Should-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Bastille Firewall +# Description: Bastille Firewall for iptables and ipchains +### END INIT INFO + + REALSCRIPT=/sbin/bastille-ipchains PATH=/sbin:/bin:/usr/sbin:/usr/bin -- Gitblit v1.9.1