Fix default service path in man pages --- a/man/sv.8 +++ b/man/sv.8 @@ -30,7 +30,7 @@ If .I service doesn't start with a dot or slash and doesn't end with a slash, it is searched in the default services directory -.IR /service/ , +.IR /var/service/ , otherwise relative to the current directory. .P .I command @@ -232,7 +232,7 @@ This option implies .TP .B SVDIR The environment variable $SVDIR overrides the default services directory -.IR /service/ . +.IR /var/service/ . .TP .B SVWAIT The environment variable $SVWAIT overrides the default 7 seconds to wait --- a/man/runsvchdir.8 +++ b/man/runsvchdir.8 @@ -27,13 +27,13 @@ with a symlink pointing to .IR dir . .P Normally -.I /service +.I /var/service is a symlink to .IR current , and .BR runsvdir (8) is running -.IR /service/ . +.IR /var/service/ . .SH EXIT CODES .B runsvchdir prints an error message and exits 111 on error. --- a/man/utmpset.8 +++ b/man/utmpset.8 @@ -34,7 +34,7 @@ to the .I finish scripts, e.g.: .P - $ cat /service/getty-5/finish + $ cat /var/service/getty-5/finish #!/bin/sh exec utmpset \-w tty5 $ --- a/man/runsv.8 +++ b/man/runsv.8 @@ -155,9 +155,9 @@ This command is ignored if it is given t .IR service /log/supervise/control. .P Example: to send a TERM signal to the socklog-unix service, either do - # sv term /service/socklog-unix + # sv term /var/service/socklog-unix or - # printf t >/service/socklog-unix/supervise/control + # printf t >/var/service/socklog-unix/supervise/control .P .BR printf (1) usually blocks if no