diff options
Diffstat (limited to 'net/citrix_ica/patches/patch-sparc-aa')
-rw-r--r-- | net/citrix_ica/patches/patch-sparc-aa | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/net/citrix_ica/patches/patch-sparc-aa b/net/citrix_ica/patches/patch-sparc-aa new file mode 100644 index 00000000000..6a8c16a0730 --- /dev/null +++ b/net/citrix_ica/patches/patch-sparc-aa @@ -0,0 +1,39 @@ +$NetBSD: patch-sparc-aa,v 1.1 2001/05/08 23:58:46 dmcmahill Exp $ + +--- solaris/hinst.orig Fri Dec 15 12:06:19 2000 ++++ solaris/hinst Sat May 5 12:55:03 2001 +@@ -95,5 +95,5 @@ + + # The command to undo the archive on this platform. +-EXTRACT_ARCHIVE="cpio -icmud" ++EXTRACT_ARCHIVE="cpio -imud" + + # The thing that goes between the owner and group to set both by chown. +@@ -115,5 +115,5 @@ + # The hosts file name + CAT_CMD=cat +-MORE_CMD=more ++MORE_CMD="echo please read" + CAT_HOST_ARG=/etc/hosts + +@@ -887,5 +887,5 @@ + read dummy + +- /bin/false ++ /usr/bin/false + return + fi +@@ -893,5 +893,5 @@ + $ECHO_CMD $calcspace4 + +- /bin/true ++ /usr/bin/true + return + } +@@ -1928,5 +1928,5 @@ + : + else +- /bin/false ++ /usr/bin/false + return + fi |