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 /doc/benefits.html | |
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 'doc/benefits.html')
-rw-r--r-- | doc/benefits.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/benefits.html b/doc/benefits.html index 5edaf5e..f34260a 100644 --- a/doc/benefits.html +++ b/doc/benefits.html @@ -110,7 +110,7 @@ A good choice for a log daemon is <i>runit</i>'s service logging daemon <i>daemontools</i> package. <p> The service daemon and the log daemon can run with different process states, -and under different user ids. +and under different user id's. <i>runit</i> supports easy and reliable logging for service daemons running chroot'ed. <p> |