Changeset 1055 for trunk/packages
- Timestamp:
- Oct 5, 2008, 1:23:04 AM (16 years ago)
- 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 1 sipb-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 1 7 sipb-xen-iptables (1) unstable; urgency=low 2 8 -
trunk/packages/sipb-xen-iptables/debian/rules
r294 r1055 2 2 3 3 include /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 18 18 DESC="Load the sipb-xen iptables rules" 19 19 NAME=sipb-xen-iptables 20 RULES=/usr/ local/share/sipb-xen-iptables/iptables.rules20 RULES=/usr/share/sipb-xen-iptables/iptables.rules 21 21 22 22 # Read configuration variable file if it is present … … 39 39 # 1 if daemon was already running 40 40 # 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 41 45 /sbin/iptables-restore < $RULES 42 46 }
Note: See TracChangeset
for help on using the changeset viewer.