~ubuntu-branches/ubuntu/precise/checkbox/precise

« back to all changes in this revision

Viewing changes to patches/0.1-ubuntu9

  • Committer: Bazaar Package Importer
  • Author(s): Marc Tardif
  • Date: 2009-01-20 16:46:15 UTC
  • Revision ID: james.westby@ubuntu.com-20090120164615-7iz6nmlef41h4vx2
Tags: 0.4
* Setup bzr-builddeb in native mode.
* Removed LGPL notice from the copyright file.

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