* [PATCH] ceph.spec.in: create /var/log/ceph/stat dir
@ 2010-07-29 15:52 Thomas Mueller
0 siblings, 0 replies; only message in thread
From: Thomas Mueller @ 2010-07-29 15:52 UTC (permalink / raw)
To: ceph-devel
the logrotate config expects a var/log/ceph/stat dir - create it.
diff --git a/ceph.spec.in b/ceph.spec.in
index a74702d..908a65b 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -73,6 +73,7 @@ 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/
+mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/ceph/stat
%clean
rm -rf $RPM_BUILD_ROOT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-29 15:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-29 15:52 [PATCH] ceph.spec.in: create /var/log/ceph/stat dir Thomas Mueller
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.