summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/openrc-services/doinst.sh7
-rw-r--r--system/openrc-services/openrc-services.SlackBuild7
-rw-r--r--system/openrc-services/openrc-services.info6
3 files changed, 5 insertions, 15 deletions
diff --git a/system/openrc-services/doinst.sh b/system/openrc-services/doinst.sh
index 4b684ae733..2173e4843d 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 0b152f9914..873656a271 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 0e8f56bcee..3e05cec639 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"