This file is indexed.

/var/lib/gnumed/server/bootstrap/bootstrap-de.conf is in gnumed-server 16.17-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
# GNUmed database system German language pack bootstrapping config file
#----------------------------------------------------------------------
# license: GPL v2 or later
# author: Karsten Hilbert@gmx.net

#----------------------------------
[revision control]
file = $Source: /home/ncq/Projekte/cvs2git/vcs-mirror/gnumed/gnumed/server/bootstrap/bootstrap-de.conf,v $
version = $Revision: 1.39 $

#----------------------------------
[installation]

interactive = no

keep temp files = no

description = $description$
Dieses Skript installiert Daten in ein GNUmed-Datenbanksystem,
mit denen GNUmed fuer Deutschland angepasst wird.

Die Datenbankstruktur muss bereits in einer GNUmed-Datenbank
installiert sein, ebenso muss mindestens der Nutzer gm-dbo
bereits existieren.
$description$

bundles = $bundles$
demographics-de
clinical-de
reference-de
Uebersetzung
$bundles$

#----------------------------------
# bundles
#----------------------------------
[bundle demographics-de]
database alias = core
minimum postgresql version = 7.4
schema base directory = ../sql/country.specific/de/
schema = $schema$
gmDemographics.de.sql
gmDemographics-Data.de.sql
PLZ.sql
gmVornamen.sql
$schema$

[bundle clinical-de]
database alias = core
minimum postgresql version = 7.4
schema base directory = ../sql/country.specific/de/
schema = $schema$
gmClinical.de.sql
Impfstoffe.sql
Impfplan-Prevenar.sql
STIKO-Impfkalender.sql
Impfplan-Influenza.sql
Impfplan-FSME.sql
gmDiagnosen.sql
$schema$

[bundle reference-de]
database alias = core
minimum postgresql version = 7.4
schema base directory = ../sql/country.specific/de/
schema = $schema$
gmATC.sql
$schema$

[bundle AMIS]
database alias = core
minimum postgresql version = 7.4
schema base directory = ../sql/country.specific/de/
schema = $schema$
gmAMIS.de.sql
$schema$

[bundle Uebersetzung]
database alias = core
minimum postgresql version = 7.4
schema base directory = ../sql/country.specific/de/
schema = $schema$
gmUebersetzung.sql
$schema$

#----------------------------------
# databases
#----------------------------------
[database core]
name = gnumed_v2
override name by = GM_CORE_DB
template database = template1
drop target database = 0
use existing target database = 1
server alias = local host
audit disable = 1
notification disable = 1
schema = $schema$
$schema$

#----------------------------------
# servers
#----------------------------------
[server local host]
name = 
port = 5432
template database = template1
super user alias = postgres
schema = $schema$
$schema$

#----------------------------------
# users
#----------------------------------
[user GNUmed owner]
name = gm-dbo
password = gm-dbo

[user postgres]
name = postgres

#----------------------------------
# these really shouldn't be changed
#----------------------------------
[GnuMed defaults]

database owner alias = GNUmed owner

groups = $groups$
$groups$

#----------------------------------
# $Log: bootstrap-de.conf,v $
# Revision 1.39  2009-01-02 09:11:40  ncq
# - fix Umlauts in description
#
# Revision 1.38  2008/08/28 12:07:27  ncq
# - bump database name to gnumed_v2
# - add options necessary for one-step bootstrapping
#
# Revision 1.37  2008/04/25 11:02:23  ncq
# - fix one forgotten latin1 character
#
# Revision 1.36  2008/02/29 23:49:00  ncq
# - utf8-ize
#
# Revision 1.35  2007/02/06 12:12:29  ncq
# - interactive yes -> no
#
# Revision 1.34  2006/12/29 16:28:25  ncq
# - "service" -> "bundle", no more services
# - remove "name" and "version" on previous "service" groups
#
# Revision 1.33  2006/12/29 13:56:50  ncq
# - bump required PG version to 7.4
# - remove procedural languages options
# - include gmCreateProceduralLanguages.sql in database level superuser schema import
#
# Revision 1.32  2006/09/17 07:02:00  ncq
# - we don't register services anymore
#
# Revision 1.31  2006/05/24 12:51:13  ncq
# - standarize on only '' being local domain sockets connections
#
# Revision 1.30  2006/05/08 12:38:47  ncq
# - make password parameter sane:
#   - missing or commented out means: not needed, eg IDENT or TRUST
#   - empty means: ask user if interactive or leave empty (but log warning) if not interactive
#
# Revision 1.29  2006/05/07 16:09:54  shilbert
# - cleanup
#
# Revision 1.28  2006/05/06 18:49:44  ncq
# - GnuMed -> GNUmed
#
# Revision 1.27  2005/12/04 09:30:34  ncq
# - remove AMIS
#
# Revision 1.26  2005/11/18 15:28:34  ncq
# - required PostgreSQL version now raised from 7.1 to 7.3
# - Debian stable has 7.4.x so we are good to go for 7.3 *at least*
#
# Revision 1.25  2005/11/09 10:42:47  ncq
# - be more careful with others around us: install procedural language into
#   our database only if needed, not into template1
#
# Revision 1.24  2005/06/01 23:17:43  ncq
# - support overriding target database name via environment variable
#
# Revision 1.23  2005/04/08 09:56:48  ncq
# - include gmDiagnosen.sql
#
# Revision 1.22  2005/03/31 20:11:58  ncq
# - use aggregated translation file
#
# Revision 1.21  2005/03/01 20:33:04  ncq
# - add first names data
#
# Revision 1.20  2005/01/12 14:47:48  ncq
# - in DB speak the database owner is customarily called dbo, hence use that
#
# Revision 1.19  2004/11/24 15:36:31  ncq
# - add option "keep temp files"
#
# Revision 1.18  2004/06/26 22:52:45  ncq
# - import ATC data into reference service
#
# Revision 1.17  2004/03/27 18:38:46  ncq
# - add FSME schedule
#
# Revision 1.16  2004/03/14 22:32:04  ncq
# - postgres version -> minimum postgresql version
#
# Revision 1.15  2004/03/02 10:22:30  ihaywood
# support for martial status and occupations
# .conf files now use host autoprobing
#
# Revision 1.14  2003/12/29 19:11:13  uid66147
# - reworked public DB generation
#
# Revision 1.13  2003/12/29 15:19:39  uid66147
# - add PLZ.sql
#
# Revision 1.12  2003/11/28 10:00:41  ncq
# - add "notification disable" option
# - update template conf file
# - use notification schema generator in bootstrapper
#
# Revision 1.11  2003/11/26 23:57:51  ncq
# - add Prevenar-Impfpläne
#
# Revision 1.10  2003/11/11 19:22:57  ncq
# - fix amis bootstrap file
# - leave name empty for local host
#
# Revision 1.9  2003/11/02 12:48:55  ncq
# - add schema base directory option to config files
# - hence we don't need the sql link anymore
#
# Revision 1.8  2003/10/31 23:24:31  ncq
# - include more test data
#
# Revision 1.7  2003/10/27 16:03:01  ncq
# - add AMIS schema
#
# Revision 1.6  2003/10/19 12:57:19  ncq
# - add scoring schema generator and use it
#
# Revision 1.5  2003/10/19 12:28:26  ncq
# - add STIKO Impfkalender and scoring defs
#
# Revision 1.4  2003/08/26 14:11:13  ncq
# - add option to disable checking for proc lang library files on remote machines
#
# Revision 1.3  2003/08/26 13:05:04  ncq
# - add "audit disable" flag
#
# Revision 1.2  2003/08/17 00:06:37  ncq
# - add def for audit fields table
#
# Revision 1.1  2003/08/13 21:15:32  ncq
# - separate files for core functionality database and
#   "language pack"
#