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/redhat/cloud-init.spec | |
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/redhat/cloud-init.spec')
-rw-r--r-- | packages/redhat/cloud-init.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/redhat/cloud-init.spec b/packages/redhat/cloud-init.spec index df13bcb7..d0f83a4b 100644 --- a/packages/redhat/cloud-init.spec +++ b/packages/redhat/cloud-init.spec @@ -63,7 +63,7 @@ ssh keys and to let the user run various scripts. rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 \ --skip-build --root $RPM_BUILD_ROOT \ - --daemon-type={{daemon_type}} + --init-system={{init_sys}} # Note that /etc/rsyslog.d didn't exist by default until F15. # el6 request: https://bugzilla.redhat.com/show_bug.cgi?id=740420 |