summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2018-04-12 20:22:41 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-13 04:19:56 +0700
commit688fe9b54f069b6339561caa0fece196b281858a (patch)
treee5716fd695f314641f4212f85bd43a071810aaee /system
parent6c0ee4c63f8d08821c97fde19709f8af0d697d33 (diff)
downloadslackbuilds-688fe9b54f069b6339561caa0fece196b281858a.tar.gz
slackbuilds-688fe9b54f069b6339561caa0fece196b281858a.tar.xz
system/bacula-client: Updated for version 9.0.6.
Signed-off-by: Mario Preksavec <mario@slackware.hr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/bacula-client/README14
-rw-r--r--system/bacula-client/bacula-client.SlackBuild16
-rw-r--r--system/bacula-client/bacula-client.info6
-rw-r--r--system/bacula-client/slack-desc8
4 files changed, 21 insertions, 23 deletions
diff --git a/system/bacula-client/README b/system/bacula-client/README
index e465047285..e614a98aa0 100644
--- a/system/bacula-client/README
+++ b/system/bacula-client/README
@@ -1,10 +1,8 @@
Bacula (Manage backup, recovery) - Client only
-Bacula is a set of computer programs that permit you (or the system admin) to
-manage backup, recovery, and verification of computer data across a network
-of computers of different kinds. In technical terms, it is a network
-Client/Server based backup program. Bacula is relatively easy to use and
-efficient, while offering many advanced storage management features that make
-it easy to find and recover lost or damaged files. Due to its modular design,
-Bacula is scalable from small single computer systems to systems consisting
-of hundreds of computers located over a large network.
+Bacula is a set of Open Source, computer programs that permit you (or the
+system administrator) to manage backup, recovery, and verification of computer
+data across a network of computers of different kinds. Bacula is relatively
+easy to use and very efficient, while offering many advanced storage management
+features that make it easy to find and recover lost or damaged files. In
+technical terms, it is an Open Source, network based backup program.
diff --git a/system/bacula-client/bacula-client.SlackBuild b/system/bacula-client/bacula-client.SlackBuild
index d54e440582..f2e5727f0e 100644
--- a/system/bacula-client/bacula-client.SlackBuild
+++ b/system/bacula-client/bacula-client.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Bacula Client
-# Copyright 2010, 2012, 2013 Mario Preksavec, Zagreb, HR
+# Copyright 2010, 2012, 2013, 2018 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,15 +23,15 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bacula-client
-VERSION=${VERSION:-5.2.13}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-9.0.6}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=bacula
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -66,10 +66,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/system/bacula-client/bacula-client.info b/system/bacula-client/bacula-client.info
index 0607467e54..c819e6ad41 100644
--- a/system/bacula-client/bacula-client.info
+++ b/system/bacula-client/bacula-client.info
@@ -1,8 +1,8 @@
PRGNAM="bacula-client"
-VERSION="5.2.13"
+VERSION="9.0.6"
HOMEPAGE="http://www.bacula.org"
-DOWNLOAD="http://downloads.sourceforge.net/bacula/bacula-5.2.13.tar.gz"
-MD5SUM="43417bae0c221afb1f30a581c9e0f2fe"
+DOWNLOAD="http://downloads.sourceforge.net/bacula/bacula-9.0.6.tar.gz"
+MD5SUM="9168e398808c42bf290515f60892f643"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/bacula-client/slack-desc b/system/bacula-client/slack-desc
index c2c77411ba..000b032718 100644
--- a/system/bacula-client/slack-desc
+++ b/system/bacula-client/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
bacula-client: bacula-client (managed backup and recovery - Client only)
bacula-client:
-bacula-client: Bacula is a set of computer programs that permit you (or the system
-bacula-client: administrator) to manage backup, recovery, and verification of
-bacula-client: computer data across a network of computers of different kinds.
+bacula-client: Bacula is a set of Open Source, computer programs that permit you
+bacula-client: (or the system administrator) to manage backup, recovery, and
+bacula-client: verification of computer data across a network of computers of
+bacula-client: different kinds.
bacula-client:
bacula-client: Homepage: http://www.bacula.org
bacula-client:
bacula-client:
bacula-client:
-bacula-client: