mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/drbd-utils: Updated for version 8.9.7.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
d93d36c4b1
commit
b7cf0d278c
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue