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 | |
parent | d93d36c4b10938ec28b219b79027b1cfef947765 (diff) | |
download | slackbuilds-b7cf0d278ca4e0be71f41a12387a4f740e73b9a2.tar.gz |
system/drbd-utils: Updated for version 8.9.7.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system')
-rw-r--r-- | system/drbd-utils/drbd-utils.SlackBuild | 5 | ||||
-rw-r--r-- | system/drbd-utils/drbd-utils.info | 6 |
2 files changed, 6 insertions, 5 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 diff --git a/system/drbd-utils/drbd-utils.info b/system/drbd-utils/drbd-utils.info index ce4b27425c..a061c46cbe 100644 --- a/system/drbd-utils/drbd-utils.info +++ b/system/drbd-utils/drbd-utils.info @@ -1,8 +1,8 @@ PRGNAM="drbd-utils" -VERSION="8.9.4" +VERSION="8.9.7" HOMEPAGE="http://www.drbd.org" -DOWNLOAD="http://oss.linbit.com/drbd/drbd-utils-8.9.4.tar.gz" -MD5SUM="8671f86d366288ea082ac1b4571eaa4d" +DOWNLOAD="http://www.drbd.org/download/drbd/utils/drbd-utils-8.9.7.tar.gz" +MD5SUM="f2216346f8e77f352fb306ab357a8484" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |