public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Wolfram Schlich (wschlich)" <wschlich@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/bacula/files/5.0.2: bacula-dir.initd bacula-5.0.2-as-needed.patch bacula-fd.confd bacula-sd.confd bacula-5.0.2-lib-search-path.patch bacula-sd.initd bacula-fd.initd bacula-dir.confd
Date: Tue, 11 May 2010 06:50:19 +0000 (UTC)	[thread overview]
Message-ID: <20100511065019.79B5E2C4F8@corvid.gentoo.org> (raw)

wschlich    10/05/11 06:50:19

  Added:                bacula-dir.initd bacula-5.0.2-as-needed.patch
                        bacula-fd.confd bacula-sd.confd
                        bacula-5.0.2-lib-search-path.patch bacula-sd.initd
                        bacula-fd.initd bacula-dir.confd
  Log:
  version bump
  (Portage version: 2.2_rc60/cvs/Linux i686)

Revision  Changes    Path
1.1                  app-backup/bacula/files/5.0.2/bacula-dir.initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-dir.initd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-dir.initd?rev=1.1&content-type=text/plain

Index: bacula-dir.initd
===================================================================
#!/sbin/runscript
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-dir.initd,v 1.1 2010/05/11 06:50:19 wschlich Exp $

depend() {
	need net
	if [ "${LOCAL_DB}" -eq 1 ]; then
		need "%database%"
	fi
	use dns bacula-fd bacula-sd
}

start() {
	ebegin "Starting bacula director"
	start-stop-daemon --start --quiet --exec /usr/sbin/bacula-dir \
		-- ${DIR_OPTIONS}
	eend $?
}

stop() {
	ebegin "Stopping bacula director"
	start-stop-daemon --stop --quiet --pidfile /var/run/bacula-dir.*.pid
	eend $?
}



1.1                  app-backup/bacula/files/5.0.2/bacula-5.0.2-as-needed.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-5.0.2-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-5.0.2-as-needed.patch?rev=1.1&content-type=text/plain

Index: bacula-5.0.2-as-needed.patch
===================================================================
diff -urN bacula-5.0.1.orig/src/findlib/Makefile.in bacula-5.0.1/src/findlib/Makefile.in
--- bacula-5.0.1.orig/src/findlib/Makefile.in	2010-02-24 16:33:48.000000000 +0100
+++ bacula-5.0.1/src/findlib/Makefile.in	2010-03-22 17:37:43.772805754 +0100
@@ -59,7 +59,7 @@
 
 libbacfind.la: Makefile $(LIBBACFIND_LOBJS) 
 	@echo "Making $@ ..."
-	$(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBACFIND_LOBJS) -export-dynamic -rpath $(libdir) -release $(LIBBACFIND_LT_CURRENT).$(LIBBACFIND_LT_REVISION).$(LIBBACFIND_LT_AGE)
+	$(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBACFIND_LOBJS) -export-dynamic -rpath $(libdir) -release $(LIBBACFIND_LT_CURRENT).$(LIBBACFIND_LT_REVISION).$(LIBBACFIND_LT_AGE) -L../lib -lbac $(LIBS) $(OPENSSL_LIBS)
 
 Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
 	cd $(topdir) \
diff -urN bacula-5.0.1.orig/src/lib/Makefile.in bacula-5.0.1/src/lib/Makefile.in
--- bacula-5.0.1.orig/src/lib/Makefile.in	2010-02-24 16:33:48.000000000 +0100
+++ bacula-5.0.1/src/lib/Makefile.in	2010-03-22 17:37:05.352226188 +0100
@@ -126,7 +126,7 @@
 
 libbac.la: Makefile $(LIBBAC_LOBJS)
 	@echo "Making $@ ..."
-	$(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBAC_LOBJS) -export-dynamic -rpath $(libdir) -release $(LIBBAC_LT_CURRENT).$(LIBBAC_LT_REVISION).$(LIBBAC_LT_AGE) $(WRAPLIBS) $(CAP_LIBS)
+	$(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBAC_LOBJS) -export-dynamic -rpath $(libdir) -release $(LIBBAC_LT_CURRENT).$(LIBBAC_LT_REVISION).$(LIBBAC_LT_AGE) $(WRAPLIBS) $(CAP_LIBS) $(LIBS) $(OPENSSL_LIBS)
 
 libbaccfg.a: $(LIBBACCFG_OBJS) 
 	@echo "Making $@ ..."
@@ -135,7 +135,7 @@
 
 libbaccfg.la: Makefile $(LIBBACCFG_LOBJS) 
 	@echo "Making $@ ..."
-	$(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBACCFG_LOBJS) -export-dynamic -rpath $(libdir) -release $(LIBBACCFG_LT_CURRENT).$(LIBBACCFG_LT_REVISION).$(LIBBACCFG_LT_AGE)
+	$(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBACCFG_LOBJS) -export-dynamic -rpath $(libdir) -release $(LIBBACCFG_LT_CURRENT).$(LIBBACCFG_LT_REVISION).$(LIBBACCFG_LT_AGE) $(LIBS) $(OPENSSL_LIBS)
 
 libbacpy.a: $(LIBBACPY_OBJS) 
 	@echo "Making $@ ..."



1.1                  app-backup/bacula/files/5.0.2/bacula-fd.confd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-fd.confd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-fd.confd?rev=1.1&content-type=text/plain

Index: bacula-fd.confd
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-fd.confd,v 1.1 2010/05/11 06:50:19 wschlich Exp $

# Config file for /etc/init.d/bacula-fd

# Options for the file daemon.
FD_OPTIONS="-u root -g bacula -c /etc/bacula/bacula-fd.conf"



1.1                  app-backup/bacula/files/5.0.2/bacula-sd.confd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-sd.confd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-sd.confd?rev=1.1&content-type=text/plain

Index: bacula-sd.confd
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-sd.confd,v 1.1 2010/05/11 06:50:19 wschlich Exp $

# Config file for /etc/init.d/bacula-sd

# Options for the storage daemon.
# The storage daemon can be run as a non-root user, however
# please ensure that this user has proper permissions to
# access your backup devices.
SD_OPTIONS="-u root -g bacula -c /etc/bacula/bacula-sd.conf"



1.1                  app-backup/bacula/files/5.0.2/bacula-5.0.2-lib-search-path.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-5.0.2-lib-search-path.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-5.0.2-lib-search-path.patch?rev=1.1&content-type=text/plain

Index: bacula-5.0.2-lib-search-path.patch
===================================================================
# If upgrading the old libraries gets linked first. So fix order of lib search path.
--- src/console/Makefile.in.orig	2010-03-29 11:35:00.000000000 +0000
+++ src/console/Makefile.in	2010-03-29 11:45:14.000000000 +0000
@@ -47,7 +47,7 @@
 
 
 bconsole: Makefile $(CONSOBJS) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE)
-	$(LIBTOOL_LINK) $(CXX) $(LDFLAGS) $(CONS_LDFLAGS) -L../lib -L../cats -o $@ $(CONSOBJS) \
+	$(LIBTOOL_LINK) $(CXX) -L../lib -L../cats $(LDFLAGS) $(CONS_LDFLAGS) -o $@ $(CONSOBJS) \
 	      $(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) \
 	      $(OPENSSL_LIBS)
 



1.1                  app-backup/bacula/files/5.0.2/bacula-sd.initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-sd.initd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-sd.initd?rev=1.1&content-type=text/plain

Index: bacula-sd.initd
===================================================================
#!/sbin/runscript
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-sd.initd,v 1.1 2010/05/11 06:50:19 wschlich Exp $

depend() {
	need net
	use dns
}

start() {
	ebegin "Starting bacula storage daemon"
	start-stop-daemon --start --quiet --exec /usr/sbin/bacula-sd \
		-- ${SD_OPTIONS}
	eend $?
}

stop() {
	ebegin "Stopping bacula storage daemon"
	start-stop-daemon --stop --quiet --pidfile /var/run/bacula-sd.*.pid 
	eend $?
}



1.1                  app-backup/bacula/files/5.0.2/bacula-fd.initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-fd.initd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-fd.initd?rev=1.1&content-type=text/plain

Index: bacula-fd.initd
===================================================================
#!/sbin/runscript
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-fd.initd,v 1.1 2010/05/11 06:50:19 wschlich Exp $

depend() {
	need net
	use dns
}

start() {
	ebegin "Starting bacula file daemon"
	start-stop-daemon --start --quiet --exec /usr/sbin/bacula-fd \
		-- ${FD_OPTIONS}
	eend $?
}

stop() {
	ebegin "Stopping bacula file daemon"
	start-stop-daemon --stop --quiet --pidfile /var/run/bacula-fd.*.pid
	eend $?
}



1.1                  app-backup/bacula/files/5.0.2/bacula-dir.confd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-dir.confd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-dir.confd?rev=1.1&content-type=text/plain

Index: bacula-dir.confd
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-dir.confd,v 1.1 2010/05/11 06:50:19 wschlich Exp $

# Config file for /etc/init.d/bacula-dir

# If the database server where you store your bacula catalog
# is on a different machine, please set this to 0.
# Setting it to 1 makes bacula-dir depend on the corresponding
# database service selected at package compile time.
LOCAL_DB=1

# Options for the director daemon.
# The director can be run as a non-root user, however
# please ensure that this user has proper permissions to
# access your backup devices.
DIR_OPTIONS="-u root -g bacula -c /etc/bacula/bacula-dir.conf"






                 reply	other threads:[~2010-05-11  6:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100511065019.79B5E2C4F8@corvid.gentoo.org \
    --to=wschlich@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox