Date: Sun, 13 Jul 1997 14:49:15 -0700 (PDT) From: jmr@ugcs.caltech.edu To: freebsd-gnats-submit@FreeBSD.ORG Subject: ports/4083: netscape wrapper doesn't hand off args correctly Message-ID: <199707132149.OAA08857@hub.freebsd.org> Resent-Message-ID: <199707132150.OAA08905@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 4083 >Category: ports >Synopsis: netscape wrapper doesn't hand off args correctly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 13 14:50:01 PDT 1997 >Last-Modified: >Originator: Jesse Rosenstock >Organization: >Release: 2.2-STABLE >Environment: FreeBSD tla.aa.net 2.2-STABLE FreeBSD 2.2-STABLE #0: Wed Jul 2 22:44:16 PDT 1997 jmr@tla.caltech.edu:/usr/src/sys/compile/TLA i386 >Description: Netscape wrapper script doesn't hand off args correctly >How-To-Repeat: netscape \* >Fix: --- /usr/ports/www/netscape3/files/netscape.sh.orig Sun Jul 13 14:41:55 1997 +++ /usr/ports/www/netscape3/files/netscape.sh Sun Jul 13 14:42:34 1997 @@ -3,4 +3,4 @@ export XNLSPATH ; XNLSPATH=@X11BASE@/lib/X11/nls export XAPPLRESDIR ; XAPPLRESDIR=@X11BASE@/lib/X11/app-defaults export CLASSPATH ; CLASSPATH=.:/usr/local/lib/netscape -exec /usr/local/lib/netscape/netscape.bin $* +exec /usr/local/lib/netscape/netscape.bin "$@" >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707132149.OAA08857>