mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/openrc: Updated for version 0.26.2.
This commit is contained in:
parent
62d1dc6017
commit
caec6497dc
3 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@ config() {
|
|||
}
|
||||
|
||||
BACKUP_FILE=(inittab rc.conf logrotate.d/openrc)
|
||||
BACKUP_CONF=(bootmisc consolefont devfs dmesg fsck hostname hwclock keymaps killprocs localmount modules mtab net-online netmount network staticroute swap tmpfiles urandom)
|
||||
BACKUP_CONF=(bootmisc consolefont devfs dmesg fsck hostname hwclock keymaps killprocs localmount modules mtab net-online netmount network staticroute swap urandom)
|
||||
|
||||
for file in "${BACKUP_FILE[@]}"; do
|
||||
config "etc/${file}.new"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for openrc
|
||||
# Based upon https://aur.archlinux.org/packages/openrc/
|
||||
|
||||
# Copyright 2015-2016 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# Copyright 2015-2017 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openrc
|
||||
VERSION=${VERSION:-0.22.4}
|
||||
VERSION=${VERSION:-0.26.2}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openrc"
|
||||
VERSION="0.22.4"
|
||||
VERSION="0.26.2"
|
||||
HOMEPAGE="https://github.com/OpenRC/openrc"
|
||||
DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.22.4.tar.gz"
|
||||
MD5SUM="09d1fae31031647b65f56a8ae51f4133"
|
||||
DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.26.2.tar.gz"
|
||||
MD5SUM="dc893e14c8cd43ca87bb9bc5d740b950"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README%"
|
||||
|
|
Loading…
Reference in a new issue