Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
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:32
Message-Id: 20100511065019.79B5E2C4F8@corvid.gentoo.org
1 wschlich 10/05/11 06:50:19
2
3 Added: bacula-dir.initd bacula-5.0.2-as-needed.patch
4 bacula-fd.confd bacula-sd.confd
5 bacula-5.0.2-lib-search-path.patch bacula-sd.initd
6 bacula-fd.initd bacula-dir.confd
7 Log:
8 version bump
9 (Portage version: 2.2_rc60/cvs/Linux i686)
10
11 Revision Changes Path
12 1.1 app-backup/bacula/files/5.0.2/bacula-dir.initd
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-dir.initd?rev=1.1&view=markup
15 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
16
17 Index: bacula-dir.initd
18 ===================================================================
19 #!/sbin/runscript
20 # Copyright 1999-2010 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $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 $
23
24 depend() {
25 need net
26 if [ "${LOCAL_DB}" -eq 1 ]; then
27 need "%database%"
28 fi
29 use dns bacula-fd bacula-sd
30 }
31
32 start() {
33 ebegin "Starting bacula director"
34 start-stop-daemon --start --quiet --exec /usr/sbin/bacula-dir \
35 -- ${DIR_OPTIONS}
36 eend $?
37 }
38
39 stop() {
40 ebegin "Stopping bacula director"
41 start-stop-daemon --stop --quiet --pidfile /var/run/bacula-dir.*.pid
42 eend $?
43 }
44
45
46
47 1.1 app-backup/bacula/files/5.0.2/bacula-5.0.2-as-needed.patch
48
49 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
50 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
51
52 Index: bacula-5.0.2-as-needed.patch
53 ===================================================================
54 diff -urN bacula-5.0.1.orig/src/findlib/Makefile.in bacula-5.0.1/src/findlib/Makefile.in
55 --- bacula-5.0.1.orig/src/findlib/Makefile.in 2010-02-24 16:33:48.000000000 +0100
56 +++ bacula-5.0.1/src/findlib/Makefile.in 2010-03-22 17:37:43.772805754 +0100
57 @@ -59,7 +59,7 @@
58
59 libbacfind.la: Makefile $(LIBBACFIND_LOBJS)
60 @echo "Making $@ ..."
61 - $(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBACFIND_LOBJS) -export-dynamic -rpath $(libdir) -release $(LIBBACFIND_LT_CURRENT).$(LIBBACFIND_LT_REVISION).$(LIBBACFIND_LT_AGE)
62 + $(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)
63
64 Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
65 cd $(topdir) \
66 diff -urN bacula-5.0.1.orig/src/lib/Makefile.in bacula-5.0.1/src/lib/Makefile.in
67 --- bacula-5.0.1.orig/src/lib/Makefile.in 2010-02-24 16:33:48.000000000 +0100
68 +++ bacula-5.0.1/src/lib/Makefile.in 2010-03-22 17:37:05.352226188 +0100
69 @@ -126,7 +126,7 @@
70
71 libbac.la: Makefile $(LIBBAC_LOBJS)
72 @echo "Making $@ ..."
73 - $(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)
74 + $(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)
75
76 libbaccfg.a: $(LIBBACCFG_OBJS)
77 @echo "Making $@ ..."
78 @@ -135,7 +135,7 @@
79
80 libbaccfg.la: Makefile $(LIBBACCFG_LOBJS)
81 @echo "Making $@ ..."
82 - $(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBACCFG_LOBJS) -export-dynamic -rpath $(libdir) -release $(LIBBACCFG_LT_CURRENT).$(LIBBACCFG_LT_REVISION).$(LIBBACCFG_LT_AGE)
83 + $(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)
84
85 libbacpy.a: $(LIBBACPY_OBJS)
86 @echo "Making $@ ..."
87
88
89
90 1.1 app-backup/bacula/files/5.0.2/bacula-fd.confd
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-fd.confd?rev=1.1&view=markup
93 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
94
95 Index: bacula-fd.confd
96 ===================================================================
97 # Copyright 1999-2010 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $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 $
100
101 # Config file for /etc/init.d/bacula-fd
102
103 # Options for the file daemon.
104 FD_OPTIONS="-u root -g bacula -c /etc/bacula/bacula-fd.conf"
105
106
107
108 1.1 app-backup/bacula/files/5.0.2/bacula-sd.confd
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-sd.confd?rev=1.1&view=markup
111 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
112
113 Index: bacula-sd.confd
114 ===================================================================
115 # Copyright 1999-2010 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 # $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 $
118
119 # Config file for /etc/init.d/bacula-sd
120
121 # Options for the storage daemon.
122 # The storage daemon can be run as a non-root user, however
123 # please ensure that this user has proper permissions to
124 # access your backup devices.
125 SD_OPTIONS="-u root -g bacula -c /etc/bacula/bacula-sd.conf"
126
127
128
129 1.1 app-backup/bacula/files/5.0.2/bacula-5.0.2-lib-search-path.patch
130
131 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
132 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
133
134 Index: bacula-5.0.2-lib-search-path.patch
135 ===================================================================
136 # If upgrading the old libraries gets linked first. So fix order of lib search path.
137 --- src/console/Makefile.in.orig 2010-03-29 11:35:00.000000000 +0000
138 +++ src/console/Makefile.in 2010-03-29 11:45:14.000000000 +0000
139 @@ -47,7 +47,7 @@
140
141
142 bconsole: Makefile $(CONSOBJS) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE)
143 - $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) $(CONS_LDFLAGS) -L../lib -L../cats -o $@ $(CONSOBJS) \
144 + $(LIBTOOL_LINK) $(CXX) -L../lib -L../cats $(LDFLAGS) $(CONS_LDFLAGS) -o $@ $(CONSOBJS) \
145 $(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) \
146 $(OPENSSL_LIBS)
147
148
149
150
151 1.1 app-backup/bacula/files/5.0.2/bacula-sd.initd
152
153 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-sd.initd?rev=1.1&view=markup
154 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
155
156 Index: bacula-sd.initd
157 ===================================================================
158 #!/sbin/runscript
159 # Copyright 1999-2010 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161 # $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 $
162
163 depend() {
164 need net
165 use dns
166 }
167
168 start() {
169 ebegin "Starting bacula storage daemon"
170 start-stop-daemon --start --quiet --exec /usr/sbin/bacula-sd \
171 -- ${SD_OPTIONS}
172 eend $?
173 }
174
175 stop() {
176 ebegin "Stopping bacula storage daemon"
177 start-stop-daemon --stop --quiet --pidfile /var/run/bacula-sd.*.pid
178 eend $?
179 }
180
181
182
183 1.1 app-backup/bacula/files/5.0.2/bacula-fd.initd
184
185 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-fd.initd?rev=1.1&view=markup
186 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
187
188 Index: bacula-fd.initd
189 ===================================================================
190 #!/sbin/runscript
191 # Copyright 1999-2010 Gentoo Foundation
192 # Distributed under the terms of the GNU General Public License v2
193 # $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 $
194
195 depend() {
196 need net
197 use dns
198 }
199
200 start() {
201 ebegin "Starting bacula file daemon"
202 start-stop-daemon --start --quiet --exec /usr/sbin/bacula-fd \
203 -- ${FD_OPTIONS}
204 eend $?
205 }
206
207 stop() {
208 ebegin "Stopping bacula file daemon"
209 start-stop-daemon --stop --quiet --pidfile /var/run/bacula-fd.*.pid
210 eend $?
211 }
212
213
214
215 1.1 app-backup/bacula/files/5.0.2/bacula-dir.confd
216
217 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/files/5.0.2/bacula-dir.confd?rev=1.1&view=markup
218 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
219
220 Index: bacula-dir.confd
221 ===================================================================
222 # Copyright 1999-2010 Gentoo Foundation
223 # Distributed under the terms of the GNU General Public License v2
224 # $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 $
225
226 # Config file for /etc/init.d/bacula-dir
227
228 # If the database server where you store your bacula catalog
229 # is on a different machine, please set this to 0.
230 # Setting it to 1 makes bacula-dir depend on the corresponding
231 # database service selected at package compile time.
232 LOCAL_DB=1
233
234 # Options for the director daemon.
235 # The director can be run as a non-root user, however
236 # please ensure that this user has proper permissions to
237 # access your backup devices.
238 DIR_OPTIONS="-u root -g bacula -c /etc/bacula/bacula-dir.conf"