Package: spampd Version: 2.30-10 Hi, the prerm fails with /bin/sh -> dash. This patch fixes it, but I would suggest to remove the function completly.
Regards, Gerrit.
--- debian/spampd.prerm
+++ debian/spampd.prerm
@@ -1,6 +1,6 @@
#!/bin/sh -e
-function handle_init_errs ()
+handle_init_errs ()
{
RET=$?
if [ "$RET" = "6" ]; then
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

