Ignore:
Timestamp:
Oct 5, 2008, 1:23:04 AM (16 years ago)
Author:
broder
Message:

invirt-configurize sipb-xen-iptables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-iptables/debian/sipb-xen-iptables.init

    • Property svn:executable set to *
    r294 r1055  
    1818DESC="Load the sipb-xen iptables rules"
    1919NAME=sipb-xen-iptables
    20 RULES=/usr/local/share/sipb-xen-iptables/iptables.rules
     20RULES=/usr/share/sipb-xen-iptables/iptables.rules
    2121
    2222# Read configuration variable file if it is present
     
    3939        #   1 if daemon was already running
    4040        #   2 if daemon could not be started
     41        for i in /usr/share/sipb-xen-iptables/iptables.rules
     42        do mako-render $i.mako > $i
     43        done
     44       
    4145        /sbin/iptables-restore < $RULES
    4246}
Note: See TracChangeset for help on using the changeset viewer.