source: opsi/products/bacula/OPSI/control@ 1029

Last change on this file since 1029 was 1029, checked in by joergs, on Jul 10, 2012 at 7:00:00 PM

5.2.10-3: write properties filedaemon_full_name and filedaemon_monitor_name back to opsi server, added properties fileset and jobdefs

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