diff options
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 |