summaryrefslogtreecommitdiffstats
path: root/system/openrc
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2015-12-12 22:12:34 +0530
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-26 10:27:57 +0700
commit659b8264f316bf95e5996df3813d753b4cc9ff2e (patch)
treee823fa81e2a99d5770235427a187004d3a37a77a /system/openrc
parenta7bf4f00db59c2c4a01414dfa1542703aa3f08f8 (diff)
downloadslackbuilds-659b8264f316bf95e5996df3813d753b4cc9ff2e.tar.gz
slackbuilds-659b8264f316bf95e5996df3813d753b4cc9ff2e.tar.xz
system/openrc: Updated for version 0.19.1.
Diffstat (limited to 'system/openrc')
-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 8c17991f8e..a81983c32e 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 netmount network staticroute tmpfiles urandom)
+BACKUP_CONF=(bootmisc consolefont devfs dmesg fsck hostname hwclock keymaps killprocs localmount modules mtab net-online netmount network staticroute tmpfiles urandom)
for file in "${BACKUP_FILE[@]}"; do
config "etc/${file}.new"
diff --git a/system/openrc/openrc.SlackBuild b/system/openrc/openrc.SlackBuild
index ac84af55dc..ad8d9f2dba 100644
--- a/system/openrc/openrc.SlackBuild
+++ b/system/openrc/openrc.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openrc
-VERSION=${VERSION:-0.18.3}
+VERSION=${VERSION:-0.19.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ MAKEARGS+=(SBINDIR=/sbin)
MAKEARGS+=(MANDIR=/usr/man)
MAKEARGS+=(DOCDIR=/usr/doc/$PRGNAM-$VERSION)
MAKEARGS+=(MKTERMCAP=ncurses)
-MAKEARGS+=(BRANDING='Slackware Linux')
+#MAKEARGS+=(BRANDING='Slackware Linux')
make "${MAKEARGS[@]}"
diff --git a/system/openrc/openrc.info b/system/openrc/openrc.info
index a1805d1b13..7e9e534830 100644
--- a/system/openrc/openrc.info
+++ b/system/openrc/openrc.info
@@ -1,8 +1,8 @@
PRGNAM="openrc"
-VERSION="0.18.3"
+VERSION="0.19.1"
HOMEPAGE="https://github.com/OpenRC/openrc"
-DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.18.3.tar.gz"
-MD5SUM="6b4ac4295cb4335b7612e8a55ac9bc92"
+DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.19.1.tar.gz"
+MD5SUM="9222c9694df6ac52909dd5703736d059"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"