summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2006-09-29 15:47:20 +0200
committerOliver Tappe2006-09-29 15:47:20 +0200
commit51f3ab80f73d75dec5fbdbe3cdf61a1fe541df2b (patch)
treea49fd1c4c71ae703d2c36325225b699d853a10cf /config-db
parent* minor cleanup (diff)
downloadcore-51f3ab80f73d75dec5fbdbe3cdf61a1fe541df2b.tar.gz
core-51f3ab80f73d75dec5fbdbe3cdf61a1fe541df2b.tar.xz
core-51f3ab80f73d75dec5fbdbe3cdf61a1fe541df2b.zip
* fixed occurrences of temp-basepath to temp-path
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@408 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rw-r--r--config-db/OpenSLX/Basics.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-db/OpenSLX/Basics.pm b/config-db/OpenSLX/Basics.pm
index 784e45dd..06b1ebd9 100644
--- a/config-db/OpenSLX/Basics.pm
+++ b/config-db/OpenSLX/Basics.pm
@@ -77,8 +77,8 @@ my %openslxCmdlineArgs = (
# and all local extensions [system specific scripts])
'share-path=s' => \$cmdlineConfig{'share-path'},
# path to sharable data (functionality templates and distro-specs)
- 'temp-basepath=s' => \$cmdlineConfig{'temp-basepath'},
- # basic path to temporary data (used during demuxing)
+ 'temp-path=s' => \$cmdlineConfig{'temp-path'},
+ # path to temporary data (used during demuxing)
'tftpboot-path=s' => \$cmdlineConfig{'tftpboot-path'},
# path to root of tftp-server, tftpable data will be stored there
'verbose-level=i' => \$cmdlineConfig{'verbose-level'},