diff options
author | Mike Smith <msmith@FreeBSD.org> | 1998-09-22 05:30:24 +0800 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 1998-09-22 05:30:24 +0800 |
commit | d885f18a6091ab049aab3ab3c31c209073818e90 (patch) | |
tree | a52c2a5f2bfdf568f8b65dfdcfefcb32722bc461 /net/citrix_ica/files | |
parent | b46210d11aee91610e7cc8e24d68ba87126b865e (diff) | |
download | freebsd-ports-gnome-d885f18a6091ab049aab3ab3c31c209073818e90.tar.gz freebsd-ports-gnome-d885f18a6091ab049aab3ab3c31c209073818e90.tar.zst freebsd-ports-gnome-d885f18a6091ab049aab3ab3c31c209073818e90.zip |
This is the Citrix MetaFrame/pICAsso/WinFrame client for Microsoft Windows
NT Terminal Server, nee Hydra, nee Citrix WinFrame.
Diffstat (limited to 'net/citrix_ica/files')
-rw-r--r-- | net/citrix_ica/files/patch-aa | 11 | ||||
-rw-r--r-- | net/citrix_ica/files/patch-ab | 18 | ||||
-rw-r--r-- | net/citrix_ica/files/response | 5 | ||||
-rw-r--r-- | net/citrix_ica/files/wfcmgr | 3 | ||||
-rw-r--r-- | net/citrix_ica/files/wfica | 3 |
5 files changed, 40 insertions, 0 deletions
diff --git a/net/citrix_ica/files/patch-aa b/net/citrix_ica/files/patch-aa new file mode 100644 index 000000000000..06b5155e0c4c --- /dev/null +++ b/net/citrix_ica/files/patch-aa @@ -0,0 +1,11 @@ +--- ../original/setupwfc Wed Sep 9 05:57:13 1998 ++++ setupwfc Mon Sep 21 01:42:22 1998 +@@ -341,7 +341,7 @@ + PLATFORM=hp + DISP_PLATFORM="Hewlett-Packard (HP-UX)" + ;; +- Linux) ++ Linux|FreeBSD) + PLATFORM=linux + DISP_PLATFORM="Linux" + ;; diff --git a/net/citrix_ica/files/patch-ab b/net/citrix_ica/files/patch-ab new file mode 100644 index 000000000000..220feeff6e0e --- /dev/null +++ b/net/citrix_ica/files/patch-ab @@ -0,0 +1,18 @@ +--- ../original/linux/hinst Wed Sep 9 05:58:37 1998 ++++ linux/hinst Mon Sep 21 01:47:58 1998 +@@ -714,13 +714,13 @@ + echo_no_nl $calcspace3 + read dummy + +- /bin/false ++ /usr/bin/false + return + fi + + $ECHO_CMD $calcspace4 + +- /bin/true ++ /usr/bin/true + return + } + #!/bin/sh diff --git a/net/citrix_ica/files/response b/net/citrix_ica/files/response new file mode 100644 index 000000000000..5b78380d06a6 --- /dev/null +++ b/net/citrix_ica/files/response @@ -0,0 +1,5 @@ +1 +DESTINATION +y +y +3 diff --git a/net/citrix_ica/files/wfcmgr b/net/citrix_ica/files/wfcmgr new file mode 100644 index 000000000000..70248171d687 --- /dev/null +++ b/net/citrix_ica/files/wfcmgr @@ -0,0 +1,3 @@ +#!/bin/sh +export ICAROOT=DESTINATION +exec $ICAROOT/wfcmgr diff --git a/net/citrix_ica/files/wfica b/net/citrix_ica/files/wfica new file mode 100644 index 000000000000..35be9df3a8b2 --- /dev/null +++ b/net/citrix_ica/files/wfica @@ -0,0 +1,3 @@ +#!/bin/sh +export ICAROOT=DESTINATION +exec $ICAROOT/wfica |