diff options
-rw-r--r-- | man/sv.8 | 5 | ||||
-rw-r--r-- | package/CHANGES | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/man/sv.8 b/man/sv.8 index 9bc005a..7b09602 100644 --- a/man/sv.8 +++ b/man/sv.8 @@ -75,8 +75,9 @@ Do not restart the service. If the service is down, and no log service exists, .BR runsv (8) exits. -If the service is down and a log service exists, send the TERM signal to the -log service. +If the service is down and a log service exists, +.BR runsv (8) +closes the standard input of the log service and waits for it to terminate. If the log service is down, .BR runsv (8) exits. diff --git a/package/CHANGES b/package/CHANGES index ffdb700..82d117c 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,5 +1,7 @@ 2.1.2 + * man/sv.8: "sv exit" does not send a TERM signal to the log service + (thx Jonathan Nieder). * fmt_ptime.c: 64 bits time_t fix for svlogd (tnx Jérémie Courrèges-Anglas). * sv.c: fix typo that may lead to wrong output from sv when reporting |