Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2001 15:02:12 +0930
From:      Matthew Thyer <Matthew.Thyer@dsto.defence.gov.au>
To:        mb@imp.ch
Cc:        ports@freebsd.org
Subject:   ports/net/citrix_ica fix for /usr/local/bin/wfica
Message-ID:  <3ADBD55C.BB83C81C@dsto.defence.gov.au>

next in thread | raw e-mail | index | archive | help
/usr/local/ICAClient/wfica allows commandline arguments to do things
such as choose the server to connect to when you have several servers
defined with wfcmgr.

The problem is that with the FreeBSD port, the /usr/local/bin/wfica
wrapper script ignores any user supplied commandline arguments.

The fix is to change /usr/local/bin/wfica as follows:

fuzz: {23} diff /usr/local/bin/wfica.010417.thyerm /usr/local/bin/wfica
3c3
< exec $ICAROOT/wfica
---
> exec $ICAROOT/wfica $*

-- 
 Matthew Thyer                                 Phone:  +61 8 8259 7249
 Science Corporate Information Systems         Fax:    +61 8 8259 5537
 Defence Science and Technology Organisation, Salisbury
 PO Box 1500 Salisbury South Australia 5108

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?3ADBD55C.BB83C81C>