diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-01-03 06:26:58 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-01-03 06:26:58 +0000 |
commit | de7dcb54873ee7da6ab453a4d533966f5f93dc8f (patch) | |
tree | 755c1efa037f66333cb72a3cc19b7f50141d9554 /net/nocatauth-server/files/patch-bin::detect-fw.sh | |
parent | Remove NoCat ports for renaming. (diff) |
Rename NoCatAuth-Server to nocatauth-server from rev 1.1.
Fix installation script.
Requested by: kris
Notes
Notes:
svn path=/head/; revision=97163
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, 11 insertions, 0 deletions
diff --git a/net/nocatauth-server/files/patch-bin::detect-fw.sh b/net/nocatauth-server/files/patch-bin::detect-fw.sh new file mode 100644 index 000000000000..c8bc8dcf89b1 --- /dev/null +++ b/net/nocatauth-server/files/patch-bin::detect-fw.sh @@ -0,0 +1,11 @@ +--- 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 + |