summaryrefslogtreecommitdiffstats
path: root/system/openrc
diff options
context:
space:
mode:
author Aaditya Bagga2015-06-05 15:51:53 +0200
committer Willy Sudiarto Raharjo2015-06-07 16:37:28 +0200
commitd9cecaaad8b25f64bf7d63a1cb10a7c64cd35d4b (patch)
treeb3fecdc2e26cbd3f384e4b11e7ae94cf0a6ea79d /system/openrc
parent8e8d0ec629d7a531450713e13e17e327db4190eb (diff)
downloadslackbuilds-d9cecaaad8b25f64bf7d63a1cb10a7c64cd35d4b.tar.gz
system/openrc: Updated for version 0.16.4.
Diffstat (limited to 'system/openrc')
-rw-r--r--system/openrc/doinst.sh16
-rw-r--r--system/openrc/openrc.SlackBuild2
-rw-r--r--system/openrc/openrc.info6
3 files changed, 12 insertions, 12 deletions
diff --git a/system/openrc/doinst.sh b/system/openrc/doinst.sh
index b2fca4b27e..8c17991f8e 100644
--- a/system/openrc/doinst.sh
+++ b/system/openrc/doinst.sh
@@ -12,13 +12,13 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
-BACKUP=(etc/inittab
- etc/rc.conf
- etc/conf.d/{bootmisc,consolefont,devfs,dmesg,fsck,hostname,hwclock,keymaps}
- etc/conf.d/{killprocs,localmount,modules,netmount,network,staticroute}
- etc/conf.d/{tmpfiles,urandom}
- etc/logrotate.d/openrc)
-for file in "${BACKUP[@]}"; do
- config ${file}.new
+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)
+
+for file in "${BACKUP_FILE[@]}"; do
+ config "etc/${file}.new"
done
+for file in "${BACKUP_CONF[@]}"; do
+ config "etc/conf.d/${file}.new"
+done
diff --git a/system/openrc/openrc.SlackBuild b/system/openrc/openrc.SlackBuild
index 2872b84c8c..6799456144 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.16.3}
+VERSION=${VERSION:-0.16.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/openrc/openrc.info b/system/openrc/openrc.info
index 30b96ce212..818f98bcc5 100644
--- a/system/openrc/openrc.info
+++ b/system/openrc/openrc.info
@@ -1,8 +1,8 @@
PRGNAM="openrc"
-VERSION="0.16.3"
+VERSION="0.16.4"
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:OpenRC"
-DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.16.3.tar.gz"
-MD5SUM="75e5ef9c7e5e8ecfaae57742f0b4faea"
+DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.16.4.tar.gz"
+MD5SUM="15136e50f70bcffb3b947f233c1a1d9e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"