summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2006-03-04 14:14:47 +0000
committerGerrit Pape <pape@smarden.org>2006-03-04 14:14:47 +0000
commit5cdc37ab3be9ae7fabfa9077e46b36f3eb913c1c (patch)
treee7d456fc5f6bca85749141fd5553f57444be5afd /src
parenta3f1d29c2db2393e2436f1bd928d353f587e2d2a (diff)
downloadrunit-5cdc37ab3be9ae7fabfa9077e46b36f3eb913c1c.tar.gz
runit-5cdc37ab3be9ae7fabfa9077e46b36f3eb913c1c.tar.xz
runit-5cdc37ab3be9ae7fabfa9077e46b36f3eb913c1c.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile3
-rw-r--r--src/sv.c4
2 files changed, 3 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index b425fa8..d9624de 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,4 @@
-IT=chpst runit runit-init runsv runsvchdir runsvctrl runsvdir runsvstat sv \
-  svlogd svwaitdown svwaitup utmpset
+IT=chpst runit runit-init runsv runsvchdir runsvdir sv svlogd utmpset
 
 default: sysdeps $(IT)
 
diff --git a/src/sv.c b/src/sv.c
index cae9a78..ce5bef5 100644
--- a/src/sv.c
+++ b/src/sv.c
@@ -14,8 +14,8 @@
 #include "taia.h"
 #include "wait.h"
 
-#define USAGE " [-v] [-w sec] action service ..."
-#define USAGELSB " [-w sec] action"
+#define USAGE " [-v] [-w sec] command service ..."
+#define USAGELSB " [-w sec] command"
 
 #define VERSION "$Id$"