Package: arno-iptables-firewall Version: 1.8.8.o-2 Tags: patch Hi,
Although plugins can implement a 'plugin_stop' method so that changes can be removed on "restart" or "stop" events, the script seems to omit calling them. A patch is attached. Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20
diff -urNad arno-iptables-firewall-1.8.8.o.orig/arno-iptables-firewall arno-iptables-firewall-1.8.8.o/arno-iptables-firewall --- arno-iptables-firewall-1.8.8.o.orig/arno-iptables-firewall 2008-05-08 00:26:14.000000000 +0100 +++ arno-iptables-firewall-1.8.8.o/arno-iptables-firewall 2008-05-08 00:27:12.000000000 +0100 @@ -3874,6 +3874,9 @@ # Source the plugin: . "$plugin" + + # Call stop function + plugin_stop fi done fi
signature.asc
Description: PGP signature