• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/libs6/H03-May-2022-

examples/H15-Sep-2017-7452

package/H22-Sep-2019-398388

src/H04-Jan-2021-12,82311,287

tools/H21-Oct-2019-159138

AUTHORSH A D03-Apr-20211.3 KiB4138

COPYINGH A D10-Jan-2021760 1411

INSTALLH A D15-Apr-20216.9 KiB184137

MakefileH A D09-Apr-20214.6 KiB150107

NEWSH A D13-Apr-20215.3 KiB213147

READMEH A D10-Jan-2021706 2717

README.macosH A D25-Jan-2021170 43

README.solarisH A D25-Jan-2021426 128

configureH A D11-Apr-202114.1 KiB497436

patch-for-solarisH A D16-Dec-2014489 2215

README

1s6 - a process supervision suite
2--------------------------------
3
4 s6 is a suite of programs designed to allow process
5supervision and management. It can also be used as the
6foundation for a complete init system: the s6-rc and
7s6-linux-init package, for instance, expand on it.
8
9 See https://skarnet.org/software/s6/ for details.
10
11
12* Installation
13  ------------
14
15 See the INSTALL file.
16
17
18* Contact information
19  -------------------
20
21 Laurent Bercot <ska-skaware at skarnet.org>
22
23 Please use the <skaware at list.skarnet.org> mailing-list for
24questions about the inner workings of s6, and the
25<supervision at list.skarnet.org> mailing-list for questions
26about process supervision, init systems, and so on.
27

README.macos

1 This package will compile and run on Darwin (MacOS), but the building of
2shared libraries is not supported.
3 Make sure you use the --disable-shared option to configure.
4

README.solaris

1 This package assumes the existence of a POSIX shell in /bin/sh.
2 On Solaris, /bin/sh is not POSIX. Most versions of Solaris provide
3a POSIX shell in /usr/xpg4/bin/sh.
4
5 To compile this package on Solaris, you will need to run
6
7     ./patch-for-solaris
8
9 before you run ./configure. This script will change the #! invocation
10of the configure script and various tools so that a POSIX shell is used
11for the compilation process.
12