mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
system/openrc-services: Updated for version 20181203.
This commit is contained in:
parent
a4edc0219e
commit
e34a7018a1
3 changed files with 5 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue