summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2017-05-17 22:42:20 +0530
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-20 06:54:11 +0700
commitcaec6497dc2c0e8a2b04453f5aa1268c1fc925b1 (patch)
tree19d771d6f60e54bd99ec581605853196c5988d66
parent62d1dc6017479801325cff143aa5fc5030a45127 (diff)
downloadslackbuilds-caec6497dc2c0e8a2b04453f5aa1268c1fc925b1.tar.gz
slackbuilds-caec6497dc2c0e8a2b04453f5aa1268c1fc925b1.tar.xz
system/openrc: Updated for version 0.26.2.
-rw-r--r--system/openrc/doinst.sh2
-rw-r--r--system/openrc/openrc.SlackBuild4
-rw-r--r--system/openrc/openrc.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/system/openrc/doinst.sh b/system/openrc/doinst.sh
index 7f9137ee45..48ccc32729 100644
--- a/system/openrc/doinst.sh
+++ b/system/openrc/doinst.sh
@@ -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"
diff --git a/system/openrc/openrc.SlackBuild b/system/openrc/openrc.SlackBuild
index b4e72248aa..0101d19f6b 100644
--- a/system/openrc/openrc.SlackBuild
+++ b/system/openrc/openrc.SlackBuild
@@ -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}
diff --git a/system/openrc/openrc.info b/system/openrc/openrc.info
index c2b344428d..d7ed83ae6a 100644
--- a/system/openrc/openrc.info
+++ b/system/openrc/openrc.info
@@ -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%"