summaryrefslogtreecommitdiff
path: root/net/generic-nqs/files/patch-ae
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-27 00:46:07 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-27 00:46:07 +0000
commit17353f3ac0709f7ddb8eb6466dc280c0d065bac1 (patch)
tree0e90c8c394f4469aea7a4e99fb3436519511f4ed /net/generic-nqs/files/patch-ae
parentFix build for USA_RESIDENT=yes. Also get this to compile again on (diff)
Update to version 3.50.6.
PR: 14915 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=24118
Diffstat (limited to 'net/generic-nqs/files/patch-ae')
-rw-r--r--net/generic-nqs/files/patch-ae19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/generic-nqs/files/patch-ae b/net/generic-nqs/files/patch-ae
new file mode 100644
index 000000000000..46a51ccda2a8
--- /dev/null
+++ b/net/generic-nqs/files/patch-ae
@@ -0,0 +1,19 @@
+--- SETUP.orig Sun Nov 14 21:18:57 1999
++++ SETUP Sun Nov 14 21:19:31 1999
+@@ -1,16 +1,6 @@
+ #!/bin/sh
+
+-our_path="`echo $PATH | tr ':' ' '`"
+ our_shell="/bin/sh"
+-
+-for x in ksh bash ; do
+- for y in $our_path ; do
+- if [ -f "$y/$x" ]; then
+- our_shell="$y/$x"
+- fi
+- done
+-done
+-
+ export our_shell
+ SETUP_CC="$CC"
+ export SETUP_CC