diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2018-12-02 23:57:08 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-07 22:27:12 +0700 |
commit | e34a7018a131001ae559e16b8ff9e2e429a066cd (patch) | |
tree | ff7c3d4242fd51dcabdd99abdd41aacc43ced065 /system | |
parent | a4edc0219e69f088cb78eb41688f6dd9222c60db (diff) |
system/openrc-services: Updated for version 20181203.
Diffstat (limited to 'system')
-rw-r--r-- | system/openrc-services/doinst.sh | 7 | ||||
-rw-r--r-- | system/openrc-services/openrc-services.SlackBuild | 7 | ||||
-rw-r--r-- | system/openrc-services/openrc-services.info | 6 |
3 files changed, 5 insertions, 15 deletions
diff --git a/system/openrc-services/doinst.sh b/system/openrc-services/doinst.sh index 4b684ae733c6..2173e4843d69 100644 --- a/system/openrc-services/doinst.sh +++ b/system/openrc-services/doinst.sh @@ -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 diff --git a/system/openrc-services/openrc-services.SlackBuild b/system/openrc-services/openrc-services.SlackBuild index 0b152f9914ba..873656a271f7 100644 --- a/system/openrc-services/openrc-services.SlackBuild +++ b/system/openrc-services/openrc-services.SlackBuild @@ -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 diff --git a/system/openrc-services/openrc-services.info b/system/openrc-services/openrc-services.info index 0e8f56bcee43..3e05cec639ae 100644 --- a/system/openrc-services/openrc-services.info +++ b/system/openrc-services/openrc-services.info @@ -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" |