From 51f3ab80f73d75dec5fbdbe3cdf61a1fe541df2b Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 29 Sep 2006 13:47:20 +0000 Subject: * fixed occurrences of temp-basepath to temp-path git-svn-id: http://svn.openslx.org/svn/openslx/trunk@408 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/Basics.pm | 4 ++-- 1 file 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'}, -- cgit v1.2.3-55-g7522