diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-11-02 08:13:34 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-11-02 08:13:34 +0000 |
| commit | 7f6bc9d2ba0e3397c6d23f58a0535f2937548067 (patch) | |
| tree | bbbd06113ea369b51e253d4695162013f5234c42 | |
| parent | 35b102dae60e53a4be06dbe1c5d2950ee862542b (diff) | |
| download | s6-rc-7f6bc9d2ba0e3397c6d23f58a0535f2937548067.tar.gz | |
Update deps
| -rw-r--r-- | INSTALL | 2 | ||||
| -rw-r--r-- | doc/index.html | 2 | ||||
| -rw-r--r-- | doc/repodefs.html | 2 | ||||
| -rw-r--r-- | doc/upgrade.html | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -8,7 +8,7 @@ Build Instructions - GNU make version 3.81 or later - skalibs version 2.14.5.0 or later: https://skarnet.org/software/skalibs/ - execline version 2.9.8.0 or later: https://skarnet.org/software/execline/ - - s6 version 2.13.3.0 or later: https://skarnet.org/software/s6/ + - s6 version 2.14.0.0 or later: https://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2024, available at: diff --git a/doc/index.html b/doc/index.html index 9a40af7..462dd04 100644 --- a/doc/index.html +++ b/doc/index.html @@ -54,7 +54,7 @@ requirement if you link against the shared version of the skalibs library. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version 2.9.8.0 or later. It's a build-time <em>and</em> run-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.13.3.0 or later. It's a build-time <em>and</em> run-time requirement. </li> +2.14.0.0 or later. It's a build-time <em>and</em> run-time requirement. </li> </ul> <h3> Licensing </h3> diff --git a/doc/repodefs.html b/doc/repodefs.html index be3351c..6d0cd94 100644 --- a/doc/repodefs.html +++ b/doc/repodefs.html @@ -75,7 +75,7 @@ write to a store, but most repo commands read from all the stores. The location of the stores is entirely determined by distribution policy, and s6-rc hardcodes no default for them. A good place to host service definition directories installed by a package manager -could be, for instance, <tt>/usr/lib/s6-rc/sources</tt>. A good +could be, for instance, <tt>/usr/share/s6-rc/sources</tt>. A good place to host local service definition directories managed by an administrator could be <tt>/etc/s6-rc/sources</tt>. </p> diff --git a/doc/upgrade.html b/doc/upgrade.html index ddc5e3b..cf12ebb 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -38,7 +38,7 @@ dependency bumped to 2.14.5.0. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> dependency bumped to 2.9.8.0. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> -dependency bumped to 2.13.3.0. </li> +dependency bumped to 2.14.0.0. </li> <li> The macros in <tt>s6-rc/config.h</tt> have changed. <tt>S6RC_LIVE_BASE</tt> is now named <tt>S6RC_LIVEDIR</tt>, in addition to the new <tt>S6RC_REPODIR</tt> and <tt>S6RC_BOOTDB</tt>. </li> |
