1#!/bin/sh
2# True if recent match patch is applied.
3[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_recent.h ] && echo recent
4