aboutsummaryrefslogtreecommitdiff
path: root/net/citrix_ica/files/patch-setupwfc
blob: c90dc3bedd955a32d83f51bcbe101612c065e1e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- setupwfc.orig	Wed Apr 17 18:32:45 2002
+++ setupwfc	Thu Jun 20 08:25:26 2002
@@ -378,11 +378,11 @@
 		PLATFORM=hp
 		DISP_PLATFORM="Hewlett-Packard (HP-UX)"
 		;;
-	Linux)
+	FreeBSD)
                # We assume that an Intel-based linux system will have an x86
                # processor. We also assume that this is reported by uname -m
                # "ix86" where x is some number.
-               if uname -m | grep 86 2>&1 >/dev/null ;then
+               if uname -m | grep i386 2>&1 >/dev/null ;then
                    PLATFORM=linuxx86
                    DISP_PLATFORM="Linux (x86)"
                elif uname -m | grep -i arm 2>&1 >/dev/null  ;then