diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-11-07 07:02:18 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-11-07 17:08:36 +0000 |
commit | 0a937f34ba51ec3ee025cbbf05ec7b303eee22bb (patch) | |
tree | 28d3f8239ba568e5628d582ddce259f1faa2ca7a | |
parent | e4dcfe11586e8d456c1a18b296b21ca31d70029a (diff) | |
download | vyos-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |