Include init scripts in packages

The distribution specific init scripts where excluded from the
packaging when it was reworked.  The intention is to replace
them with systemd equivilants.  However, that work has not yet
been done and the init scripts are still useful so they have
been added back in to the packaging.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf 2013-03-26 08:40:44 -07:00
parent 0df23ca9a1
commit b7f59425f9
1 changed files with 1 additions and 2 deletions

View File

@ -131,8 +131,7 @@ find %{?buildroot}%{_libdir} -name '*.la' -exec rm -f {} \;
%{_udevdir}/zvol_id %{_udevdir}/zvol_id
%{_udevdir}/rules.d/* %{_udevdir}/rules.d/*
%config(noreplace) %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}
# Systemd integration is still required. %{_sysconfdir}/init.d/*
%exclude %{_sysconfdir}/init.d/*
%files devel %files devel
%{_libdir}/*.so %{_libdir}/*.so