All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ceph.spec.in: create /var/log/ceph directory
@ 2010-07-09 14:01 Christian Brunner
  0 siblings, 0 replies; only message in thread
From: Christian Brunner @ 2010-07-09 14:01 UTC (permalink / raw)
  To: ceph-devel

I've missed this one in my previous patch series.

Regards,
Christian
---
 ceph.spec.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ceph.spec.in b/ceph.spec.in
index dd6bb8a..75f5c01 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -72,6 +72,7 @@ install -D src/init-ceph $RPM_BUILD_ROOT%{_initrddir}/ceph
 chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/ceph/sample.ceph.conf
 install -m 0644 -D debian/ceph.logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ceph
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/ceph/tmp/
+mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/ceph/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -143,6 +144,7 @@ fi
 %{_mandir}/man8/cclsinfo.8.gz
 %dir %{_localstatedir}/lib/ceph/
 %dir %{_localstatedir}/lib/ceph/tmp/
+%dir %{_localstatedir}/log/ceph/
 
 %files fuse
 %defattr(-,root,root,-)
-- 
1.6.5.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-09 14:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-09 14:01 [PATCH] ceph.spec.in: create /var/log/ceph directory Christian Brunner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.