source: opsi/products/bacula/OPSI/control

Last change on this file was 1099, checked in by joergs, on Sep 21, 2012 at 4:52:27 PM

5.2.10-5

File size: 6.7 KB
Line 
1[Package]
2version: 5
3depends:
4incremental: False
5
6[Product]
7type: localboot
8id: bacula
9name: Bacula file daemon
10description: backup software
11advice:
12version: 5.2.10
13priority: 0
14licenseRequired: False
15productClasses:
16setupScript: setup3264.ins
17uninstallScript: uninstall3264.ins
18updateScript:
19alwaysScript:
20onceScript:
21customScript:
22userLoginScript:
23
24[ProductProperty]
25type: unicode
26name: catalog
27multivalue: False
28editable: True
29description: only relevant for bacula director configuration
30default: ["MyCatalog"]
31
32[ProductProperty]
33type: unicode
34name: filedaemon_full_name
35multivalue: False
36editable: True
37description: filedaemon bacula name. Leave empty for HostID-fd
38default: [""]
39
40[ProductProperty]
41type: unicode
42name: filedaemon_full_password
43multivalue: False
44editable: True
45description: password used by director to connect to this filedaemon
46default: ["filedaemon_full_password"]
47
48[ProductProperty]
49type: unicode
50name: filedaemon_monitor_name
51multivalue: False
52editable: True
53description: filedaemon bacula name. Leave empty for HostID-mon
54default: [""]
55
56[ProductProperty]
57type: unicode
58name: filedaemon_monitor_password
59multivalue: False
60editable: True
61description: password used by monitoring (eg. tray-monitor) to connect to this filedaemon
62default: ["filedaemon_monitor_password"]
63
64[ProductProperty]
65type: unicode
66name: director_name
67multivalue: False
68editable: True
69description: access to Bacula director for bconsole and bat
70default: ["bacula-dir"]
71
72[ProductProperty]
73type: unicode
74name: director_address
75multivalue: False
76editable: True
77description: access to Bacula director for bconsole and bat
78default: ["bacula-dir.example.com"]
79
80[ProductProperty]
81type: unicode
82name: director_password
83multivalue: False
84editable: True
85description: access to Bacula director for bconsole and bat
86default: ["director_password"]
87
88[ProductProperty]
89type: unicode
90name: fileset
91multivalue: False
92editable: True
93description: only relevant for bacula director configuration
94default: [""]
95
96[ProductProperty]
97type: unicode
98name: jobdefs
99multivalue: False
100editable: True
101description: only relevant for bacula director configuration
102default: [""]
103
104[ProductProperty]
105type: unicode
106name: install_architecture
107multivalue: False
108editable: False
109description: which architecture (32/64 bit) has to be installed
110values: ["32 only", "64 only", "both", "system specific"]
111default: ["system specific"]
112
113[Changelog]
11420120921, 5.2.10-5, Joerg Steffens
115 * create config files bat.conf, bconsole.conf and tray-monitor.conf
116 * add property "catalog"
117 * configure firewall for bacula fd
118 * start bacula fd immediatly, not only after reboot
119
12020120921, 5.2.10-4, Joerg Steffens
121 * write paths with \\ instead of \ (required by Bacula)
122
12320120710, 5.2.10-3, Joerg Steffens
124 * write properties filedaemon_full_name and filedaemon_monitor_name back to opsi server
125 * added properties fileset and jobdefs
126
12720120704, 5.2.10-2, Joerg Steffens
128 * uninstall
129 * properties
130 * generate bacula-fd.conf
131
13220120702, 5.2.10-1, Joerg Steffens
133 * initial
134
135opsi-template (4.0.1-5) stable; urgency=low
136
137 * added /nocancel at Inno example
138 * added login.ins for 'user profile management'
139 * moved changelog to control file
140
141 -- detlef oertel <d.oertel@uib.de> Mon, 02 Jan 2012 16:01:53 +0200
142
143
144opsi-template (4.0.1-4) stable; urgency=low
145
146 * removed uncommented test for installation success via registry entries
147
148 -- detlef oertel <d.oertel@uib.de> Thu, 30 Nov 2011 16:01:53 +0200
149
150
151opsi-template (4.0.1-3) stable; urgency=low
152
153 * changed setup.ins to setup3264.ins (and so on ..)
154 * added /SUPPRESSMSGBOXES at Inno example
155
156 -- detlef oertel <d.oertel@uib.de> Thu, 06 Oct 2011 16:01:53 +0200
157
158
159opsi-template (4.0.1-2) stable; urgency=low
160
161 * bugfix: removed '\\' by '\' in showBitMap calls
162
163 -- detlef oertel <d.oertel@uib.de> Tue, 02 Aug 2011 16:01:53 +0200
164
165
166opsi-template (4.0.1-1) stable; urgency=low
167
168 * bugfix: delsub.ins: Set $UninstallProgram64$ = $InstallDir64$ + "\uninstall.exe"
169
170 -- detlef oertel <d.oertel@uib.de> Wed, 18 Jan 2011 16:01:53 +0200
171
172
173opsi-template (4.0-1) stable; urgency=low
174
175 * requires opsi.winst 4.10.8
176 * default: 32Bit Version
177 * additional: 64Bit Version
178 * additional: 32/64Bit Version
179
180 -- detlef oertel <d.oertel@uib.de> Wed, 18 Jan 2011 16:01:53 +0200
181
182
183opsi-template (1.0-20) stable; urgency=low
184
185 * removed EnvVar("temp")
186 * all variable definitions at top
187 * new loglevel
188 * removed $NewExe$
189 * more infos for inno setup
190 * removed number at showBitmap
191 * Initial section removed
192 * example for $installDir$ changed
193
194 -- detlef oertel <d.oertel@uib.de> Wed, 14 Apr 2010 16:01:53 +0200
195
196
197opsi-template (1.0-19) stable; urgency=low
198
199 * adding 'Installshield + MSI' to the Winbatch_install section
200 * changing to 'if $LicenseRequired$ = "true"' from 'if not ($LicenseRequired$ = "false")'
201 * changed from <productid>.ins to 'setup.ins'
202
203 -- detlef oertel <d.oertel@uib.de> Tue, 26 Jan 2010 16:01:53 +0200
204
205
206opsi-template (1.0-18) stable; urgency=low
207 * bug fix in the successful request (comment out)
208
209opsi-template (1.0-17) stable; urgency=low
210
211 * bug fix in delsub.ins : deleting a shortcut from AllUsers desktop
212
213 -- detlef oertel <d.oertel@uib.de> Mon, 28 Sep 2009 16:01:53 +0200
214
215opsi-template (1.0-16) stable; urgency=low
216
217 * Added some examples for other installers
218 * Some cleanups
219 * More examples in other sections
220
221 -- Jan Schneider <j.schneider@uib.de> Fri, 18 Sep 2009 13:01:53 +0200
222
223opsi-template (1.0-15) stable; urgency=low
224
225 * bugfix for delopsi-template
226
227 -- Rupert Roeder <r.roeder@uib.de> Mon, 06 Jun 2009 11:15:00 +0100
228
229opsi-template (1.0-14) stable; urgency=low
230
231 * bugfix for delopsi-template
232
233 -- Rupert Roeder <r.roeder@uib.de> Tue, 26 May 2009 11:15:00 +0100
234
235opsi-template (1.0-13) stable; urgency=low
236
237 * some corrections
238
239 -- Rupert Roeder <r.roeder@uib.de> Tue, 26 May 2009 11:15:00 +0100
240
241opsi-template (1.0-12) stable; urgency=low
242
243 * code for license management added
244
245 -- Rupert Roeder <r.roeder@uib.de> Tue, 19 May 2009 11:15:00 +0100
246
247opsi-template (1.0-11) stable; urgency=low
248
249 * sub_check_exitcode modified
250 * sub_check_exitcode 1641 added
251 * sub_check_exitcode integrated in delsub.ins
252
253 -- Detlef Oertel <d.oertel@uib.de> Mon, 18 May 2009 14:15:00 +0100
254
255opsi-template (1.0-10) stable; urgency=low
256
257 * modified test on exit code added 3010 success restart required
258 -- bardo wolf
259
260opsi-template (1.0-9) stable; urgency=low
261
262 * renamed from softprod to opsi-template
263 * added test on exit code
264
265 -- Detlef Oertel <d.oertel@uib.de> Fri, 13 Mar 2009 12:35:32 +0100
266
267opsi-template (1.0-8) stable; urgency=low
268
269 * comment Anweisungen
270 * delsub:
271 Section: Files_uninstall
272 ;something like (don't forget the trailing backslash)
273 ;delete -sf "$InstallDir$\"
274
275 -- Detlef Oertel <d.oertel@uib.de> Wed, 5 Nov 2008 17:00:00 +0100
276
277
278
279
280
Note: See TracBrowser for help on using the repository browser.