summaryrefslogtreecommitdiffstats
path: root/system/openrc-services/openrc-services.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/openrc-services/openrc-services.SlackBuild')
-rw-r--r--system/openrc-services/openrc-services.SlackBuild7
1 files changed, 1 insertions, 6 deletions
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