summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Muhammad Mahendra Subrata2021-02-19 22:50:22 +0100
committer Willy Sudiarto Raharjo2021-02-20 18:05:02 +0100
commit2ae06d6be33625d955bc58aa608c7ab3d08f126b (patch)
tree145cc12c7727b70dfcf464a6e162320fba7fd8dd
parent629d9beb06e87934354691238e85f09e1d7a4cbb (diff)
downloadslackbuilds-2ae06d6be33625d955bc58aa608c7ab3d08f126b.tar.gz
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>
-rw-r--r--system/s6-rc/README4
-rw-r--r--system/s6-rc/s6-rc.SlackBuild2
-rw-r--r--system/s6-rc/s6-rc.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/system/s6-rc/README b/system/s6-rc/README
index 8249bb33f6..fcc650f1d7 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 073faed9f6..8a472ef5c1 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 291501e8cd..d5fa325138 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"