diff options
author | laforge <laforge> | 2001-02-05 17:14:07 +0000 |
---|---|---|
committer | laforge <laforge> | 2001-02-05 17:14:07 +0000 |
commit | 6fface5a38142f7b564cd5780766d72a67288398 (patch) | |
tree | e0696174e52dd45c996ca853f74e110e52d95629 /extensions/.psd-test | |
parent | b7d0b3c6f01adc6384e6d792df82f11559ce5adf (diff) |
psd match fix. Due to a typo in the pathname not all files have been applied.
Diffstat (limited to 'extensions/.psd-test')
-rwxr-xr-x | extensions/.psd-test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/.psd-test b/extensions/.psd-test new file mode 100755 index 0000000..9d05088 --- /dev/null +++ b/extensions/.psd-test @@ -0,0 +1,3 @@ +#!/bin/sh +# True if psd is applied. +[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_psd.h ] && echo psd |