summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2014-11-07 07:02:18 -0700
committerusd-importer <ubuntu-server@lists.ubuntu.com>2014-11-07 17:08:36 +0000
commit0a937f34ba51ec3ee025cbbf05ec7b303eee22bb (patch)
tree28d3f8239ba568e5628d582ddce259f1faa2ca7a
parente4dcfe11586e8d456c1a18b296b21ca31d70029a (diff)
downloadvyos-walinuxagent-0a937f34ba51ec3ee025cbbf05ec7b303eee22bb.tar.gz
vyos-walinuxagent-0a937f34ba51ec3ee025cbbf05ec7b303eee22bb.zip
fixup_setup_file.patch
No DEP3 Subject or Description header found Gbp-Pq: fixup_setup_file.patch.
-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):