Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2003 14:39:58 +0200
From:      Simon Barner <barner@in.tum.de>
To:        Monah Baki <mbaki@whywire.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mplayer one last time :(
Message-ID:  <20030907123958.GB534@zi025.glhnet.mhn.de>
In-Reply-To: <20030907121033.GA534@zi025.glhnet.mhn.de>
References:  <20030905201834.M89294@whywire.com> <3F58F73D.8040707@pacbell.net> <20030924211528.M97284@whywire.net> <20030907121033.GA534@zi025.glhnet.mhn.de>

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

--NDin8bjvE/0mNLFQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Sorry for all those spelling errors (in the non-quoted part of my mail).
Here is an error that needs to be corrected:

> #!/bin/sh
> http_proxy=http://your.proxy:1234
> export http_proxy
> /usr/local/bin/mplayer.bin

The wrapper script should look like this:

#!/bin/sh
http_proxy=http://your.proxy:1234
export http_proxy
/usr/local/bin/mplayer.bin $@

Simon

--NDin8bjvE/0mNLFQ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/WyceCkn+/eutqCoRAt+uAJ4w355uHjwyzjwsWg/qC3cXu6S0LgCgjE8k
VqmKzuVllcCSYj6tU8xFWy0=
=inyL
-----END PGP SIGNATURE-----

--NDin8bjvE/0mNLFQ--



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