diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-07-06 17:03:11 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-07-06 17:03:11 -0400 |
commit | 95711130af22f1d597aa0ab6b5a39d0af16f8a28 (patch) | |
tree | d52695b9ef1c4523190ae0dfe4ba5c707073c593 /packages/debian | |
parent | 048b0953b4f33e6fe4f748ddddb392b6667c4f3b (diff) | |
download | vyos-cloud-init-95711130af22f1d597aa0ab6b5a39d0af16f8a28.tar.gz vyos-cloud-init-95711130af22f1d597aa0ab6b5a39d0af16f8a28.zip |
setup.py: rename "daemon type" to "init system"
This brings with it other changes, and also makes an install
install all of the requisite init files. (ie, cloud-init needs the -local and
the non-local)
Diffstat (limited to 'packages/debian')
-rwxr-xr-x | packages/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/debian/rules b/packages/debian/rules index 6814974f..87cd6538 100755 --- a/packages/debian/rules +++ b/packages/debian/rules @@ -7,7 +7,7 @@ binary-install/cloud-init::cloud-init-fixups include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk -DEB_PYTHON_INSTALL_ARGS_ALL += --daemon-type={{daemon_type}} +DEB_PYTHON_INSTALL_ARGS_ALL += --init-system={{init_sys}} DEB_DH_INSTALL_SOURCEDIR := debian/tmp |