system/openrc-services: Updated for version 20150703.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Aaditya Bagga 2015-07-03 21:19:57 +05:30 committed by Willy Sudiarto Raharjo
parent 2d85a1fa20
commit a526212fef
3 changed files with 8 additions and 8 deletions

View File

@ -27,8 +27,8 @@ openrc_base=(device-mapper dmcrypt lvm mdadm mdraid udev udev-settle udev-trigge
openrc_desktop=(acpid alsasound xdm gpm rfcomm wpa_supplicant)
openrc_devel=(git-daemon mysqld postgresql svn)
openrc_misc=(bitlbee cpupower connman ntpd ntp-client sntp rsyslog saned metalog 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 xinetd ypbind ypserv tor NetworkManager httpd syncthing)
openrc_slack=(dcron sendmail sysklogd)
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

View File

@ -24,12 +24,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openrc-services
VERSION=${VERSION:-20150620}
VERSION=${VERSION:-20150703}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
_GITNAM=aadityabagga-$PRGNAM
_GITVER=7f8fa2aedac7
_GITVER=7694405bf852
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -89,7 +89,7 @@ ln -sf /etc/init.d/udev-trigger "$PKG/etc/runlevels/sysinit/udev-trigger"
ln -sf /etc/init.d/kmod-static-nodes "$PKG/etc/runlevels/sysinit/kmod-static-nodes"
# Backup config files
for file in "$PKG"/etc/conf.d/*; do
for file in $PKG/etc/conf.d/*; do
mv "$file" "${file}.new"
done

View File

@ -1,8 +1,8 @@
PRGNAM="openrc-services"
VERSION="20150620"
VERSION="20150703"
HOMEPAGE="https://bitbucket.org/aadityabagga/openrc-services"
DOWNLOAD="https://bitbucket.org/aadityabagga/openrc-services/get/20150620.tar.gz"
MD5SUM="ad35c40ffb563ad80ffe9366ffd29f49"
DOWNLOAD="https://bitbucket.org/aadityabagga/openrc-services/get/20150703.tar.gz"
MD5SUM="81646dab8c3f9bd2755020699b781a12"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openrc"