aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2013-03-26 08:40:44 -0700
committerBrian Behlendorf <[email protected]>2013-03-26 08:50:09 -0700
commitb7f59425f93c8fd7392da903f4a292fff1154dad (patch)
tree8d6941508d5476dd59ba400e3ce679315a919ac4
parent0df23ca9a18bcc3b76319a3c0b93359a5468d016 (diff)
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 <[email protected]>
-rw-r--r--rpm/generic/zfs.spec.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in
index e490c4249..53312652a 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