[Lunar-commits] <moonbase> mongodb: Fixed typo
Stefan Wold
ratler at lunar-linux.org
Mon Dec 6 07:51:27 CET 2010
commit f0d5de0d9f8e71bd5687a13b2b31344205a81063
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun Dec 5 21:52:02 2010 +0100
mongodb: Fixed typo
---
sql/mongodb/logrotade.d/mongodb | 10 ----------
sql/mongodb/logrotate.d/mongodb | 10 ++++++++++
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/sql/mongodb/logrotade.d/mongodb b/sql/mongodb/logrotade.d/mongodb
deleted file mode 100644
index 4803786..0000000
--- a/sql/mongodb/logrotade.d/mongodb
+++ /dev/null
@@ -1,10 +0,0 @@
-/var/log/mongodb/*.log {
- weekly
- missingok
- rotate 10
- copytruncate
- compress
- delaycompress
- notifempty
-}
-
diff --git a/sql/mongodb/logrotate.d/mongodb b/sql/mongodb/logrotate.d/mongodb
new file mode 100644
index 0000000..4803786
--- /dev/null
+++ b/sql/mongodb/logrotate.d/mongodb
@@ -0,0 +1,10 @@
+/var/log/mongodb/*.log {
+ weekly
+ missingok
+ rotate 10
+ copytruncate
+ compress
+ delaycompress
+ notifempty
+}
+
More information about the Lunar-commits
mailing list