From b7f59425f93c8fd7392da903f4a292fff1154dad Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 26 Mar 2013 08:40:44 -0700 Subject: [PATCH] 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 --- rpm/generic/zfs.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 1.8.3.1