summaryrefslogtreecommitdiff
path: root/usr.sbin/newsyslog
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.9.0_cvscvs2svn2003-10-274-4/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_9'.cvs2svn2003-10-222-687/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-10-191-0/+619
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-10-011-0/+68
* Correct the calculation of "a leap year" in parseDWM. The previousGarance A Drosehn2003-09-171-10/+37
* MFC 1.72: Fix a bug in how the 'user:group' fields in newsyslog.confGarance A Drosehn2003-08-241-2/+14
* MFC 1.71: Fix an 'bad file descriptor' error which would come up whenGarance A Drosehn2003-08-071-1/+0
* MFC 1.68: Use __FBSDID over rcsid[].Garance A Drosehn2003-05-121-4/+2
* MFC 1.70: Fix age_old_log checking so that it will notice log filesGarance A Drosehn2003-05-121-4/+19
* MFC 1.69: Slightly improve the checking of the 'size' field, so usersGarance A Drosehn2003-05-121-2/+8
* MFC *: Add a -C (create) option for newsyslog, and a 'C' flag forGarance A Drosehn2003-05-072-20/+190
* MFC 1.66: Fix interactions between entries for a specific file vsGarance A Drosehn2003-05-051-62/+177
* MFC *: Add a config-file flag of 'U' or 'u' to indicate that theGarance A Drosehn2003-05-052-52/+132
* MFC *: Add a command-line option of '-s', which indicates that newsyslogGarance A Drosehn2003-05-042-289/+582
* MFC 1.51->1.53: Fix so -a honors the -n ("do nothing") option, and aGarance A Drosehn2003-04-271-22/+34
* MFC *: Add the idea of a "default rotate action", which will be used if aGarance A Drosehn2003-04-272-35/+205
* Cosmetic change, just so the order of defines in -stable matches -current.Garance A Drosehn2003-04-271-1/+1
* MFC 1.30->1.31: Instead of giving an example of rotating logs at the endGarance A Drosehn2003-04-271-2/+10
* MFC: use .Nm where appropriate (rev.1.33).Maxim Sobolev2002-12-291-2/+3
* MFC: new `G' and `W' flags and allow comments to be placed to the end ofMaxim Sobolev2002-12-292-12/+86
* MFC: english(4) fixes, aka typos found by ispell.Jens Schweikhardt2002-12-291-2/+2
* MFC: Make newsyslog(8) print the correct date when logs are turned over.Tom Rhodes2002-12-231-2/+2
* MFC rev. 1.45: fix getopt(3) optstring: remove a flag we do not handle.Maxim Konovalov2002-10-231-1/+1
* MFC rev. 1.43 and 1.44: sort includes, remove EOL spaces.Maxim Konovalov2002-07-101-6/+6
* MFC rev. 1.42: wait(2) for compress_log() processes to complete before exit.Maxim Konovalov2002-07-011-0/+3
* MFC rev 1.41: close incorrect ownership window on created filesSheldon Hearn2002-04-161-4/+13
* MFC 1.40: Produce a different error message for mktime(3) failure thanCrist J. Clark2002-04-051-8/+14
* MFC: fix -F with logfiles rotated on time only.Peter Pentchev2002-03-071-1/+1
* MFC: rev 1.3 (add the ability to Bzip2 your logs)David E. O'Brien2001-11-141-0/+1
* MFC:David E. O'Brien2001-11-141-58/+138
* MFC: rev 1.32 (add the ability to Bzip2 your logs)David E. O'Brien2001-11-141-0/+5
* MFC: warns2David E. O'Brien2001-11-141-1/+1
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-17/+17
* MFC: r1.30:Kris Kennaway2001-07-191-36/+39
* MFC 1.28: fix a grammar bogon.Dima Dorfman2001-04-261-1/+1
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-20/+6
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-3/+3
* MFC: When warning that a log file can't be compressed, tell theJosef Karthauser2000-10-201-1/+1
* MFC: brucify, support alternate time format, archive to separate directory,Dag-Erling Smørgrav2000-05-192-449/+796
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* .Nm correctionsPhilippe Charnier1999-11-271-5/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Correctly refer to the companion program rather than as "chown".David E. O'Brien1999-07-281-5/+8
* Go back to allowing ``.'' as a username.group separator for backwardDavid E. O'Brien1999-07-281-2/+3
* Syntax for user/group is changed from "user.group" to "user:group" to beDavid E. O'Brien1999-06-282-5/+13
* Fix description of size, it's in kilobytes, not bytes.Chuck Robey1999-04-101-2/+3
* jkoshy forgot up update the heading date on the man page.Garrett Wollman1999-01-281-2/+2
* Note that the 'owner.group' field is optional in the config file.Joseph Koshy1999-01-271-3/+3
* A slight bit of code and doco cleanup, but mostly:Garrett Wollman1999-01-224-72/+284