diff options
author | Gerrit Pape <pape@smarden.org> | 2006-04-10 06:09:37 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2006-04-10 06:09:37 +0000 |
commit | d8f520b5026bc2c5c67c95c46699b48daa5c77c1 (patch) | |
tree | ad1700ded6de901cc05e1852f76133ade0b52afd /package | |
parent | 59180db736d88ad8e02686b192f4f8c33e95783a (diff) | |
download | runit-d8f520b5026bc2c5c67c95c46699b48daa5c77c1.tar.gz runit-d8f520b5026bc2c5c67c95c46699b48daa5c77c1.tar.xz runit-d8f520b5026bc2c5c67c95c46699b48daa5c77c1.zip |
* man/runsvdir.8: document that the services directory is re-scanned if
the time of last modification, the inode, or the device has changed. * sv.c: don't report success on 'sv start' if the service is in state finish (thx Matthew R. Dempsky). * svlogd.c: new config line p: optionally prefix each line written to logs, stderr, or through udp; no longer skip empty lines (just containing '\n'), old behavior can be restored with '-' in config. * man/svlogd.8: document new p config line; adapt. 1.5.0.
Diffstat (limited to 'package')
-rw-r--r-- | package/CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/CHANGES b/package/CHANGES index cc2f507..492ccb7 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,3 +1,14 @@ +1.5.0 +Mon, 10 Apr 2006 06:09:08 +0000 + * man/runsvdir.8: document that the services directory is re-scanned if + the time of last modification, the inode, or the device has changed. + * sv.c: don't report success on 'sv start' if the service is in state + finish (thx Matthew R. Dempsky). + * svlogd.c: new config line p: optionally prefix each line written to + logs, stderr, or through udp; no longer skip empty lines (just + containing '\n'), old behavior can be restored with '-' in config. + * man/svlogd.8: document new p config line; adapt. + 1.4.1 Mon, 20 Mar 2006 18:54:41 +0000 * doc/faq.html: typos; add usercontrol, userservices; minor. |