![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| passing values into logrotate?? | imbiea | Shell Programming and Scripting | 1 | 06-09-2008 01:03 PM |
| how to set size in logrotate.conf | icehero | UNIX for Dummies Questions & Answers | 0 | 02-24-2008 12:41 AM |
| logrotate doesn't do daily rotation....help required | dvrmc | UNIX for Dummies Questions & Answers | 2 | 02-01-2008 01:00 AM |
| Logrotate problems - Can anyone spot the problem please?! | anderow | UNIX for Dummies Questions & Answers | 10 | 01-10-2008 04:56 PM |
| logrotate.conf | fredao | UNIX for Advanced & Expert Users | 10 | 12-19-2006 05:57 AM |
|
|
Submit Tools | LinkBack | Thread Tools | 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
}
Thanks! Primal |
| Forum Sponsor | ||
|
|