mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/openrc-services: Updated for version 20170217.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3a07b3ef7d
commit
3b02f987c3
3 changed files with 9 additions and 10 deletions
|
@ -23,15 +23,16 @@ preserve_perms() {
|
|||
config $NEW
|
||||
}
|
||||
|
||||
openrc_accessibility=(espeakup)
|
||||
openrc_base=(device-mapper dmcrypt lvm mdadm mdraid udev udev-settle udev-trigger)
|
||||
openrc_desktop=(acpid alsasound xdm gpm rfcomm wpa_supplicant)
|
||||
openrc_devel=(git-daemon mysqld postgresql svn distccd)
|
||||
openrc_devel=(git-daemon mysqld postgresql svn distccd redis)
|
||||
openrc_misc=(bitlbee cpupower connman ntpd ntp-client sntp rsyslog saned metalog pulseaudio syslog-ng sensord lircd irexec haveged salt-master salt-minion salt-syncdic hdparm clamd boinc atd libvirtd)
|
||||
openrc_net=(named dhcpd dhcrelay dhcrelay6 dnsmasq iptables ip6tables rpcbind nfs nfsclient openntpd slapd sshd openvpn quota rsyncd samba saslauthd squid transmission-daemon ufw vnstatd xinetd ypbind ypserv tor NetworkManager httpd syncthing)
|
||||
openrc_slack=(dcron sendmail snmpd snmptrapd sysklogd)
|
||||
openrc_video=(atieventsd vgl bumblebee)
|
||||
|
||||
for file in "${openrc_base[@]}" "${openrc_desktop[@]}" "${openrc_devel[@]}" "${openrc_misc[@]}" "${openrc_net[@]}" "${openrc_slack[@]}" "${openrc_video[@]}"; do
|
||||
for file in "${openrc_accessibility[@]}" "${openrc_base[@]}" "${openrc_desktop[@]}" "${openrc_devel[@]}" "${openrc_misc[@]}" "${openrc_net[@]}" "${openrc_slack[@]}" "${openrc_video[@]}"; do
|
||||
config "etc/conf.d/${file}.new"
|
||||
done
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for openrc-services
|
||||
# Based upon https://github.com/manjaro/packages-openrc
|
||||
|
||||
# Copyright 2015-2016 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# Copyright 2015-2017 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,12 +24,12 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openrc-services
|
||||
VERSION=${VERSION:-20160807}
|
||||
VERSION=${VERSION:-20170217}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
_GITNAM=aadityabagga-${PRGNAM}-ng
|
||||
_GITVER=bada733bba99
|
||||
_GITVER=a41f2e816476
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -74,8 +74,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
sed -i "s|usr/lib|usr/lib${LIBDIRSUFFIX}|" install_openrc_video.sh
|
||||
|
||||
# Install
|
||||
sh install.sh "$PKG"
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openrc-services"
|
||||
VERSION="20160807"
|
||||
VERSION="20170217"
|
||||
HOMEPAGE="https://bitbucket.org/aadityabagga/openrc-services-ng"
|
||||
DOWNLOAD="https://bitbucket.org/aadityabagga/openrc-services-ng/get/20160807.tar.gz"
|
||||
MD5SUM="7cc518c6cdc108b4f0b806887385d075"
|
||||
DOWNLOAD="https://bitbucket.org/aadityabagga/openrc-services-ng/get/20170217.tar.gz"
|
||||
MD5SUM="144a52c0f3d8bb2f1b184efa9bd03ab4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openrc"
|
||||
|
|
Loading…
Reference in a new issue