system/openrc: Updated for version 0.16.4.
This commit is contained in:
parent
8e8d0ec629
commit
d9cecaaad8
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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%"
|
||||
|
|
Loading…
Reference in New Issue