Bug 41694

Summary: add using command line options for ports/net/citrix_ica
Product: Ports & Packages Reporter: Maxim Tulyuk <mt>
Component: Individual Port(s)Assignee: Martin Blapp <mbr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.