mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/drbd-utils: Updated for version 8.9.3.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
ee3b37293c
commit
6013893b24
2 changed files with 5 additions and 9 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=drbd-utils
|
||||
VERSION=${VERSION:-8.9.1}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-8.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -106,10 +106,6 @@ unlink $PKG/usr/man/man8/drbd-overview.8 || true
|
|||
find $PKG/usr/man -type l ! -name '*.gz' \
|
||||
-exec bash -c 'ln -s $(readlink $1).gz $1.gz && unlink $1' doh {} \;
|
||||
|
||||
# Relocate udev rules
|
||||
mkdir $PKG/lib/udev/rules.d
|
||||
mv $PKG/lib/udev/65-drbd.rules $PKG/lib/udev/rules.d
|
||||
|
||||
# Configuration tune-up
|
||||
mv $PKG/etc/rc.d/drbd $PKG/etc/rc.d/rc.drbd.new
|
||||
mv $PKG/etc/drbd.conf $PKG/etc/drbd.conf.new
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="drbd-utils"
|
||||
VERSION="8.9.1"
|
||||
VERSION="8.9.3"
|
||||
HOMEPAGE="http://www.drbd.org"
|
||||
DOWNLOAD="http://oss.linbit.com/drbd/drbd-utils-8.9.1.tar.gz"
|
||||
MD5SUM="0bfbb9cea1c231708933c89965bdb22e"
|
||||
DOWNLOAD="http://oss.linbit.com/drbd/drbd-utils-8.9.3.tar.gz"
|
||||
MD5SUM="81ba3ac48786602b4eddd637654ba24c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue