From 754214e3c49c11ef6bba4ce53a05442bdc85a2d5 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 25 Oct 2008 16:54:20 -0400 Subject: [PATCH] make reload work too in sipb-xen-iptables.init, just for fun svn path=/trunk/packages/sipb-xen-iptables/; revision=1254 --- debian/changelog | 3 ++- debian/sipb-xen-iptables.init | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 1.7.9.5