diff options
author | Gerrit Pape <pape@smarden.org> | 2003-06-05 11:39:11 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-06-05 11:39:11 +0000 |
commit | bca5d80102ca893c60a5c5d0906a4cd8816d6a13 (patch) | |
tree | bdf658b47b59240839e982e6458b1bbb9e8feb3c /man/svlogd.8 | |
parent | 75bdbcb65eeece3d85161912c81614eeb7450d31 (diff) | |
download | runit-bca5d80102ca893c60a5c5d0906a4cd8816d6a13.tar.gz runit-bca5d80102ca893c60a5c5d0906a4cd8816d6a13.tar.xz runit-bca5d80102ca893c60a5c5d0906a4cd8816d6a13.zip |
* svlogd.c: default log file size is 1M; print verbose message only if
-v is set. * man/svlogd.8: document -v option; minor. * etc/freebsd/3, etc/openbsd/3: check if magic files in /etc/runit/ are executable, not readable. * etc/*/getty-tty*/run: remove utmpset from script. * etc/*/getty-tty*/finish: new: run utmpset. * doc/replaceinit.html: adapt. * setuidgid.c: new: daemontools' setuidgid drop in replacement (not installed by default). * Makefile: build setuidgid. * doc/index.html: update.
Diffstat (limited to 'man/svlogd.8')
-rw-r--r-- | man/svlogd.8 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/man/svlogd.8 b/man/svlogd.8 index 373aaa6..7114bba 100644 --- a/man/svlogd.8 +++ b/man/svlogd.8 @@ -5,7 +5,7 @@ svlogd \- runit's service logging daemon .B svlogd [\-tv] [\-r .I c\fR] [\-R -.I abc\fR] [\-l +.I xyz\fR] [\-l .I n\fR] [\-b .I n\fR] .I logs @@ -260,10 +260,10 @@ Replace non-printable characters in log messages with .IR c . Characters are replaced before pattern matching is applied. .TP -.B \-R \fIabc +.B \-R \fIxyz replace charset. Additionally to non-printable characters, replace all characters found in -.I abc +.I xyz with .I c (default ``_''). @@ -287,6 +287,10 @@ Default is 1024. .I buflen must be greater than .IR len . +.TP +.B \-v +verbose. +Print verbose messages to standard error. .SH SIGNALS If .B svlogd |