diff options
author | Mario Preksavec <mario@slackware.hr> | 2013-12-20 08:16:56 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-25 15:05:36 -0600 |
commit | 51876ca3367e0e1cee9071923b0b96186b4ed4be (patch) | |
tree | 6ec6b1d5bfaa3a67c0d8550c012e2ce424b660c4 /system/bacula-client | |
parent | 43725c3bdbfe35eccad0e9a7925336f57efe3db9 (diff) | |
download | slackbuilds-51876ca3367e0e1cee9071923b0b96186b4ed4be.tar.gz |
system/bacula-client: Documentation and script updates.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bacula-client')
-rw-r--r-- | system/bacula-client/README | 14 | ||||
-rw-r--r-- | system/bacula-client/bacula-client.SlackBuild | 9 | ||||
-rw-r--r-- | system/bacula-client/bacula-client.info | 4 |
3 files changed, 15 insertions, 12 deletions
diff --git a/system/bacula-client/README b/system/bacula-client/README index 07fc890307..e465047285 100644 --- a/system/bacula-client/README +++ b/system/bacula-client/README @@ -1,10 +1,10 @@ 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 +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. diff --git a/system/bacula-client/bacula-client.SlackBuild b/system/bacula-client/bacula-client.SlackBuild index 847501dbf3..d54e440582 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-2013, mario <mario@slackverse.org> +# Copyright 2010, 2012, 2013 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=bacula-client VERSION=${VERSION:-5.2.13} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM=bacula @@ -80,8 +80,11 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --with-scriptdir=/usr/bin \ --with-working-dir=/var/bacula/working \ + --with-scriptdir=/var/bacula/scripts \ + --with-logdir=/var/bacula/working \ + --with-plugindir=/var/bacula/plugins \ + --enable-smartalloc \ --disable-readline \ --enable-client-only \ --build=$ARCH-slackware-linux diff --git a/system/bacula-client/bacula-client.info b/system/bacula-client/bacula-client.info index 59f41b6dee..0607467e54 100644 --- a/system/bacula-client/bacula-client.info +++ b/system/bacula-client/bacula-client.info @@ -6,5 +6,5 @@ MD5SUM="43417bae0c221afb1f30a581c9e0f2fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="mario" -EMAIL="mario@slackverse.org" +MAINTAINER="Mario Preksavec" +EMAIL="mario at slackware dot hr" |