public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-backup/bacula/files/2.0.3: bacula-dir-init bacula-all-init
@ 2008-03-22 16:26 Wolfram Schlich (wschlich)
  0 siblings, 0 replies; only message in thread
From: Wolfram Schlich (wschlich) @ 2008-03-22 16:26 UTC (permalink / raw
  To: gentoo-commits

wschlich    08/03/22 16:26:16

  Modified:             bacula-dir-init bacula-all-init
  Log:
  fixed wrong quoting
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  app-backup/bacula/files/2.0.3/bacula-dir-init

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-dir-init?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-dir-init?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-dir-init?r1=1.2&r2=1.3

Index: bacula-dir-init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-dir-init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bacula-dir-init	19 Mar 2008 13:38:54 -0000	1.2
+++ bacula-dir-init	22 Mar 2008 16:26:15 -0000	1.3
@@ -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



1.3                  app-backup/bacula/files/2.0.3/bacula-all-init

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-all-init?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-all-init?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-all-init?r1=1.2&r2=1.3

Index: bacula-all-init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/files/2.0.3/bacula-all-init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bacula-all-init	19 Mar 2008 13:38:54 -0000	1.2
+++ bacula-all-init	22 Mar 2008 16:26:15 -0000	1.3
@@ -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



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-22 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-22 16:26 [gentoo-commits] gentoo-x86 commit in app-backup/bacula/files/2.0.3: bacula-dir-init bacula-all-init Wolfram Schlich (wschlich)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox