diff options
Diffstat (limited to 'net/citrix_ica/patches/patch-i386-aa')
-rw-r--r-- | net/citrix_ica/patches/patch-i386-aa | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/citrix_ica/patches/patch-i386-aa b/net/citrix_ica/patches/patch-i386-aa new file mode 100644 index 00000000000..b262e0198ad --- /dev/null +++ b/net/citrix_ica/patches/patch-i386-aa @@ -0,0 +1,29 @@ +$NetBSD: patch-i386-aa,v 1.1 2001/05/08 23:58:45 dmcmahill Exp $ + +--- linuxx86/hinst.orig Tue Aug 8 20:24:55 2000 ++++ linuxx86/hinst +@@ -112,7 +112,7 @@ + + # The hosts file name + CAT_CMD=cat +-MORE_CMD=more ++MORE_CMD="echo Please read " + CAT_HOST_ARG=/etc/hosts + + # The command to read host information from NIS +@@ -835,13 +835,13 @@ + echo_no_nl $calcspace3 + read dummy + +- /bin/false ++ /usr/bin/false + return + fi + + $ECHO_CMD $calcspace4 + +- /bin/true ++ /usr/bin/true + return + } + |