mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-05 20:26:38 +02:00

Populate the iptables-addons repository with two modules, xt_TARPIT and xt_TEE, as a starting point. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
5 lines
53 B
Bash
Executable File
5 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
|
|
autoreconf -fi;
|
|
rm -Rf autom4te*.cache;
|