Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
floodmon
> floodmon-init.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File floodmon-init.patch of Package floodmon
--- floodmon.initd.orig 2014-01-23 19:32:02.050781911 +0100 +++ floodmon.initd 2014-01-23 19:35:01.678193489 +0100 @@ -5,7 +5,20 @@ # /etc/init.d (or /etc/rc.d/init.d) and activate it # (for Debian : # update-rc.d floodmon defaults) # so that floodmon will start at boot time. - +### BEGIN INIT INFO +# Provides: floodmon +# Required-Start: $syslog $remote_fs +# Should-Start: $null +# Required-Stop: $syslog $remote_fs +# Should-Stop: $null +# Default-Start: 3 5 +# Default-Stop: 0 1 2 6 +# Short-Description: Flood monitor +# Description: Floodmon is a small Perl daemon used to +# monitor a server in order to detect SYN flood attacks, +# to alert the administrator and to attempt to mitigate +# the attack up to a certain level. +### END INIT INFO case "$1" in start)