History log of /src/usr.bin/newsyslog/newsyslog.8 |
Revision | | Date | Author | Comments |
1.46 |
| 02-Mar-2021 |
uwe | Use proper -width instead of the cargo-cult value.
|
1.45 |
| 02-Mar-2021 |
uwe | Sort config file flags and command line options.
|
1.44 |
| 02-Mar-2021 |
uwe | Fix markup so that literals are typeset as literals.
|
1.43 |
| 01-Mar-2021 |
wiz | Sort options in synopsis
|
1.42 |
| 01-Mar-2021 |
otis | Implement 'E' flag that prevents newsyslog from rotating empty log files.
|
1.41 |
| 23-Oct-2017 |
wiz | Remove superfluous Tn.
|
1.40 |
| 22-Oct-2017 |
abhinav | Add newsyslog.conf to the NAME section Also fix couple of lint warnings from mandoc
|
1.39 |
| 20-Dec-2013 |
wiz | Revert previous, it was wrong. From David H. Gutteridge in PR bin/48460.
|
1.38 |
| 20-Dec-2013 |
wiz | Document what ngen 0 does. From David Gutteridge in PR 48460.
|
1.37 |
| 17-Jun-2012 |
christos | PR/46608: Jim Bernard: Add xz conversion "X"
|
1.36 |
| 21-Dec-2007 |
snj | branches: 1.36.26; Bump date for bzip2.
|
1.35 |
| 21-Dec-2007 |
dogcow | add new flag to newsyslog(5): J to bzip2 files. There are no longer any hardcoded gzip-specific args, yay. And while I was at it, compiles with -Wsigned, too.
|
1.34 |
| 13-Nov-2006 |
ad | branches: 1.34.8; Remove authors section, and update history where appropriate.
|
1.33 |
| 21-Apr-2005 |
reed | Reworded, because it previously made it sound like it only sent a signal if path_to_pid_file field is present.
Also mention that /var/run/syslogd.pid is used as the default path_to_pid_file.
This was brought up on netbsd-help and Richard Braun suggested this should be documented.
Reviewed by grant and wiz.
|
1.32 |
| 20-Apr-2005 |
reed | Fix grammar: s/sent the/sent to the/
|
1.31 |
| 24-Mar-2004 |
fair | Document that the flags in the configuration file are parsed in a case-insensitive manner, per PR 22985
|
1.30 |
| 25-Aug-2003 |
erh | Fix typo in the description of the -n option.
|
1.29 |
| 27-Jun-2003 |
wiz | Restrict ".Sm off" to the parts where it is wanted.
|
1.28 |
| 15-Mar-2003 |
wiz | Correct spelling of "specification". From PR 20717 by Igor Sobrado.
|
1.27 |
| 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
1.26 |
| 14-Feb-2003 |
grant | The correct capitalisation of 'NetBSD.org' is (you guessed it) 'NetBSD.org'.
some mdoc fixes.
|
1.25 |
| 02-Oct-2002 |
wiz | usable instead of useable. From Adrian Mrva.
|
1.24 |
| 30-Sep-2002 |
grant | minor mdoc quoting nit.
|
1.23 |
| 30-Sep-2002 |
grant | New sentence, new line. Some mdoc cleanup.
|
1.22 |
| 29-Mar-2002 |
heinz | synced field name with '/etc/newsyslog.conf' and clarified the 'size' unit
|
1.21 |
| 08-Dec-2001 |
wiz | Sort sections, use Nx.
|
1.20 |
| 01-Dec-2001 |
wiz | Whitespace cleanup.
|
1.19 |
| 07-Nov-2000 |
lukem | fix up various .Nm abuses: - keep the case consistent between the actual name and what's referenced. e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence. - remove unnecessary `.Nm foo' after the first occurrence (except for using `.Nm ""' if there's stuff following, or for the 2nd and so on occurrences in a SYNOPSIS - use Sx, Ic, Li, Em, Sq, and Xr as appropriate
|
1.18 |
| 21-Sep-2000 |
ad | Document `-s' option.
|
1.17 |
| 09-Aug-2000 |
ad | On NetBSD, the effect of the maximum age specification and specific interval specification are independant of one another.
|
1.16 |
| 18-Jul-2000 |
ad | More work on newsyslog(8):
- Add some comments. It might be getting a little unclear what's going on. - Make it useful as non-root.
Also, some new features taken from FreeBSD. The last two are not well tested yet:
- Specifing log files on the command line limits operation to those files. - Add cyclic time specification for periodic trimming. - Add restricted ISO-8601 time specification for periodic trimming.
|
1.15 |
| 11-Jul-2000 |
ad | - Detail flags in manpage using a table. - Typo patrol. - Add new flag, `p': keep zero'th historical log file uncompressed (plain). Inspired by woods' newsyslog package.
|
1.14 |
| 10-Jul-2000 |
ad | Sorry about breakage - no connectivity at evenings or weekends for me. Anyway:
- Put back `-n' option. This is a slight improvement on its predecessor. - More paranoid error checking. - Fix miscellaneous buglets.
|
1.13 |
| 07-Jul-2000 |
ad | Overhaul newsyslog(8). Changes:
- Code cleanup. - Better flowing English in manpage (in places). - `-n' option has been removed (was mainly a debugging convenience, I think). - Add `C' flag: create log file if one doesn't exist.
|
1.12 |
| 29-Dec-1999 |
cgd | branches: 1.12.4; Use: .Sh SEE ALSO rather than: .Sh "SEE ALSO" The former is the correct form, and it makes a (barely persceptible) difference in formatting for some output devices (e.g. 'ps').
|
1.11 |
| 30-Nov-1999 |
ad | Shiny new manpage for newsyslog(8), based on that from FreeBSD.
|
1.10 |
| 06-Oct-1999 |
ad | Add a new optional parameter to the configuration file, specifying the path to a file containing a PID to send SIGHUP to. If omitted, the default is to signal syslogd. Idea from FreeBSD.
|
1.9 |
| 05-Oct-1999 |
ad | Allow use of use of ':' to separate user and group names, since elsewhere '.' is a valid character in user and group names. '.' still works, but ':' takes priority.
|
1.8 |
| 10-Nov-1996 |
lukem | branches: 1.8.6; fix the the typos
|
1.7 |
| 27-Sep-1996 |
thorpej | RCS id police.
|
1.6 |
| 06-Jan-1995 |
jtc | Changed so that log entry format used when logfiles are rolled over matches that of syslogd(8). This is a slightly modified version of the patch Thorsten Lockert supplied with PR #684.
Changed manpage to reflect the fact that we are using gzip instead compress.
|
1.5 |
| 05-Oct-1993 |
cgd | the config file is in /etc, not /var/adm (which doesn't exist)
|
1.4 |
| 01-Aug-1993 |
cgd | a couple of doc fixes from Havard Eidnes, and a couple more that i noticed.
|
1.3 |
| 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
1.2 |
| 21-May-1993 |
cgd | use the correct (or so john brezak says) copyright.
|
1.1 |
| 21-May-1993 |
cgd | initial import of this log-rotation program to NetBSD
|
1.8.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.12.4.1 |
| 06-Mar-2002 |
he | Pull up revisions 1.13-1.21 (requested by martti): Synchronize to current development version. This includes among other things the ``specific time for periodic trimming'' feature.
|
1.34.8.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.36.26.1 |
| 30-Oct-2012 |
yamt | sync with head
|