summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2008-03-22 16:26:15 +0000
committerWolfram Schlich <wschlich@gentoo.org>2008-03-22 16:26:15 +0000
commitbe04eadc1fb47fb93ed1eb49d3cf5f2778bfdc89 (patch)
tree74a5def3ba430434b4a09406c5e331a6edb28fa0 /app-backup/bacula
parentStable on ppc64; bug #209984 (diff)
downloadgentoo-2-be04eadc1fb47fb93ed1eb49d3cf5f2778bfdc89.tar.gz
gentoo-2-be04eadc1fb47fb93ed1eb49d3cf5f2778bfdc89.tar.bz2
gentoo-2-be04eadc1fb47fb93ed1eb49d3cf5f2778bfdc89.zip
fixed wrong quoting
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-backup/bacula')
-rw-r--r--app-backup/bacula/ChangeLog6
-rw-r--r--app-backup/bacula/bacula-2.0.3.ebuild6
-rw-r--r--app-backup/bacula/files/2.0.3/bacula-all-init4
-rw-r--r--app-backup/bacula/files/2.0.3/bacula-dir-init4
4 files changed, 12 insertions, 8 deletions
diff --git a/app-backup/bacula/ChangeLog b/app-backup/bacula/ChangeLog
index 3a723a552716..82a1ec37c45a 100644
--- a/app-backup/bacula/ChangeLog
+++ b/app-backup/bacula/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-backup/bacula
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.50 2008/03/19 13:38:53 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.51 2008/03/22 16:26:15 wschlich Exp $
+
+ 22 Mar 2008; Wolfram Schlich <wschlich@gentoo.org>
+ files/2.0.3/bacula-all-init, files/2.0.3/bacula-dir-init:
+ fixed wrong quoting
19 Mar 2008; Wolfram Schlich <wschlich@gentoo.org>
-files/bacula-1.36.3-cdrecord-configure.patch,
diff --git a/app-backup/bacula/bacula-2.0.3.ebuild b/app-backup/bacula/bacula-2.0.3.ebuild
index 1abf6b917c50..1494b4b34c0b 100644
--- a/app-backup/bacula/bacula-2.0.3.ebuild
+++ b/app-backup/bacula/bacula-2.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.0.3.ebuild,v 1.9 2007/08/21 15:50:10 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.0.3.ebuild,v 1.10 2008/03/22 16:26:15 wschlich Exp $
#
# TODO:
@@ -122,7 +122,7 @@ pkg_setup() {
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# adjusts default configuration files for several binaries
# to /etc/bacula/<config> instead of ./<config>
@@ -197,7 +197,7 @@ src_compile() {
pushd "${WORKDIR}/${PN}-docs-${DOC_VER}"
./configure \
- --with-bacula=${S} \
+ --with-bacula="${S}" \
|| die "configure for bacula-docs failed"
# the main Makefile tries to build stuff in
diff --git a/app-backup/bacula/files/2.0.3/bacula-all-init b/app-backup/bacula/files/2.0.3/bacula-all-init
index 6e088409c6e7..ef07c6154f2d 100644
--- a/app-backup/bacula/files/2.0.3/bacula-all-init
+++ b/app-backup/bacula/files/2.0.3/bacula-all-init
@@ -1,11 +1,11 @@
#!/sbin/runscript
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-all-init,v 1.2 2008/03/19 13:38:54 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-all-init,v 1.3 2008/03/22 16:26:15 wschlich Exp $
depend() {
need net
- if [ ""${LOCAL_DB}"" -eq 1 ]; then
+ if [ "${LOCAL_DB}" -eq 1 ]; then
need "%database%"
fi
use dns
diff --git a/app-backup/bacula/files/2.0.3/bacula-dir-init b/app-backup/bacula/files/2.0.3/bacula-dir-init
index e7af6dbf2748..0221eabe2078 100644
--- a/app-backup/bacula/files/2.0.3/bacula-dir-init
+++ b/app-backup/bacula/files/2.0.3/bacula-dir-init
@@ -1,11 +1,11 @@
#!/sbin/runscript
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-dir-init,v 1.2 2008/03/19 13:38:54 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-dir-init,v 1.3 2008/03/22 16:26:15 wschlich Exp $
depend() {
need net
- if [ ""${LOCAL_DB}"" -eq 1 ]; then
+ if [ "${LOCAL_DB}" -eq 1 ]; then
need "%database%"
fi
use dns