This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > s6 (2.10.0.3)

s6 is a small suite of programs for UNIX, designed to allow process
supervision (a.k.a service supervision), in the line of daemontools
and runit, as well as various operations on processes and daemons. It
is meant to be a toolbox for low-level process and service
administration, providing different sets of independent tools that can
be used within or without the framework, and that can be assembled
together to achieve powerful functionality with a very small amount of
code.

Examples of things you can do by assembling together several programs
provided by s6 - besides process supervision:

- syslogd functionality, using much less resources than the traditional
syslogd.
- Reliable service readiness notification, which is the basis for
service dependency management.
- Controlled privileged gain as with sudo, without using any suid
programs.
- The useful parts of socket activation without having to change
application code or link servers against any specific library, and
without having to switch to any specific init system.

NOTE:
Upstream recommends building skarnet.org softwares with static libraries
as most of skarnet.org softwares are small enough that using shared
libraries are generally not worth using. Therefore, by default, shared
libraries are not built and binaries are linked against the static
versions of the skarnet.org libraries.

If you want to also build the shared libraries, pass BUILD_SHARED=yes
environment variable to the SlackBuild script like below:

BUILD_SHARED=yes ./s6.SlackBuild

Similarly, to avoid building the static libraries, you can pass
BUILD_STATIC=no to the script. For example, to only build the shared
libraries and not the static ones, you can do something like:

BUILD_SHARED=yes BUILD_STATIC=no ./s6.SlackBuild

If you just want to build and use skarnet.org softwares, building only
the static libraries should be sufficient.

If you want the binaries to be linked against the shared versions of the
skarnet.org libraries, pass LINK_SHARED=yes to the script.

This requires: skalibs, execline

Maintained by: Muhammad Mahendra Subrata
Keywords: supervisor,services
ChangeLog: s6

Homepage:
https://skarnet.org/software/s6/

Source Downloads:
s6-2.10.0.3.tar.gz (c3956a7c46522e4eea3bf89634d29f88)

Download SlackBuild:
s6.tar.gz
s6.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
README.Slackware
s6.SlackBuild
s6.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds