diff options
author | Ben Howard <ben@prongs> | 2015-07-17 14:24:20 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-07-17 21:23:35 +0000 |
commit | f8cd1d9e3a21f85cf5da53ab38e978e63faa4b83 (patch) | |
tree | 6e21c74a635f787f066dc4384f85e9a3aff82df2 | |
parent | 0afc048f2a6ff3638ecfa33e7ded5dc8dddf041a (diff) | |
download | vyos-walinuxagent-f8cd1d9e3a21f85cf5da53ab38e978e63faa4b83.tar.gz vyos-walinuxagent-f8cd1d9e3a21f85cf5da53ab38e978e63faa4b83.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
@@ -51,7 +51,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): |