aboutsummaryrefslogtreecommitdiff
path: root/system/openrc-services/openrc-services.SlackBuild
diff options
context:
space:
mode:
authorAaditya Bagga <aaditya_gnulinux@zoho.com>2021-09-26 22:07:19 +0530
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:52:04 +0700
commit63ba647c7eaeba6eb0130ce578c088a108b01bcf (patch)
tree6c50b73a0968fb530ac3d2ee988bd38851a2eb66 /system/openrc-services/openrc-services.SlackBuild
parent07c3fcfbecb8dacd42fe69982b8cc4811a495931 (diff)
system/openrc-services: Updated for version 20210926.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/openrc-services/openrc-services.SlackBuild')
-rw-r--r--system/openrc-services/openrc-services.SlackBuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/system/openrc-services/openrc-services.SlackBuild b/system/openrc-services/openrc-services.SlackBuild
index 1f781354eccb2..e42068eb5c48b 100644
--- a/system/openrc-services/openrc-services.SlackBuild
+++ b/system/openrc-services/openrc-services.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=openrc-services
-VERSION=${VERSION:-20190917}
+VERSION=${VERSION:-20210926}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,11 +87,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"
-# Enable some basic services
-install -d "$PKG/etc/openrc/runlevels/sysinit"
-ln -sf /etc/openrc/init.d/udev "$PKG/etc/openrc/runlevels/sysinit/udev"
-ln -sf /etc/openrc/init.d/udev-trigger "$PKG/etc/openrc/runlevels/sysinit/udev-trigger"
-
# Backup config files
for file in $PKG/etc/openrc/conf.d/*; do
mv "$file" "${file}.new"
@@ -103,7 +98,7 @@ done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- README.md COPYING \
+ README.md COPYING NEWS \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild