01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
このhostsファイルは、UNIX系のOSでは/etc/hostsに置かれているし、
Windows 95/98ではC:\Windows\hosts、Windows NTでは
C:\Winnt\System32\Drivers\Etc\hostsとなっている。
--- logrotate.conf.20041126 2004-11-26 13:41:51.189691224 +0900
+++ logrotate.conf 2004-11-26 13:49:06.497514376 +0900
@@ -1,9 +1,10 @@
# see "man logrotate" for details
# rotate log files weekly
-weekly
+#weekly
+monthly
# keep 4 weeks worth of backlogs
-rotate 4
+rotate 9
# create new (empty) log files after rotating old ones
create
@@ -21,7 +22,12 @@
/var/log/wtmp {
monthly
create 0664 root utmp
- rotate 1
+ # rotate 1
+}
+/var/log/btmp {
+ monthly
+ create 0664 root utmp
+ # rotate 1
}
# system-specific logs may be also be configured here.