From 5cdc37ab3be9ae7fabfa9077e46b36f3eb913c1c Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Sat, 4 Mar 2006 14:14:47 +0000 Subject: * doc/faq.html: new. * doc/benefits.html: use sv program instead of runsvstat, runsvctrl; minor. * doc/replaceinit.html, doc/runlevels.html: put getty service directory into /etc/sv/. * doc/runscripts.html: use sv program instead of svwaitup. * etc/*/3, etc/macosx/StartupItems/runit: use sv program instead of svwaitdown. * man/runsv.8: use sv program instead of runsvctrl. * man/sv.8: minor. * Makefile, package/commands: no longer build/install runsvctrl, runsvstat, svwaitdown, svwaitup. * man/runsvctrl.8, man/runsvstat.8, man/svwaitdown.8, man/svwaitup.8: remove; obsolete. * doc/index.html: add faq; remove runsvctrl, runsvstat, svwaitdown, svwaitup. * sv.c: fix usage output. --- man/runsv.8 | 4 ++-- man/sv.8 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/runsv.8 b/man/runsv.8 index aebbc45..81048fb 100644 --- a/man/runsv.8 +++ b/man/runsv.8 @@ -69,7 +69,7 @@ and (optionally) are provided to give commands to .BR runsv . You can use -.BR runsvctrl (8) +.BR sv (8) to control the service or just write one of the following characters to the named pipe: .TP @@ -146,7 +146,7 @@ This command is ignored if it is given to .IR service /log/supervise/control. .P Example: to send a TERM signal to the socklog-unix service, either do - # runsvctrl term /var/service/socklog-unix + # sv term /var/service/socklog-unix or # echo \-n t >/var/service/socklog-unix/supervise/control .P diff --git a/man/sv.8 b/man/sv.8 index 59be1dc..3d538c0 100644 --- a/man/sv.8 +++ b/man/sv.8 @@ -85,7 +85,7 @@ This command is ignored if it is given to an appendant log service. .BR sv actually looks only at the first character of these .IR command s. -.SH Commands compatible to LSB init script actions +.SS Commands compatible to LSB init script actions .TP .B status Same as @@ -182,7 +182,7 @@ process to terminate. Then report the status, and on timeout send the service the .I kill command. -.SH Additional Commands +.SS Additional Commands .TP .B check Check for the service to be in the state that's been requested. -- cgit 1.4.1