SOURCES: logrotate.conf - correct "nomail" comment; language cosme...

glen glen at pld-linux.org
Mon May 29 22:40:55 CEST 2006


Author: glen                         Date: Mon May 29 20:40:54 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- correct "nomail" comment; language cosmetics

---- Files affected:
SOURCES:
   logrotate.conf (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/logrotate.conf
diff -u SOURCES/logrotate.conf:1.7 SOURCES/logrotate.conf:1.8
--- SOURCES/logrotate.conf:1.7	Wed Dec 28 14:15:08 2005
+++ SOURCES/logrotate.conf	Mon May 29 22:40:49 2006
@@ -1,33 +1,33 @@
-# see "man logrotate" for details
-# rotate log files weekly
+# See "man logrotate" for details.
+# Rotate log files weekly.
 weekly
 
-# keep 4 weeks worth of backlogs
+# Keep 4 weeks worth of backlogs.
 rotate 4
 
-# send errors to root
+# Don't mail old log files to any address.
 nomail
 
-# create new (empty) log files after rotating old ones
+# Create new (empty) log files after rotating old ones.
 create 640 root logs
 
-# uncomment this if you want your log files compressed
+# Uncomment this if you want your log files compressed.
 compress
 
-# Postpone compression of the previous log file to the next rotation cycle
+# Postpone compression of the previous log file to the next rotation cycle.
 nodelaycompress
 
 # If the log file is missing, go on to the next one without issuing
-# an error message
+# an error message.
 missingok
 
-# Logs are moved into directory for rotation
-olddir /var/log/archive
+# Logs are moved into directory for rotation.
+olddir /var/log/archiv
 
-# Do not rotate the log if it is empty
+# Do not rotate the log if it is empty.
 notifempty
 
 # system-specific logs may be configured here
 
-# RPM packages drop log rotation information into this directory
+# RPM packages drop log rotation information into this directory.
 include /etc/logrotate.d
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/logrotate.conf?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list