Skip to content

Commit

Permalink
Include init scripts in packages
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
behlendorf committed Mar 26, 2013
1 parent 0df23ca commit b7f5942
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rpm/generic/zfs.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7f5942

Please sign in to comment.