[packages/mongodb] fix paths in logrotate file

glen glen at pld-linux.org
Mon May 27 23:02:32 CEST 2013


commit c680aaad8317d5bc9fbe30f12bfdd4f88a5703c2
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue May 28 00:02:17 2013 +0300

    fix paths in logrotate file

 mongodb.logrotate | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/mongodb.logrotate b/mongodb.logrotate
index 8fadf5f..734fdec 100644
--- a/mongodb.logrotate
+++ b/mongodb.logrotate
@@ -1,5 +1,5 @@
-/var/log/mongo/*.log {
-	olddir /var/log/archive/mongo
+/var/log/mongodb/*.log {
+	olddir /var/log/archive/mongodb
 	su mongod mongod
 	weekly
 	rotate 10
@@ -9,5 +9,3 @@
 	notifempty
 	missingok
 }
-
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mongodb.git/commitdiff/c680aaad8317d5bc9fbe30f12bfdd4f88a5703c2



More information about the pld-cvs-commit mailing list