summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2007-06-02 14:19:07 +0200
committerOliver Tappe2007-06-02 14:19:07 +0200
commitc9a6383dda62499872455cbeef3020a1c2b769c3 (patch)
tree05a1d2b7cca9b0fbd61b3a6cc46cdc969b30e74e /config-db
parentCheck if more than one ethernet interface is present ... (diff)
downloadcore-c9a6383dda62499872455cbeef3020a1c2b769c3.tar.gz
core-c9a6383dda62499872455cbeef3020a1c2b769c3.tar.xz
core-c9a6383dda62499872455cbeef3020a1c2b769c3.zip
* fixed wrong default value for attribute 'start_xdmcp', should be 'kdm'
instead of 'kde' (reported by Dirk and Felix) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1139 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rw-r--r--config-db/OpenSLX/DBSchema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index 8a667945..0fbce67a 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -289,7 +289,7 @@ if ($lang =~ m[^\w\w_(\w\w)]) {
'attr_start_sshd' => 'yes',
'attr_start_syslog' => 'yes',
'attr_start_x' => 'yes',
- 'attr_start_xdmcp' => 'kde',
+ 'attr_start_xdmcp' => 'kdm',
'attr_tex_enable' => 'no',
'attr_timezone' => 'Europe/Berlin',
'attr_tvout' => 'no',