diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-12-23 08:36:36 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-12-23 08:36:36 +0000 |
| commit | fef5a089c5fd31fad9b915d73df70e9e8f0a3c02 (patch) | |
| tree | 7e706050b44895b028b71c6712ed0e7cd8d95935 | |
| parent | 8164ce1f50c03ef3c6548df0e3e1f1d499b90b88 (diff) | |
| download | s6-linux-init-fef5a089c5fd31fad9b915d73df70e9e8f0a3c02.tar.gz | |
releng fixes
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | doc/index.html | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -4,6 +4,8 @@ In 1.2.0.0 ---------- - s6-linux-init -s now dumps env without nochomp. + - New option to s6-l-i and s6-l-i-m: -W readyfd, +for explicit Docker synchronization with variable fd. In 1.1.3.0 diff --git a/doc/index.html b/doc/index.html index 9dd4ae3..df1e561 100644 --- a/doc/index.html +++ b/doc/index.html @@ -118,7 +118,7 @@ git repository</a>: <pre> git clone git://git.skarnet.org/s6-linux-init </pre> </li> <li> There's also a <a href="https://github.com/skarnet/s6-linux-init">GitHub mirror</a>, or a -<a href="<a href="https://git.sr.ht/~skarnet/s6-linux-init">SourceHut mirror</a>">SourceHut mirror</a> +<a href="https://git.sr.ht/~skarnet/s6-linux-init">SourceHut mirror</a> of the s6-linux-init git repository. </li> </ul> |
