summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/DBSchema.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-04-08 14:54:16 +0200
committerOliver Tappe2007-04-08 14:54:16 +0200
commita0b673e1c0fc3993bcbd90cbfe5e9e6bf4ecab01 (patch)
tree97340120c0dc07ab2f7ca38c01d41263667421e0 /config-db/OpenSLX/DBSchema.pm
parent* in order to be consistent with other scripts, 'remove' is now a real action... (diff)
downloadcore-a0b673e1c0fc3993bcbd90cbfe5e9e6bf4ecab01.tar.gz
core-a0b673e1c0fc3993bcbd90cbfe5e9e6bf4ecab01.tar.xz
core-a0b673e1c0fc3993bcbd90cbfe5e9e6bf4ecab01.zip
* removed 'use_absolute_tftp' from settings table
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@873 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/OpenSLX/DBSchema.pm')
-rw-r--r--config-db/OpenSLX/DBSchema.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index f5288813..e630d42f 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -159,9 +159,6 @@ $DbSchema = {
],
'settings' => [
# system-wide settings
- 'use_absolute_tftp:b',
- # whether or not the TFTP-server requires the
- # use of absolute path names
'default_nicmods:s.256',
# list of default network modules
],