~cr3/checkbox/submit

« back to all changes in this revision

Viewing changes to patches/0.1-ubuntu9

  • Committer: Marc Tardif
  • Date: 2008-12-16 00:46:19 UTC
  • Revision ID: marc.tardif@canonical.com-20081216004619-ol9ehuhvvulheffa
Added patches for upgrade purposes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
config_file="/etc/hwtest.d/$1.ini"
 
4
 
 
5
if [ "$1" = "hwtest" ]; then
 
6
    cat <<'EOF' >>$config_file
 
7
[hwtest/plugins/proxy_info]
 
8
http_proxy =
 
9
https_proxy =
 
10
 
 
11
EOF
 
12
fi