summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig-db/devel-tools/create-simple-db.pl6
-rwxr-xr-xconfig-db/slxconfig-demuxer6
-rwxr-xr-xconfig-db/slxldd6
-rwxr-xr-xconfig-db/slxsettings6
-rwxr-xr-xconfig-db/slxsetup15
5 files changed, 20 insertions, 19 deletions
diff --git a/config-db/devel-tools/create-simple-db.pl b/config-db/devel-tools/create-simple-db.pl
index e2b7a2f9..b006204e 100755
--- a/config-db/devel-tools/create-simple-db.pl
+++ b/config-db/devel-tools/create-simple-db.pl
@@ -9,7 +9,7 @@
use strict;
my $abstract = q[
-slxsetup-test-data-simple.pl
+create-simple-db.pl
This script will generate a very simple OpenSLX test-dataset, useful for
testing and/or trying things out.
@@ -151,11 +151,11 @@ __END__
=head1 NAME
-slxsetup-test-data-simple.pl - Simple OpenSLX test data generator
+create-simple-db.pl - Simple OpenSLX test data generator
=head1 SYNOPSIS
-slxsetup-test-data-simple.pl [options]
+create-simple-db.pl [options]
Script Options:
--clobber overwrites config-db without asking
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index 62780f17..e5f52049 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -9,7 +9,7 @@
use strict;
my $abstract = q[
-slxconfig-demuxer.pl
+slxconfig-demuxer
This script will read information about all systems, clients and
groups from the OpenSLX configuration database, mix & match the individual
configurational attributes and then demultiplex the resulting information
@@ -389,11 +389,11 @@ __END__
=head1 NAME
-slxconfig-demuxer.pl - OpenSLX configuration demultiplexer
+slxconfig-demuxer - OpenSLX configuration demultiplexer
=head1 SYNOPSIS
-slxconfig-demuxer.pl [options]
+slxconfig-demuxer [options]
Script Options:
--dry-run avoids writing anything, for testing
diff --git a/config-db/slxldd b/config-db/slxldd
index ee887e01..ea682d80 100755
--- a/config-db/slxldd
+++ b/config-db/slxldd
@@ -9,7 +9,7 @@
use strict;
my $abstract = q[
-slxldd.pl
+slxldd
This script reimplements ldd in a way that should work for all
binary formats supported by the binutils installed on the host system.
@@ -164,12 +164,12 @@ __END__
=head1 NAME
-slxldd.pl - OpenSLX-script to determine the libraries required by any given
+slxldd - OpenSLX-script to determine the libraries required by any given
binary file.
=head1 SYNOPSIS
-slxldd.pl [options] file [...more files]
+slxldd [options] file [...more files]
Options:
--help brief help message
diff --git a/config-db/slxsettings b/config-db/slxsettings
index 4c82be28..f8a2fa00 100755
--- a/config-db/slxsettings
+++ b/config-db/slxsettings
@@ -9,7 +9,7 @@
use strict;
my $abstract = q[
-slxsetup.pl
+slxsettings
This script can be used to show or change the local settings for OpenSLX.
Any cmdline-argument passed to this script will change the local OpenSLX
@@ -120,11 +120,11 @@ __END__
=head1 NAME
-slxsetup.pl - OpenSLX-script to show & change local settings
+slxsettings - OpenSLX-script to show & change local settings
=head1 SYNOPSIS
-slxsetup.pl [options]
+slxsettings [options]
Script Options:
--noshow do not print resulting settings
diff --git a/config-db/slxsetup b/config-db/slxsetup
index 71afa0a3..2e1f6297 100755
--- a/config-db/slxsetup
+++ b/config-db/slxsetup
@@ -9,7 +9,7 @@
use strict;
my $abstract = q[
-slxsetup-test-data-simple.pl
+slxsetup
This script will generate a very simple OpenSLX test-dataset, useful for
testing and/or trying things out.
@@ -153,11 +153,11 @@ __END__
=head1 NAME
-slxsetup-test-data-simple.pl - Simple OpenSLX test data generator
+slxsetup - interactive OpenSLX setup
=head1 SYNOPSIS
-slxsetup-test-data-simple.pl [options]
+slxsetup [options]
Script Options:
--clobber overwrites config-db without asking
@@ -194,8 +194,8 @@ slxsetup-test-data-simple.pl [options]
=item B<--clobber>
-Runs the script without asking any questions, B<any contents in the OpenSLX
-config-db will be wiped!>
+Runs the script without asking for confirmation, B<any contents in the
+OpenSLX config-db will be wiped!>
=back
@@ -332,8 +332,9 @@ Prints the version and exits.
=head1 DESCRIPTION
-B<slxsetup-test-data-simple.pl> will generate a very simple test-dataset
-useful for testing and/or trying things out.
+B<slxsetup> executes an interactive setup process (a questionnaire),
+after which an OpenSLX database will be created according to the
+results of the questionnaire.
If the OpenSLX configuration database already contains data, the script
will ask for confirmation before clobbering that database.