system/openrc: Updated for version 0.16.4.

This commit is contained in:
Aaditya Bagga 2015-06-05 19:21:53 +05:30 committed by Willy Sudiarto Raharjo
parent 8e8d0ec629
commit d9cecaaad8
3 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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}

View File

@ -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%"