This commit is contained in:
Jan Wagner 2006-11-09 22:07:58 +00:00
parent d8b655fb9a
commit 2d7bf746bd

5
debian/prerm vendored
View file

@ -1,8 +1,7 @@
#!/bin/sh #!/bin/sh
set -e set -e
# Automatically added by dh_installinit # Automatically added by dh_installinit
if [ -x "/etc/init.d/dns-flood-detector" ]; then killall -9 dns-flood-detector
/etc/init.d/dns-flood-detector stop || exit $?
fi
# End automatically added section # End automatically added section
#DEBHELPER#