system/openrc-services: Updated for version 20181203.

This commit is contained in:
Aaditya Bagga 2018-12-02 23:57:08 +05:30 committed by Willy Sudiarto Raharjo
parent a4edc0219e
commit e34a7018a1
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 5 additions and 15 deletions

View file

@ -36,12 +36,7 @@ for file in "${openrc_accessibility[@]}" "${openrc_base[@]}" "${openrc_desktop[@
config "etc/openrc/conf.d/${file}.new"
done
BACKUP_FILE=(logrotate.d/jenkins)
for file in "${BACKUP_FILE[@]}"; do
config "etc/${file}.new"
done
BACKUP_LOCAL=(rcM.start rcd_net.start)
BACKUP_LOCAL=(rcM.start)
for file in "${BACKUP_LOCAL[@]}"; do
preserve_perms "etc/openrc/local.d/${file}.new"
done

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openrc-services
VERSION=${VERSION:-20181107}
VERSION=${VERSION:-20181203}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,7 +76,6 @@ SYSCONFDIR="$SYSCONFDIR" sh install.sh "$PKG"
# Install slackware compatibility services
install -Dm 644 misc/local.d/rcM.start "$PKG/etc/openrc/local.d/rcM.start"
install -Dm 755 misc/local.d/rcd_net.start "$PKG/etc/openrc/local.d/rcd_net.start"
# Enable some basic services
install -d "$PKG/etc/openrc/runlevels/sysinit"
@ -88,10 +87,6 @@ for file in $PKG/etc/openrc/conf.d/*; do
mv "$file" "${file}.new"
done
for file in $PKG/etc/logrotate.d/*; do
mv "$file" "${file}.new"
done
for file in $PKG/etc/openrc/local.d/*; do
mv "$file" "${file}.new"
done

View file

@ -1,8 +1,8 @@
PRGNAM="openrc-services"
VERSION="20181107"
VERSION="20181203"
HOMEPAGE="https://gitlab.com/aadityabagga/openrc-services"
DOWNLOAD="https://gitlab.com/aadityabagga/openrc-services/-/archive/20181107/openrc-services-20181107.tar.gz"
MD5SUM="6423d53bced28d30f6d1e7a1488aba34"
DOWNLOAD="https://gitlab.com/aadityabagga/openrc-services/-/archive/20181203/openrc-services-20181203.tar.gz"
MD5SUM="a84ea1d00d1e5c6eb341f9eb8c262bb2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openrc"