This file is indexed.

/var/lib/gnumed/server/bootstrap/bootstrap-de.conf is in gnumed-server 21.15-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
# 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
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$

#----------------------------------