summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f13f390)
svn path=/trunk/packages/sipb-xen-iptables/; revision=1254
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
/sbin/iptables-restore < $RULES
}
/sbin/iptables-restore < $RULES
}
+do_reload()
+{
+ do_start
+}
+