[netfilter-cvslog] r6961 - trunk/iptables/extensions

yasuyuki at netfilter.org yasuyuki at netfilter.org
Tue Jul 24 10:24:47 CEST 2007


Author: yasuyuki at netfilter.org
Date: 2007-07-24 10:24:37 +0200 (Tue, 24 Jul 2007)
New Revision: 6961

Added:
   trunk/iptables/extensions/.dccp-testx
   trunk/iptables/extensions/.quota-testx
   trunk/iptables/extensions/.string-testx
Removed:
   trunk/iptables/extensions/.dccp-testx
   trunk/iptables/extensions/.quota-testx
   trunk/iptables/extensions/.string-testx
Log:
Changes permissions of test scripts of dccp, string, and quota match



Deleted: trunk/iptables/extensions/.dccp-testx
===================================================================
--- trunk/iptables/extensions/.dccp-testx	2007-07-24 07:29:36 UTC (rev 6960)
+++ trunk/iptables/extensions/.dccp-testx	2007-07-24 08:24:37 UTC (rev 6961)
@@ -1,3 +0,0 @@
-#!/bin/sh
-# True if dccp is applied.
-[ -f $KERNEL_DIR/include/linux/netfilter/xt_dccp.h ] && echo dccp

Added: trunk/iptables/extensions/.dccp-testx
===================================================================
--- trunk/iptables/extensions/.dccp-testx	                        (rev 0)
+++ trunk/iptables/extensions/.dccp-testx	2007-07-24 08:24:37 UTC (rev 6961)
@@ -0,0 +1,3 @@
+#!/bin/sh
+# True if dccp is applied.
+[ -f $KERNEL_DIR/include/linux/netfilter/xt_dccp.h ] && echo dccp


Property changes on: trunk/iptables/extensions/.dccp-testx
___________________________________________________________________
Name: svn:executable
   + *

Deleted: trunk/iptables/extensions/.quota-testx
===================================================================
--- trunk/iptables/extensions/.quota-testx	2007-07-24 07:29:36 UTC (rev 6960)
+++ trunk/iptables/extensions/.quota-testx	2007-07-24 08:24:37 UTC (rev 6961)
@@ -1,3 +0,0 @@
-#!/bin/sh
-[ -f $KERNEL_DIR/include/linux/netfilter/xt_quota.h ] && echo quota
-

Added: trunk/iptables/extensions/.quota-testx
===================================================================
--- trunk/iptables/extensions/.quota-testx	                        (rev 0)
+++ trunk/iptables/extensions/.quota-testx	2007-07-24 08:24:37 UTC (rev 6961)
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -f $KERNEL_DIR/include/linux/netfilter/xt_quota.h ] && echo quota
+


Property changes on: trunk/iptables/extensions/.quota-testx
___________________________________________________________________
Name: svn:executable
   + *

Deleted: trunk/iptables/extensions/.string-testx
===================================================================
--- trunk/iptables/extensions/.string-testx	2007-07-24 07:29:36 UTC (rev 6960)
+++ trunk/iptables/extensions/.string-testx	2007-07-24 08:24:37 UTC (rev 6961)
@@ -1,3 +0,0 @@
-#! /bin/sh
-[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_string.h ] ||		\
-[ -f $KERNEL_DIR/include/linux/netfilter/xt_string.h ] && echo string

Added: trunk/iptables/extensions/.string-testx
===================================================================
--- trunk/iptables/extensions/.string-testx	                        (rev 0)
+++ trunk/iptables/extensions/.string-testx	2007-07-24 08:24:37 UTC (rev 6961)
@@ -0,0 +1,3 @@
+#! /bin/sh
+[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_string.h ] ||		\
+[ -f $KERNEL_DIR/include/linux/netfilter/xt_string.h ] && echo string


Property changes on: trunk/iptables/extensions/.string-testx
___________________________________________________________________
Name: svn:executable
   + *




More information about the netfilter-cvslog mailing list