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)
This commit is contained in:
Scott Moser
2012-07-06 17:03:11 -04:00
parent df76bcdaf0
commit 833740407e
9 changed files with 24 additions and 38 deletions

View File

@@ -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