From 07cf2c4b20230ddedee1bf9dddc1e7cd407385f5 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 5 Feb 2015 10:02:24 -0200 Subject: Packages repo cleanup: - Drop support for pfSense < 2 - Remove archive/, old files can be reached using git - Remove old and unused packages - Move stale files from config subdir to a package subdir --- config/ipblocklist/8/purgeip.tmp | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 config/ipblocklist/8/purgeip.tmp (limited to 'config/ipblocklist/8/purgeip.tmp') diff --git a/config/ipblocklist/8/purgeip.tmp b/config/ipblocklist/8/purgeip.tmp deleted file mode 100755 index b577b8af..00000000 --- a/config/ipblocklist/8/purgeip.tmp +++ /dev/null @@ -1,26 +0,0 @@ - temp_ips.ipfw"); -if ($line == 0) { - exec("rm wlists.txt"); - } else { - exec("sed $line'd' wlists.txt > temp_wlists.txt"); - } -exec("more temp_wlists.txt > wlists.txt"); -exec("rm temp_wlists.txt"); - - -?> - - - - - - - -- cgit v1.2.3