diff options
author | Gerrit Pape <pape@smarden.org> | 2003-04-24 11:12:46 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-04-24 11:12:46 +0000 |
commit | 6877501dc293237dd3dee39efd136b7beefc68dc (patch) | |
tree | fe9e92c26fd33387efeebb38d56b85fe03b45841 /man/utmpset.8 | |
parent | a5a6633009576cbfe00304e15f3f3ce243adf0eb (diff) | |
download | runit-6877501dc293237dd3dee39efd136b7beefc68dc.tar.gz runit-6877501dc293237dd3dee39efd136b7beefc68dc.tar.xz runit-6877501dc293237dd3dee39efd136b7beefc68dc.zip |
* runsvdir.c: don't propagate sig_term to runsv processes when receiving
sig_term; send sig_term to all runsv processes and exit 111 when receiving sig_hangup. * svlogd.c: code cleanup. * svwaitdown.c: send command "d" (and "x" if -x is set) to a service if it's not in state 'want down'. * svwaitup.c: minor code cleanup. * man/runsvdir.8, man/svwaitdown.8: adapt. 0.9.0.
Diffstat (limited to 'man/utmpset.8')
-rw-r--r-- | man/utmpset.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/utmpset.8 b/man/utmpset.8 index f6a9d6e..7a78466 100644 --- a/man/utmpset.8 +++ b/man/utmpset.8 @@ -45,10 +45,14 @@ to the wtmp file. .B utmpset returns 111 on error, 1 on wrong usage, 0 in all other cases. .SH SEE ALSO +runsv(8), +runsvctrl(8), +runsvstat(8), +runsvdir(8), +runsvchdir(8), runit(8), runit-init(8), -svwaitdown(8), -svwaitup(8) +getty(8) .P http://smarden.org/runit/ .SH AUTHOR |