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

..03-May-2022-

doc/H03-May-2022-

examples/H21-May-2017-749481

package/H08-Apr-2021-10192

src/H08-Apr-2021-5,6164,906

tools/H21-Oct-2019-159138

AUTHORSH A D20-Aug-2019605 2017

COPYINGH A D08-Apr-2021760 1411

INSTALLH A D13-Apr-20216.5 KiB176130

MakefileH A D09-Apr-20214.6 KiB150107

NEWSH A D13-Apr-20213.7 KiB158103

READMEH A D08-Apr-2021890 3119

README.macosH A D27-Nov-2017171 53

README.solarisH A D24-Aug-2014427 138

configureH A D11-Apr-202113.7 KiB479418

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

README

1s6-rc - a dependency-based init script management system
2--------------------------------------------------------
3
4 s6-rc is a suite of programs designed to help Unix distributions manage
5services provided by various software packages, and automate initialization,
6shutdown, and more generally changes to the machine state.
7
8 It keeps track of the complete service dependency tree and automatically
9brings services up or down to reach the desired state.
10
11 In conjunction with s6, it ensures that long-lived services are
12supervised, and that short-lived instructions are run in a reproducible
13manner.
14
15 See https://skarnet.org/software/s6-rc/ for details.
16
17
18* Installation
19  ------------
20
21 See the INSTALL file.
22
23
24* Contact information
25  -------------------
26
27 Laurent Bercot <ska-skaware at skarnet.org>
28
29 Please use the <skaware at list.skarnet.org> mailing-list for
30questions about s6-rc.
31

README.macos

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

README.solaris

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