Fix the mistyping error with the log rotation definition of LB purge cron
authorDi Qing <Di.Qing@cern.ch>
Wed, 15 Aug 2007 13:37:25 +0000 (13:37 +0000)
committerDi Qing <Di.Qing@cern.ch>
Wed, 15 Aug 2007 13:37:25 +0000 (13:37 +0000)
org.glite.yaim.lb/config/functions/config_glite_lb

index 6955ca5..addcb33 100644 (file)
@@ -110,7 +110,8 @@ EOF
 $logfile {
     weekly
     compress
-    rotate 4    missingok
+    rotate 4
+    missingok
 }
 EOF