diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-05 17:24:10 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-05 17:24:10 +0000 |
commit | 048ffad3c0e37684d3216352a6827d8c4bfdecc3 (patch) | |
tree | 0917be47eff368105e67f152dd6282d3ccccf1e9 /net/citrix_ica/patches.i386/patch-aa | |
parent | 3c201dfe6bdbfa0254eafc01831d3a2e11d4454d (diff) | |
download | pkgsrc-048ffad3c0e37684d3216352a6827d8c4bfdecc3.tar.gz |
get this to go on sparc as well as i386. The distfiles are different
and hence patches can't be shared. Also, there are some minor PLIST
differences.
Diffstat (limited to 'net/citrix_ica/patches.i386/patch-aa')
-rw-r--r-- | net/citrix_ica/patches.i386/patch-aa | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/citrix_ica/patches.i386/patch-aa b/net/citrix_ica/patches.i386/patch-aa new file mode 100644 index 00000000000..fc726a49fc6 --- /dev/null +++ b/net/citrix_ica/patches.i386/patch-aa @@ -0,0 +1,29 @@ +$NetBSD: patch-aa,v 1.1 2001/05/05 17:24:12 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 + } + |