Changeset 1055


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

invirt-configurize sipb-xen-iptables

Location:
trunk/packages/sipb-xen-iptables
Files:
5 added
2 deleted
3 edited

Legend:

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

    r306 r1055  
     1sipb-xen-iptables (2) unstable; urgency=low
     2
     3  * invirt-configurize sipb-xen-iptables
     4
     5 -- Evan Broder <broder@mit.edu>  Sun, 05 Oct 2008 01:22:25 -0400
     6
    17sipb-xen-iptables (1) unstable; urgency=low
    28
  • trunk/packages/sipb-xen-iptables/debian/rules

    r294 r1055  
    22
    33include /usr/share/cdbs/1/rules/debhelper.mk
    4 
    5 binary-fixup/sipb-xen-iptables::
    6         svn co https://sipb-xen-dev.mit.edu:1111/trunk/packages/sipb-xen-iptables/code/ $(DEB_DESTDIR)/usr/local/share/sipb-xen-iptables
  • 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.