File: README.Debian

package info (click to toggle)
scripts4ticker 20020720-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 60 kB
  • ctags: 1
  • sloc: sh: 58; makefile: 48
file content (16 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Note added 15/01-2003 by Sren Boll Overgaard <boll@debian.org>:

If you need to use the scripts from this package from behind a proxy server, 
that is, if your only way of accessing http-servers is via a proxy, you should 
set the environment variable "http_proxy" to whatever your proxy is named.

In bash you would add something like the following to .bashrc:

export http_proxy="your.proxy.host:port"

In (t)csh you would probably add something like the following to the relevant
dot-file:

setenv http_proxy "your.proxy.host:port"