From d57b0609ef00da33bcbc4a7b718a88b141f06c28 Mon Sep 17 00:00:00 2001 From: Stephane Ouellette Date: Sat, 2 Nov 2002 15:00:15 +0000 Subject: add condition patch (Stephane Ouelle) --- extensions/.condition-test | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 extensions/.condition-test (limited to 'extensions/.condition-test') diff --git a/extensions/.condition-test b/extensions/.condition-test new file mode 100755 index 00000000..20f3bc78 --- /dev/null +++ b/extensions/.condition-test @@ -0,0 +1,3 @@ +#!/bin/sh +# True if condition is applied. +[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_condition.h ] && echo condition -- cgit v1.2.3