mplayer one last time :(
Simon Barner
barner at in.tum.de
Sun Sep 7 05:40:01 PDT 2003
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: Digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030907/73186acd/attachment.bin
More information about the freebsd-questions
mailing list