Bug 41694 - add using command line options for ports/net/citrix_ica
Summary: add using command line options for ports/net/citrix_ica
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Blapp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-15 20:40 UTC by Maxim Tulyuk
Modified: 2002-09-09 19:26 UTC (History)
0 users

See Also:


Attachments
file.diff (541 bytes, patch)
2002-08-15 20:40 UTC, Maxim Tulyuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Tulyuk 2002-08-15 20:40:02 UTC
	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
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2002-08-15 22:25:36 UTC
Responsible Changed
From-To: freebsd-ports->mbr

Over to maintainer. 

Note: You want to use "$@" rather than plain $@.
Comment 2 Martin Blapp freebsd_committer freebsd_triage 2002-09-09 19:25:29 UTC
State Changed
From-To: open->closed

Committed, thanks.