summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2014-06-03 09:21:20 -0600
committerusd-importer <ubuntu-server@lists.ubuntu.com>2014-06-03 15:33:22 +0000
commitee55eba5e62bcc52cf92eb4eeb9ebe3217025064 (patch)
treeb0db1618ddc0f193f58bf096539db17d602bcbd9 /setup.py
parent420dcfc0d24f9cf52937885f7f04a7ff8cbfc3d1 (diff)
downloadvyos-walinuxagent-ee55eba5e62bcc52cf92eb4eeb9ebe3217025064.tar.gz
vyos-walinuxagent-ee55eba5e62bcc52cf92eb4eeb9ebe3217025064.zip
fixup_setup_file.patch
No DEP3 Subject or Description header found Gbp-Pq: fixup_setup_file.patch.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 846d8e7..5af4797 100755
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ class InstallData(install):
def initialize_options(self):
install.initialize_options(self)
- self.init_system = 'sysV'
+ self.init_system = 'upstart'
self.lnx_distro = None
def finalize_options(self):