LSBization de l'init script

Signed-off-by: Gregory Colpart <reg@evolix.fr>
This commit is contained in:
Colin Darie 2011-02-13 22:01:56 +01:00 committed by Gregory Colpart
parent 089fa24606
commit dc7c45c43f
1 changed files with 21 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
# version 0.2 - 10 aout 2009 : add NEEDRESTRICT chain
# version 0.1.1 - 13 avril 2009 : firewall.rc is loaded later
@ -19,6 +19,26 @@
# Description
# script for local server
# Start or stop a mini-firewall
#
### BEGIN INIT INFO
# Provides: minfirewall
# Required-Start:
# Required-Stop:
# Should-Start: $network $syslog $named
# Should-Stop: $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: start and stop the firewall
# Description: Firewall designed by evolix.fr
### END INIT INFO
DESC="minifirewall"
NAME="minifirewall"
###
# Configuration des variables
###