Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 22:33:39 +0300 (EEST)
From:      Maxim Tulyuk <mt@gnu.carrier.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41694: add using command line options for ports/net/citrix_ica
Message-ID:  <200208151933.g7FJXdGQ099741@gnu.carrier.kiev.ua>

next in thread | raw e-mail | index | archive | help

>Number:         41694
>Category:       ports
>Synopsis:       add using command line options for ports/net/citrix_ica
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 15 12:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Tulyuk
>Release:        FreeBSD 4.6-RELEASE-p2 i386
>Organization:
ISP "LuckyNet"
>Environment:
System: FreeBSD gnu.carrier.kiev.ua 4.6-RELEASE-p2 FreeBSD 4.6-RELEASE-p2 #0: Wed Jul 17 16:14:21 EEST 2002 root@gnu.carrier.kiev.ua:/usr/obj/usr/src/sys/gnu i386
>Description:
	citrix (ports/net/citrix_ica) runs through $LOCAL/bin/wfica or
	$LOCAL/bin/wfcmgr; this files are shell scripts which set
	shell variable ICAROOT and exec citrix from $LOCAL/ICAClient,
	but don't transmit all command line!
	So citrix user's options get lost.
>How-To-Repeat:
	use the patch
>Fix:
diff -uNr citrix_ica.old/files/wfcmgr citrix_ica/files/wfcmgr
--- citrix_ica.old/files/wfcmgr	Tue Sep 22 00:30:24 1998
+++ citrix_ica/files/wfcmgr	Thu Aug 15 22:15:50 2002
@@ -1,3 +1,3 @@
 #!/bin/sh
 export ICAROOT=DESTINATION
-exec $ICAROOT/wfcmgr
+exec $ICAROOT/wfcmgr $@
diff -uNr citrix_ica.old/files/wfica citrix_ica/files/wfica
--- citrix_ica.old/files/wfica	Tue Sep 22 00:30:24 1998
+++ citrix_ica/files/wfica	Thu Aug 15 22:15:55 2002
@@ -1,3 +1,3 @@
 #!/bin/sh
 export ICAROOT=DESTINATION
-exec $ICAROOT/wfica
+exec $ICAROOT/wfica $@
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208151933.g7FJXdGQ099741>