From 2d7bf746bd739260b96ef17b0330dc01a22dea6b Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 9 Nov 2006 22:07:58 +0000 Subject: [PATCH] fixies --- debian/prerm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/prerm b/debian/prerm index 058bf50..03b369d 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,8 +1,7 @@ #!/bin/sh set -e # Automatically added by dh_installinit -if [ -x "/etc/init.d/dns-flood-detector" ]; then - /etc/init.d/dns-flood-detector stop || exit $? -fi +killall -9 dns-flood-detector # End automatically added section +#DEBHELPER#