From: Greg Price Date: Sat, 25 Oct 2008 20:54:20 +0000 (-0400) Subject: make reload work too in sipb-xen-iptables.init, just for fun X-Git-Tag: invirt-web-iptables/0.0.1~2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/754214e3c49c11ef6bba4ce53a05442bdc85a2d5 make reload work too in sipb-xen-iptables.init, just for fun svn path=/trunk/packages/sipb-xen-iptables/; revision=1254 --- diff --git a/debian/changelog b/debian/changelog index f968b5d..3de2385 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ sipb-xen-iptables (3) unstable; urgency=low * shorten initscript with std-init.sh + * make reload work too, just for fun - -- Greg Price Sat, 25 Oct 2008 15:35:09 -0400 + -- Greg Price Sat, 25 Oct 2008 15:37:07 -0400 sipb-xen-iptables (2) unstable; urgency=low diff --git a/debian/sipb-xen-iptables.init b/debian/sipb-xen-iptables.init index e9337c1..ea2950d 100755 --- a/debian/sipb-xen-iptables.init +++ b/debian/sipb-xen-iptables.init @@ -26,6 +26,11 @@ do_start() /sbin/iptables-restore < $RULES } +do_reload() +{ + do_start +} + do_stop() { return 0