summaryrefslogtreecommitdiff
path: root/net/citrix_ica/patches/patch-i386-aa
blob: ed15b56f3ef90b662faffd05192f7563b6a131cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- 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
+		false
 		return 
 	fi
 
 	$ECHO_CMD $calcspace4
 
-	/bin/true
+	true
 	return
 }
 
@@ -1862,7 +1862,7 @@
 	then
 		:
 	else
-		/bin/false
+		false
 		return 
 	fi