fixies
This commit is contained in:
parent
d8b655fb9a
commit
2d7bf746bd
5
debian/prerm
vendored
5
debian/prerm
vendored
|
@ -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#
|
||||||
|
|
Loading…
Reference in a new issue