uwe
d5a7953cd7
Use proper -width instead of the cargo-cult value.
2021-03-02 10:17:25 +00:00
uwe
e6330ecec4
Sort config file flags and command line options.
2021-03-02 10:14:59 +00:00
uwe
b3a91da400
Fix markup so that literals are typeset as literals.
2021-03-02 10:12:33 +00:00
wiz
d7baa73527
Sort options in synopsis
2021-03-01 21:43:00 +00:00
otis
3128aa54a9
Implement 'E' flag that prevents newsyslog from rotating empty log files.
2021-03-01 21:37:10 +00:00
mrg
21303c93e9
convert HAVE_GCC == 7 to HAVE_GCC >= 7.
2019-09-29 23:44:58 +00:00
mrg
a0193bc54d
- use -Wno-error=format-truncation
2019-02-04 03:58:41 +00:00
wiz
6f80828675
Remove superfluous Tn.
2017-10-23 01:06:05 +00:00
abhinav
3fca90b4d2
Add newsyslog.conf to the NAME section
...
Also fix couple of lint warnings from mandoc
2017-10-22 17:53:49 +00:00
wiz
d95f5d3fd5
Revert previous, it was wrong.
...
From David H. Gutteridge in PR bin/48460.
2013-12-20 17:01:39 +00:00
wiz
dc3127b204
Document what ngen 0 does.
...
From David Gutteridge in PR 48460.
2013-12-20 10:14:25 +00:00
prlw1
2f73dfb288
Fix
...
/var/log/httpd/access.log 644 52 * $W0D23 ZBP /var/run/httpd.pid 30
newsyslog: config line 16: bad signal type
(strtol: **endptr is '\0' on success rather than *endptr)
2013-09-05 11:34:40 +00:00
christos
e11304f45e
PR/46608: Jim Bernard: Add xz conversion "X"
2012-06-17 03:52:32 +00:00
manu
3beea69ccd
Reset ziptype on each line. Failure to do this caused any log file to
...
be compressed if it was listed after a line using Z or J flag. For
instance, we compressed log2 with the config file below:
/var/log/log1 600 5 100 * Z
/var/log/log2 600 7 100 * -
2009-08-21 08:20:19 +00:00
christos
75a86bdab6
PR/40274: Takahiro Kambe: "P" flag stops rotating files.
2009-06-20 19:34:19 +00:00
lukem
c1ceae17f0
Enable WARNS=4 by default for usr.bin, except for:
...
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint
2009-04-14 22:15:16 +00:00
dogcow
06804711a0
Fix an embarrassing mistake regarding moving down log files. Reported by
...
(and fix included in) PR bin/40635 from Jukka Salmi.
2009-02-17 02:56:43 +00:00
christos
0b379a7b85
64 bit time_t
2008-12-29 01:35:09 +00:00
christos
3f3059c920
fix compilation issue
2008-10-31 20:53:46 +00:00
christos
1c6aec2060
Import syslogd SoC project by Martin Schuette:
...
- new syslog protocol api syslogp(3) that supports structured data
and draft-rfc timestamps
- reliable tcp connections with queueing
- encrypted connections
2008-10-31 16:12:18 +00:00
snj
787df2d0dd
Bump date for bzip2.
2007-12-21 19:45:33 +00:00
dogcow
a9d4845398
It doesn't seem worth it to keep pathnames.h around (especially when it has
...
non-static data)
2007-12-21 06:46:31 +00:00
simonb
75727a9ea5
Fix some whitespace nits.
2007-12-21 06:25:19 +00:00
dogcow
37f3200b59
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.
2007-12-21 05:40:59 +00:00
perry
8b0f9554ff
convert __attribute__s to applicable cdefs.h macros
2007-12-15 19:44:37 +00:00
christos
8c26d38e7b
WARNS=4, pass lint
2007-07-22 17:03:13 +00:00
ad
119899c354
Remove authors section, and update history where appropriate.
2006-11-13 16:33:56 +00:00
reed
3b5d4b35bd
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.
2005-04-21 17:33:31 +00:00
reed
403f0facb1
Fix grammar: s/sent the/sent to the/
2005-04-20 19:26:50 +00:00
dsl
dfdc37e2fe
Add (unsigned char) cast to ctype functions
2004-10-30 20:56:20 +00:00
fair
c680acdbd9
Document that the flags in the configuration file are parsed
...
in a case-insensitive manner, per PR 22985
2004-03-24 02:25:15 +00:00
skrll
eba79970b1
Remove the -fno-gcse-lm hack now that it is no longer needed.
2003-12-15 14:57:54 +00:00
lukem
6c22027ca8
On MACHINE_ARCH==arm, compile newsyslog(8) with -fno-gcse-lm.
...
Fixes PRs [toolchain/22986] [toolchain/23002] [toolchain/23217]
2003-10-26 01:56:54 +00:00
lukem
d048430db6
Various fixes for when ngen is 0.
2003-10-13 07:28:52 +00:00
erh
c0513eb911
Fix typo in the description of the -n option.
2003-08-25 19:06:57 +00:00
wiz
8da6fdd09d
Restrict ".Sm off" to the parts where it is wanted.
2003-06-27 22:25:08 +00:00
wiz
5606e5cc70
Correct spelling of "specification". From PR 20717 by Igor Sobrado.
2003-03-15 19:18:41 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
grant
2ceb845887
The correct capitalisation of 'NetBSD.org' is (you
...
guessed it) 'NetBSD.org'.
some mdoc fixes.
2003-02-14 15:59:16 +00:00
lukem
d348d3d723
tweaks for fparseln(3) move from libutil to libc:
...
- remove #include <util.h> if nothing else needed it
- remove LDFLAGS+=-lutil if nothing else needed it
2002-11-30 03:10:53 +00:00
wiz
7601fe2090
usable instead of useable. From Adrian Mrva.
2002-10-02 15:20:10 +00:00
grant
6f52a8d075
minor mdoc quoting nit.
2002-09-30 10:41:54 +00:00
grant
c3f8c787a1
New sentence, new line. Some mdoc cleanup.
2002-09-30 10:39:22 +00:00
itojun
b56aa08754
don't let newsyslog follow symlink (could be abused to do tricks).
...
OpenBSD PR 1913.
2002-06-27 03:10:15 +00:00
ad
6c64700280
Address PR 16291 by Markus W Kilbinger: newsyslog always compresses archived
...
log files.
2002-06-19 16:30:31 +00:00
heinz
bbae4f0cf0
synced field name with '/etc/newsyslog.conf' and clarified the 'size' unit
2002-03-29 02:45:54 +00:00
wiz
f78eb76cbe
achive is not a good word.
2002-02-11 10:57:57 +00:00
wiz
7983dccb45
Sort sections, use Nx.
2001-12-08 19:09:16 +00:00
wiz
aded0d2cce
Whitespace cleanup.
2001-12-01 16:43:07 +00:00
ad
75595a5abd
Don't sleep before compressing if we didn't send a signal.
2001-06-10 12:06:35 +00:00