diff options
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | src/s6-rc/s6-rc.c | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -6,9 +6,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - - skalibs version 2.3.5.2 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.3.6.0 or later: http://skarnet.org/software/skalibs/ - execline version 2.1.2.2 or later: http://skarnet.org/software/execline/ - - s6 version 2.1.6.0 or later: http://skarnet.org/software/s6/ + - s6 version 2.2.0.0 or later: http://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index e9a70b4..ab997dd 100644 --- a/doc/index.html +++ b/doc/index.html @@ -47,11 +47,11 @@ scripts are also run in a controlled environment. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 4.0 or later </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.3.5.2 or later </li> +2.3.6.0 or later </li> <li> <a href="http://skarnet.org/software/execline/">execline</a> version 2.1.2.2 or later </li> <li> <a href="http://skarnet.org/software/s6/">s6</a> version -2.1.6.0 or later </li> +2.2.0.0 or later </li> </ul> <h3> Licensing </h3> diff --git a/src/s6-rc/s6-rc.c b/src/s6-rc/s6-rc.c index 423a836..65673b3 100644 --- a/src/s6-rc/s6-rc.c +++ b/src/s6-rc/s6-rc.c @@ -140,7 +140,7 @@ static pid_t start_longrun (unsigned int i, int h) newargv[m++] = "--" ; } newargv[m++] = S6_EXTBINPREFIX "s6-svc" ; - newargv[m++] = h ? h == 2 ? "-u" : "-Uu" : "-Dd" ; + newargv[m++] = h ? h == 2 ? "-uwu" : "-uwU" : "-dwD" ; newargv[m++] = "-T" ; newargv[m++] = fmt ; newargv[m++] = "--" ; |