From 19fd1e212aefc0fac78cadc6b77fa7dae5cd2a5f Mon Sep 17 00:00:00 2001 From: anders Date: Mon, 1 Jul 2002 21:26:35 +0000 Subject: Forgot this patch to go along with the 6.30.1050 update. Approved by: mbr --- net/citrix_xenapp/files/patch-setupwfc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 net/citrix_xenapp/files/patch-setupwfc (limited to 'net/citrix_xenapp') diff --git a/net/citrix_xenapp/files/patch-setupwfc b/net/citrix_xenapp/files/patch-setupwfc new file mode 100644 index 0000000..c90dc3b --- /dev/null +++ b/net/citrix_xenapp/files/patch-setupwfc @@ -0,0 +1,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 -- cgit v1.1