summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Tappe2007-05-02 17:52:07 +0200
committerOliver Tappe2007-05-02 17:52:07 +0200
commitb5afbb85a3966449a221e87638f41215629b3878 (patch)
treeee7ef6da29fedba95556621cb565ab8c52afdb95
parentFilesystemtype is needed for busybox mount (ext2 to /mnt/tmp) ... (diff)
downloadcore-b5afbb85a3966449a221e87638f41215629b3878.tar.gz
core-b5afbb85a3966449a221e87638f41215629b3878.tar.xz
core-b5afbb85a3966449a221e87638f41215629b3878.zip
* reverted recent addition of --verbose-level to short help, as that is no script option,
but an openslx-option (which is supported by all openslx-scripts). These options are only mentioned in the man-page, but not in the short help. * Moved the improved help text for --verbose-level to slxsettings. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@987 95ad53e4-c205-0410-b2fa-d234c58c8868
-rwxr-xr-xconfig-db/slxconfig-demuxer7
-rwxr-xr-xconfig-db/slxsettings3
2 files changed, 3 insertions, 7 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index 22e98ab3..7acb0324 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -479,7 +479,6 @@ slxconfig-demuxer [options]
--dhcp-export-type=<string> specifies the type of DHCP-server
(ISC,...)
--dry-run avoids writing anything, for testing
- --verbose-level=<int> sets level of debugging output (1-3)
=head3 General Options
@@ -585,12 +584,6 @@ supported.
Runs the script but avoids writing anything. This is useful for testing, as
you can learn from the logging output what would have been done.
-=item B<< --verbose-level=N >>
-
-Prints additional output for debugging. N is a number between 1 and 3. Level
-1 provides more information than the default, while 2 provides traces. With
-level 3 you get extreme debug output, e.g. database commands are printed.
-
=back
=head3 General Options
diff --git a/config-db/slxsettings b/config-db/slxsettings
index f0de947c..82b97585 100755
--- a/config-db/slxsettings
+++ b/config-db/slxsettings
@@ -346,6 +346,9 @@ Default is $SLX_TFTPBOOT_PATH (usually F</srv/openslx/tftpboot>.
=item B<< --verbose-level=<int> >>
Sets the level of logging verbosity (0-3).
+Prints additional output for debugging. N is a number between 0 and 3. Level
+1 provides more information than the default, while 2 provides traces. With
+level 3 you get extreme debug output, e.g. database commands are printed.
Default is $SLX_VERBOSE_LEVEL (usually 0, no logging).