summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX
diff options
context:
space:
mode:
authorMichael Janczyk2006-12-05 18:50:08 +0100
committerMichael Janczyk2006-12-05 18:50:08 +0100
commit1a71bfa6105e59ebb881113b978459af57957748 (patch)
treef9f071c080276f6a0809af8689f983799212c46c /config-db/OpenSLX
parentWrong fix made it ... corrected now (missing netmask in machine-setup) (diff)
downloadcore-1a71bfa6105e59ebb881113b978459af57957748.tar.gz
core-1a71bfa6105e59ebb881113b978459af57957748.tar.xz
core-1a71bfa6105e59ebb881113b978459af57957748.zip
bigfix in DBSchema, floppy image renamed to fd.img
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@528 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/OpenSLX')
-rw-r--r--config-db/OpenSLX/DBSchema.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index 467a88cd..6d5400ad 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -31,8 +31,8 @@ my @sharedAttributes = (
'attr_start_snmp:b',
'attr_start_x:s.64',
'attr_start_xdmcp:s.64',
- 'attr_auth_type:s.64'
- 'attr_home_type:s.64'
+ 'attr_auth_type:s.64',
+ 'attr_home_type:s.64',
'attr_tex_enable:b',
'attr_vmware:b',
);