diff options
-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 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" |