From 48770cda566be8179406ac8bdf0693b30d986857 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sun, 27 Feb 2011 13:59:12 +0100 Subject: [PATCH] [init.d-filtrage_firewall] squeezification darcs-hash:20110227125912-ffbb2-1dae390c60b7b685fdf64f771dcbb075fb830bc1.gz --- surveillance/init.d-filtrage_firewall | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/surveillance/init.d-filtrage_firewall b/surveillance/init.d-filtrage_firewall index 4bef34c4..f8c5575b 100644 --- a/surveillance/init.d-filtrage_firewall +++ b/surveillance/init.d-filtrage_firewall @@ -1,8 +1,17 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: filtrage_firewall +# Required-Start: $remote_fs $syslog firewall +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Filtrage Firewall +# Description: Firewall logfile Parsing. +### END INIT INFO + + set -e - - case "$1" in start) echo -n "Démarrage du script de parsage des logs du firewall"