aboutsummaryrefslogtreecommitdiff
path: root/system/s6-linux-init
diff options
context:
space:
mode:
Diffstat (limited to 'system/s6-linux-init')
-rw-r--r--system/s6-linux-init/README6
-rw-r--r--system/s6-linux-init/s6-linux-init.SlackBuild2
-rw-r--r--system/s6-linux-init/s6-linux-init.info6
3 files changed, 7 insertions, 7 deletions
diff --git a/system/s6-linux-init/README b/system/s6-linux-init/README
index cbb2b5fc260e7..1b0669f679f98 100644
--- a/system/s6-linux-init/README
+++ b/system/s6-linux-init/README
@@ -42,10 +42,10 @@ At some point in boot time, an instance of s6-svscan will become PID 1,
using $TMPFS_DIR/service as its scan directory by default. This can be
altered by passing SCAN_DIR=path/to/directory to the script, changing
the scan directory to $TMPFS_DIR/path/to/directory. For example, if you
-want to change the scan directory to /run/s6/rc, you can pass
-SCAN_DIR=s6/rc to the script like below:
+want to change the scan directory to /run/s6/service, you can pass
+SCAN_DIR=s6/service to the script like below:
- SCAN_DIR=s6/rc ./s6-linux-init.SlackBuild
+ SCAN_DIR=s6/service ./s6-linux-init.SlackBuild
Note that we don't use absolute path for SCAN_DIR here, since it is
relative to $TMPFS_DIR, which defaults to /run (as mentioned
diff --git a/system/s6-linux-init/s6-linux-init.SlackBuild b/system/s6-linux-init/s6-linux-init.SlackBuild
index 01e31d806558d..9bb2a9ba05a48 100644
--- a/system/s6-linux-init/s6-linux-init.SlackBuild
+++ b/system/s6-linux-init/s6-linux-init.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=s6-linux-init
-VERSION=${VERSION:-1.1.0.0}
+VERSION=${VERSION:-1.1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/s6-linux-init/s6-linux-init.info b/system/s6-linux-init/s6-linux-init.info
index c2d78488eaf88..76247b1b953d5 100644
--- a/system/s6-linux-init/s6-linux-init.info
+++ b/system/s6-linux-init/s6-linux-init.info
@@ -1,8 +1,8 @@
PRGNAM="s6-linux-init"
-VERSION="1.1.0.0"
+VERSION="1.1.1.1"
HOMEPAGE="https://skarnet.org/software/s6-linux-init/"
-DOWNLOAD="https://skarnet.org/software/s6-linux-init/s6-linux-init-1.1.0.0.tar.gz"
-MD5SUM="e0e7b3d3547d11b4e16a6dd3e2c6eca0"
+DOWNLOAD="https://skarnet.org/software/s6-linux-init/s6-linux-init-1.1.1.1.tar.gz"
+MD5SUM="84eb516aee4c483fff2e3784e8ff2846"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="s6"