View | Details | Raw Unified | Return to bug 202707
Collapse All | Expand All

(-)sysutils/runit/files/patch-man-runsv.8 (+14 lines)
Line 0 Link Here
1
--- ./runit-2.1.2/man/runsv.8.orig	2015-08-28 05:43:14.793917697 +0000
2
+++ ./man/runsv.8	2015-08-28 04:03:34.733427031 +0000
3
@@ -157,9 +157,9 @@
4
 .IR service /log/supervise/control.
5
 .P
6
 Example: to send a TERM signal to the socklog-unix service, either do
7
-  # sv term /service/socklog-unix
8
+  # sv term /var/service/socklog-unix
9
  or
10
-  # printf t >/service/socklog-unix/supervise/control
11
+  # printf t >/var/service/socklog-unix/supervise/control
12
 .P
13
 .BR printf (1)
14
 usually blocks if no
(-)sysutils/runit/files/patch-man-runsvchdir.8 (+18 lines)
Line 0 Link Here
1
--- ./runit-2.1.2/man/runsvchdir.8.orig	2015-08-28 04:03:58.434050504 +0000
2
+++ ./man/runsvchdir.8	2015-08-28 04:04:14.984050193 +0000
3
@@ -27,13 +27,13 @@
4
 .IR dir .
5
 .P
6
 Normally 
7
-.I /service
8
+.I /var/service
9
 is a symlink to
10
 .IR current ,
11
 and
12
 .BR runsvdir (8)
13
 is running
14
-.IR /service/ .
15
+.IR /var/service/ .
16
 .SH EXIT CODES
17
 .B runsvchdir
18
 prints an error message and exits 111 on error.
(-)sysutils/runit/files/patch-man-sv.8 (+20 lines)
Line 0 Link Here
1
--- ./runit-2.1.2/man/sv.8.orig	2015-08-28 04:06:37.273421861 +0000
2
+++ ./man/sv.8	2015-08-28 04:06:47.614046559 +0000
3
@@ -30,7 +30,7 @@
4
 .I service
5
 doesn't start with a dot or slash and doesn't end with a slash, it is
6
 searched in the default services directory
7
-.IR /service/ ,
8
+.IR /var/service/ ,
9
 otherwise relative to the current directory.
10
 .P
11
 .I command
12
@@ -232,7 +232,7 @@
13
 .TP
14
 .B SVDIR
15
 The environment variable $SVDIR overrides the default services directory
16
-.IR /service/ .
17
+.IR /var/service/ .
18
 .TP
19
 .B SVWAIT
20
 The environment variable $SVWAIT overrides the default 7 seconds to wait
(-)sysutils/runit/files/patch-src-sv.c (+11 lines)
Line 0 Link Here
1
--- ./runit-2.1.2/src/sv.c.orig	2015-08-28 04:05:58.754047650 +0000
2
+++ ./src/sv.c	2015-08-28 04:06:06.184047852 +0000
3
@@ -32,7 +32,7 @@
4
 char *progname;
5
 char *action;
6
 char *acts;
7
-char *varservice ="/service/";
8
+char *varservice ="/var/service/";
9
 char **service;
10
 char **servicex;
11
 unsigned int services;

Return to bug 202707