diff options
Diffstat (limited to 'net/nocatauth-server/files/patch-bin::detect-fw.sh')
-rw-r--r-- | net/nocatauth-server/files/patch-bin::detect-fw.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/nocatauth-server/files/patch-bin::detect-fw.sh b/net/nocatauth-server/files/patch-bin::detect-fw.sh deleted file mode 100644 index c8bc8dcf89b1..000000000000 --- a/net/nocatauth-server/files/patch-bin::detect-fw.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/detect-fw.sh.orig Fri Aug 9 07:28:43 2002 -+++ bin/detect-fw.sh Wed Nov 19 15:51:16 2003 -@@ -3,7 +3,7 @@ - export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin - - # Have we been explicitly told which firewall scripts to install? --if [ -n "$1" -a -n "$2" -a -d "$2/$1" ]; then -+if [ -n "$1" -a -n "$2" ]; then - FIREWALL=$1 - shift - |