From owner-freebsd-questions@FreeBSD.ORG Sun Sep 7 05:40:01 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A1DA16A4BF for ; Sun, 7 Sep 2003 05:40:01 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F4444003 for ; Sun, 7 Sep 2003 05:40:00 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id DA81C38DF4; Sun, 7 Sep 2003 14:39:58 +0200 (CEST) Date: Sun, 7 Sep 2003 14:39:58 +0200 From: Simon Barner To: Monah Baki Message-ID: <20030907123958.GB534@zi025.glhnet.mhn.de> References: <20030905201834.M89294@whywire.com> <3F58F73D.8040707@pacbell.net> <20030924211528.M97284@whywire.net> <20030907121033.GA534@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NDin8bjvE/0mNLFQ" Content-Disposition: inline In-Reply-To: <20030907121033.GA534@zi025.glhnet.mhn.de> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: James Leone cc: freebsd-questions@freebsd.org Subject: Re: mplayer one last time :( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2003 12:40:01 -0000 --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--