summaryrefslogtreecommitdiff
path: root/net/citrix_ica/patches/patch-i386-aa
blob: b262e0198ad8025d74e9a19548fe49690d7edaba (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
$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
 }