summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorOliver Tappe2008-04-07 21:56:26 +0200
committerOliver Tappe2008-04-07 21:56:26 +0200
commit419b81a499c8c9e91bddb1d7f4cad412fa039b47 (patch)
treea8126b672914a80cd6721dd884329ab2ef9a33b2 /installer
parent* on behalf of Michael: splashy.stop now tries to remove itself during execution (diff)
downloadcore-419b81a499c8c9e91bddb1d7f4cad412fa039b47.tar.gz
core-419b81a499c8c9e91bddb1d7f4cad412fa039b47.tar.xz
core-419b81a499c8c9e91bddb1d7f4cad412fa039b47.zip
* renamed --verbose-level to --log-level to make it more separate from --verbose.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1729 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm2
-rwxr-xr-xinstaller/slxos-export2
-rwxr-xr-xinstaller/slxos-setup2
3 files changed, 3 insertions, 3 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 503b10cb..378d572e 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -720,7 +720,7 @@ sub _readDistroInfo
}
# dump distro-info, if asked for:
- if ($openslxConfig{'verbose-level'} >= 2) {
+ if ($openslxConfig{'log-level'} >= 2) {
my $repository = $self->{'distro-info'}->{repository};
foreach my $r (sort keys %$repository) {
vlog(2, "repository '$r':");
diff --git a/installer/slxos-export b/installer/slxos-export
index 3d14a383..b8f1a458 100755
--- a/installer/slxos-export
+++ b/installer/slxos-export
@@ -309,11 +309,11 @@ which can be used to overrule the OpenSLX settings:
--db-spec=<string> full DBI-specification of database
--db-type=<string> type of database to connect to
--locale=<string> locale to use for translations
+ --log-level=<int> level of logging verbosity (0-3)
--logfile=<string> file to write logging output to
--private-path=<string> path to private data
--public-path=<string> path to public (client-accesible) data
--temp-path=<string> path to temporary data
- --verbose-level=<int> level of logging verbosity (0-3)
Please refer to the C<slxsettings>-manpage for a more detailed description
of these options.
diff --git a/installer/slxos-setup b/installer/slxos-setup
index e5e44d58..bcbca72e 100755
--- a/installer/slxos-setup
+++ b/installer/slxos-setup
@@ -389,11 +389,11 @@ which can be used to overrule the OpenSLX settings:
--db-spec=<string> full DBI-specification of database
--db-type=<string> type of database to connect to
--locale=<string> locale to use for translations
+ --log-level=<int> level of logging verbosity (0-3)
--logfile=<string> file to write logging output to
--private-path=<string> path to private data
--public-path=<string> path to public (client-accesible) data
--temp-path=<string> path to temporary data
- --verbose-level=<int> level of logging verbosity (0-3)
Please refer to the C<slxsettings>-manpage for a more detailed description
of these options.