summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2007-04-11 19:55:54 +0200
committerOliver Tappe2007-04-11 19:55:54 +0200
commit443fd119f07c4732736b412aa7aa108c75a99f7c (patch)
tree1f02d02c755d983f2b4e2a50a34cff65a9683825 /config-db
parent* circumvent problem with older versions of DBD::CSV not supporting the max()... (diff)
downloadcore-443fd119f07c4732736b412aa7aa108c75a99f7c.tar.gz
core-443fd119f07c4732736b412aa7aa108c75a99f7c.tar.xz
core-443fd119f07c4732736b412aa7aa108c75a99f7c.zip
* fixed leftover of use_absolute_tftp
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@875 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rw-r--r--config-db/OpenSLX/DBSchema.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index e630d42f..dcd2fbff 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -267,7 +267,6 @@ $DbSchema = {
'cols' => $DbSchema->{'tables'}->{'settings'},
'vals' => [
{ # add default configuration
- 'use_absolute_tftp' => '0',
'default_nicmods'
=> 'forcedeth e1000 e100 tg3 via-rhine r8169 pcnet32',
},