diff options
author | Muhammad Mahendra Subrata <mumahendras3@gmail.com> | 2023-06-25 16:06:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:16 +0700 |
commit | 0f19f27b7246b38c9017a655a53b1dbed6b8d373 (patch) | |
tree | e2c0a9bec173bbeccca66d061af59f03d147f9dd /system/s6-linux-init | |
parent | 2f5288cbd0b99a7a9d97344c9f2f62d4755932ca (diff) |
system/s6-linux-init: Updated for version 1.1.1.1.
Minor README fix.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/s6-linux-init')
-rw-r--r-- | system/s6-linux-init/README | 6 | ||||
-rw-r--r-- | system/s6-linux-init/s6-linux-init.SlackBuild | 2 | ||||
-rw-r--r-- | system/s6-linux-init/s6-linux-init.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/system/s6-linux-init/README b/system/s6-linux-init/README index cbb2b5fc260e..1b0669f679f9 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 01e31d806558..9bb2a9ba05a4 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 c2d78488eaf8..76247b1b953d 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" |