mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/s6-linux-init: Updated for version 1.0.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d41dae38f0
commit
91304429b8
3 changed files with 7 additions and 5 deletions
|
@ -36,7 +36,9 @@ script like below:
|
|||
The init system created by s6-linux-init will need an early boot tmpfs
|
||||
in order to work properly. By default, s6-linux-init will assume that
|
||||
this initial tmpfs will be mounted on /run. You can change this by
|
||||
passing TMPFS_DIR=/path/to/directory to the script
|
||||
passing TMPFS_DIR=/path/to/directory to the script like below:
|
||||
|
||||
TMPFS_DIR=/path/to/directory ./s6-linux-init.SlackBuild
|
||||
|
||||
Upstream recommends building skarnet.org softwares with static libraries
|
||||
as most of skarnet.org softwares are small enough that using shared
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=s6-linux-init
|
||||
VERSION=${VERSION:-1.0.4.0}
|
||||
VERSION=${VERSION:-1.0.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="s6-linux-init"
|
||||
VERSION="1.0.4.0"
|
||||
VERSION="1.0.4.2"
|
||||
HOMEPAGE="https://skarnet.org/software/s6-linux-init/"
|
||||
DOWNLOAD="https://skarnet.org/software/s6-linux-init/s6-linux-init-1.0.4.0.tar.gz"
|
||||
MD5SUM="50e4e2e21bfd37d6c7cb1532207ebd85"
|
||||
DOWNLOAD="https://skarnet.org/software/s6-linux-init/s6-linux-init-1.0.4.2.tar.gz"
|
||||
MD5SUM="d21a115ddff023be7dfc92df6bd6572a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="s6"
|
||||
|
|
Loading…
Reference in a new issue