diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2016-10-07 22:45:33 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-08 00:38:41 +0700 |
commit | 8109a894beb51b6931a0a656c8ffa5bce89d31fe (patch) | |
tree | 527101f68c7a0e521842c09540fdb711a7f73745 /system/openrc | |
parent | 27496f6f1218b4f68dc2a879cf9fac84bea5b2a0 (diff) |
system/openrc: Updated for version 0.22.2.
Diffstat (limited to 'system/openrc')
-rw-r--r-- | system/openrc/doinst.sh | 2 | ||||
-rw-r--r-- | system/openrc/openrc.SlackBuild | 2 | ||||
-rw-r--r-- | system/openrc/openrc.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/system/openrc/doinst.sh b/system/openrc/doinst.sh index a81983c32e38..7f9137ee4548 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 tmpfiles urandom) +BACKUP_CONF=(bootmisc consolefont devfs dmesg fsck hostname hwclock keymaps killprocs localmount modules mtab net-online netmount network staticroute swap 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 1bcbf60cc67a..5e6606de01d3 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.21.7} +VERSION=${VERSION:-0.22.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/openrc/openrc.info b/system/openrc/openrc.info index fefafb2bf132..001bfaf5f3cc 100644 --- a/system/openrc/openrc.info +++ b/system/openrc/openrc.info @@ -1,8 +1,8 @@ PRGNAM="openrc" -VERSION="0.21.7" +VERSION="0.22.2" HOMEPAGE="https://github.com/OpenRC/openrc" -DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.21.7.tar.gz" -MD5SUM="50cd24a1bfc3ef2f82b81cd44b5aeb66" +DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.22.2.tar.gz" +MD5SUM="a2c2b40b8794fc7eeaae8d7e1ddbfc4c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |