diff options
author | Muhammad Mahendra Subrata <mumahendras3@gmail.com> | 2021-02-19 21:50:22 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-21 00:05:02 +0700 |
commit | 2ae06d6be33625d955bc58aa608c7ab3d08f126b (patch) | |
tree | 145cc12c7727b70dfcf464a6e162320fba7fd8dd /system/s6-rc | |
parent | 629d9beb06e87934354691238e85f09e1d7a4cbb (diff) |
system/s6-rc: Updated for version 0.5.2.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/s6-rc')
-rw-r--r-- | system/s6-rc/README | 4 | ||||
-rw-r--r-- | system/s6-rc/s6-rc.SlackBuild | 2 | ||||
-rw-r--r-- | system/s6-rc/s6-rc.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/s6-rc/README b/system/s6-rc/README index 8249bb33f604..fcc650f1d71f 100644 --- a/system/s6-rc/README +++ b/system/s6-rc/README @@ -6,8 +6,8 @@ the s6 infrastructure, and that one-time scripts are also run in a controlled environment. NOTE: -s6-rc needs "live directory" where it puts some internal files that are -needed at run-time. Default is /run/s6-rc. The default can be changed to +s6-rc has a "live directory" where it puts some internal files that are +needed at runtime, which defaults to /run/s6-rc. This can be changed to other directory by passing LIVE_DIR=/path/to/directory environment variable to the SlackBuild script like below: diff --git a/system/s6-rc/s6-rc.SlackBuild b/system/s6-rc/s6-rc.SlackBuild index 073faed9f6ec..8a472ef5c10b 100644 --- a/system/s6-rc/s6-rc.SlackBuild +++ b/system/s6-rc/s6-rc.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=s6-rc -VERSION=${VERSION:-0.5.2.0} +VERSION=${VERSION:-0.5.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/s6-rc/s6-rc.info b/system/s6-rc/s6-rc.info index 291501e8cd5f..d5fa325138f0 100644 --- a/system/s6-rc/s6-rc.info +++ b/system/s6-rc/s6-rc.info @@ -1,8 +1,8 @@ PRGNAM="s6-rc" -VERSION="0.5.2.0" +VERSION="0.5.2.1" HOMEPAGE="https://skarnet.org/software/s6-rc/" -DOWNLOAD="https://skarnet.org/software/s6-rc/s6-rc-0.5.2.0.tar.gz" -MD5SUM="62287a1adad875848c0d85861dc8139e" +DOWNLOAD="https://skarnet.org/software/s6-rc/s6-rc-0.5.2.1.tar.gz" +MD5SUM="0fbee215343fda8ccdfcc4c9817d18ff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="s6" |