Skip to content

Commit

Permalink
moved dir /etc/bareos/ to bareos-common package
Browse files Browse the repository at this point in the history
prior, it had been in bareos-director, but it is used in multiple packages.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
  • Loading branch information
joergsteffens authored and Marco van Wieringen committed Mar 6, 2014
1 parent 603dc69 commit 5e1fe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/packaging/bareos.spec
Expand Up @@ -597,7 +597,6 @@ echo "This is a meta package to install a full bareos system" > %{buildroot}%{_d
%{_sysconfdir}/rc.d/init.d/bareos-dir
%endif
%attr(0640, %{director_daemon_user}, %{daemon_group}) %config(noreplace) %{_sysconfdir}/bareos/bareos-dir.conf
%attr(-, root, %{daemon_group}) %dir %{_sysconfdir}/bareos
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-dir
%{plugin_dir}/*-dir.so
%{script_dir}/delete_catalog_backup
Expand Down Expand Up @@ -676,6 +675,7 @@ echo "This is a meta package to install a full bareos system" > %{buildroot}%{_d
%files common
# common shared libraries (without db)
%defattr(-, root, root)
%attr(-, root, %{daemon_group}) %dir %{_sysconfdir}/bareos
%{_libdir}/libbareos-%{_libversion}.so
%{_libdir}/libbareos.so
%{_libdir}/libbareoscfg-%{_libversion}.so
Expand Down

0 comments on commit 5e1fe2e

Please sign in to comment.