home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
checkbox
/
patches
/
0.1-ubuntu9
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-04-27
|
170 b
|
13 lines
#!/bin/sh
config_file="/etc/hwtest.d/$1.ini"
if [ "$1" = "hwtest" ]; then
cat <<'EOF' >>$config_file
[hwtest/plugins/proxy_info]
http_proxy =
https_proxy =
EOF
fi