Hello,

Here a patch for the vuurmuur.init script that causes the upgrade
problem.

Tiger!P
-- 
A random quote:
Zonder de verstandhouding te kennen, kan je geen goede conclusies maken.
--- vuurmuur.init.orig  2009-10-31 20:03:28.000000000 +0100
+++ vuurmuur.init       2009-10-31 20:03:47.000000000 +0100
@@ -102,7 +102,7 @@
 
                if [ "$(pidof vuurmuur)" ]
                then
-                       kill -n INT $(pidof vuurmuur)
+                       kill -s INT $(pidof vuurmuur)
 
                        echo " done."
                else
@@ -114,7 +114,7 @@
 
                if [ "$(pidof vuurmuur_log)" ]
                then
-                       kill -n INT $(pidof vuurmuur_log)
+                       kill -s INT $(pidof vuurmuur_log)
 
                        echo " done."
                else

Reply via email to