![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| passing values into logrotate?? | imbiea | Shell Programming and Scripting | 1 | 06-09-2008 05:03 PM |
| how to set size in logrotate.conf | icehero | UNIX for Dummies Questions & Answers | 0 | 02-24-2008 04:41 AM |
| logrotate doesn't do daily rotation....help required | dvrmc | UNIX for Dummies Questions & Answers | 2 | 02-01-2008 05:00 AM |
| Logrotate problems - Can anyone spot the problem please?! | anderow | UNIX for Dummies Questions & Answers | 10 | 01-10-2008 08:56 PM |
| logrotate.conf | fredao | UNIX for Advanced & Expert Users | 10 | 12-19-2006 09:57 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Is there a way to disable log rotation? (just for wtmp) I'm looking in /etc/logrotate.conf and I checked the man page but didn't see any option to disable. Is it as simple as commenting out monthly and rotate lines? Code:
/var/log/wtmp {
missingok
# monthly
create 0664 root utmp
# rotate 1
}
It would use the global configuration settings (which is 4 weekly rotations) for wtmp after wouldn't it? I just want 1 log file, no removing or rotations for wtmp. Thanks! Primal |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|