diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-07-24 19:12:11 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:21 +0700 |
commit | b7cf0d278ca4e0be71f41a12387a4f740e73b9a2 (patch) | |
tree | be0e79e200c5c1dc74f117844e4877d532fcd446 /system/drbd-utils/drbd-utils.SlackBuild | |
parent | d93d36c4b10938ec28b219b79027b1cfef947765 (diff) |
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.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/drbd-utils/drbd-utils.SlackBuild b/system/drbd-utils/drbd-utils.SlackBuild index c7a3e67d860aa..d3223e0e04a3e 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 |