diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2013-01-31 11:42:39 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2013-02-01 06:03:53 +0000 |
commit | 608a9999c43d3500a13f03621c3982db505ec781 (patch) | |
tree | e47ef2994eab9dbbe441c9d2f42e71294aaa23bb /debian/default | |
parent | b62390fb93897d9f873c0d23ddfcd7d2def7204f (diff) | |
download | vyos-walinuxagent-608a9999c43d3500a13f03621c3982db505ec781.tar.gz vyos-walinuxagent-608a9999c43d3500a13f03621c3982db505ec781.zip |
Import patches-unapplied version 1.3-0ubuntu2 to ubuntu/raring-proposed
Imported using git-ubuntu import.
Changelog parent: b62390fb93897d9f873c0d23ddfcd7d2def7204f
New changelog entries:
* Changed detection of whether or not agent is packaged to using
dpkg command. (LP: #1111690)
Diffstat (limited to 'debian/default')
-rw-r--r-- | debian/default | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/default b/debian/default index a6bdf50..a17174c 100644 --- a/debian/default +++ b/debian/default @@ -1,6 +1,2 @@ # To disable the Windows Azure Agent, set WALINUXAGENT_ENABLED=0 WALINUXAGENT_ENABLED=1 - -# Setting this variable to anything other than 1, runs the script -# in stand-alone mode. This is heavily, heavily discouraged. -WAXLINUXAGENT_PACKAGED=1 |