From: Brian Behlendorf Date: Tue, 26 Mar 2013 15:40:44 +0000 (-0700) Subject: Include init scripts in packages X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=b7f59425f93c8fd7392da903f4a292fff1154dad;p=zfs.git 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 --- diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index e490c42..5331265 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -131,8 +131,7 @@ find %{?buildroot}%{_libdir} -name '*.la' -exec rm -f {} \; %{_udevdir}/zvol_id %{_udevdir}/rules.d/* %config(noreplace) %{_sysconfdir}/%{name} -# Systemd integration is still required. -%exclude %{_sysconfdir}/init.d/* +%{_sysconfdir}/init.d/* %files devel %{_libdir}/*.so