make reload work too in sipb-xen-iptables.init, just for fun
authorGreg Price <price@mit.edu>
Sat, 25 Oct 2008 20:54:20 +0000 (16:54 -0400)
committerGreg Price <price@mit.edu>
Sat, 25 Oct 2008 20:54:20 +0000 (16:54 -0400)
svn path=/trunk/packages/sipb-xen-iptables/; revision=1254

debian/changelog
debian/sipb-xen-iptables.init

index f968b5d..3de2385 100644 (file)
@@ -1,8 +1,9 @@
 sipb-xen-iptables (3) unstable; urgency=low
 
   * shorten initscript with std-init.sh
 sipb-xen-iptables (3) unstable; urgency=low
 
   * shorten initscript with std-init.sh
+  * make reload work too, just for fun
 
 
- -- Greg Price <price@mit.edu>  Sat, 25 Oct 2008 15:35:09 -0400
+ -- Greg Price <price@mit.edu>  Sat, 25 Oct 2008 15:37:07 -0400
 
 sipb-xen-iptables (2) unstable; urgency=low
 
 
 sipb-xen-iptables (2) unstable; urgency=low
 
index e9337c1..ea2950d 100755 (executable)
@@ -26,6 +26,11 @@ do_start()
        /sbin/iptables-restore < $RULES
 }
 
        /sbin/iptables-restore < $RULES
 }
 
+do_reload()
+{
+       do_start
+}
+
 do_stop()
 {
        return 0
 do_stop()
 {
        return 0