diff options
Diffstat (limited to 'net/citrix_ica/patches/patch-i386-aa')
-rw-r--r-- | net/citrix_ica/patches/patch-i386-aa | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/net/citrix_ica/patches/patch-i386-aa b/net/citrix_ica/patches/patch-i386-aa index a4516c17407..ed15b56f3ef 100644 --- a/net/citrix_ica/patches/patch-i386-aa +++ b/net/citrix_ica/patches/patch-i386-aa @@ -1,20 +1,27 @@ -$NetBSD: patch-i386-aa,v 1.2 2002/08/05 00:34:57 dmcmahill Exp $ - ---- linuxx86/hinst.orig Thu Apr 18 02:32:58 2002 -+++ linuxx86/hinst +--- linuxx86/hinst.orig Wed Apr 17 18:32:58 2002 ++++ linuxx86/hinst Wed Jan 15 23:32:15 2003 +@@ -84,7 +84,7 @@ + PORT=linuxx86 + + # The command to undo the archive on this platform. +-EXTRACT_ARCHIVE="cpio -imud -H newc --no-preserve-owner" ++EXTRACT_ARCHIVE="cpio -imud" + + # The thing that goes between the owner and group to set both by chown. + CHOWNGRP_TOKEN=":" @@ -835,13 +835,13 @@ echo_no_nl $calcspace3 read dummy - /bin/false -+ /usr/bin/false ++ false return fi $ECHO_CMD $calcspace4 - /bin/true -+ /usr/bin/true ++ true return } @@ -23,7 +30,7 @@ $NetBSD: patch-i386-aa,v 1.2 2002/08/05 00:34:57 dmcmahill Exp $ : else - /bin/false -+ /usr/bin/false ++ false return fi |