From b4e4bcbce8fce9bb855fd53eed14e76cf4125c5c Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 28 Apr 2006 04:19:19 +0000 Subject: [PATCH] merged with proposed init.d script from Aaron tiny fix - syslog --- config/debian-initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/debian-initd b/config/debian-initd index 76730514..375209ad 100644 --- a/config/debian-initd +++ b/config/debian-initd @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: fail2ban -# Required-Start: $local_fs $remote_fs $syslog -# Required-Stop: $local_fs $remote_fs $syslog +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs # Should-Start: $time $network $syslog iptables firehol shorewall ipmasq # Should-Stop: $network $syslog iptables firehol shorewall ipmasq # Default-Start: 2 3 4 5