summaryrefslogtreecommitdiffstats
path: root/system/drbd-utils/drbd-utils.SlackBuild
diff options
context:
space:
mode:
author Mario Preksavec2016-07-24 19:12:11 +0200
committer Willy Sudiarto Raharjo2016-07-30 03:28:21 +0200
commitb7cf0d278ca4e0be71f41a12387a4f740e73b9a2 (patch)
treebe0e79e200c5c1dc74f117844e4877d532fcd446 /system/drbd-utils/drbd-utils.SlackBuild
parentd93d36c4b10938ec28b219b79027b1cfef947765 (diff)
downloadslackbuilds-b7cf0d278ca4e0be71f41a12387a4f740e73b9a2.tar.gz
system/drbd-utils: Updated for version 8.9.7.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/drbd-utils/drbd-utils.SlackBuild')
-rw-r--r--system/drbd-utils/drbd-utils.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/drbd-utils/drbd-utils.SlackBuild b/system/drbd-utils/drbd-utils.SlackBuild
index c7a3e67d86..d3223e0e04 100644
--- a/system/drbd-utils/drbd-utils.SlackBuild
+++ b/system/drbd-utils/drbd-utils.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for drbd-utils
-# Copyright 2014, 2015 Mario Preksavec, Zagreb, Croatia
+# Copyright 2014, 2015, 2016 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=drbd-utils
-VERSION=${VERSION:-8.9.4}
+VERSION=${VERSION:-8.9.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -107,6 +107,7 @@ find $PKG/usr/man -type l ! -name '*.gz' \
-exec bash -c 'ln -s $(readlink $1).gz $1.gz && unlink $1' doh {} \;
# Configuration tune-up
+mv $PKG/etc/init.d $PKG/etc/rc.d
mv $PKG/etc/rc.d/drbd $PKG/etc/rc.d/rc.drbd.new
mv $PKG/etc/drbd.conf $PKG/etc/drbd.conf.new
mv $PKG/etc/drbd.d/global_common.conf $PKG/etc/drbd.d/global_common.conf.new