1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/net/nocatauth-gateway/files/patch-bin::detect-fw.sh
Bruce M Simpson 9cf1153a9a Rename NoCatAuth-Gateway to nocatauth-gateway from rev 1.1.
Fix installation script.

Requested by:	kris
2004-01-03 06:27:31 +00:00

12 lines
343 B
Bash

--- 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