diff options
| author | Oliver Tappe | 2006-10-29 11:28:36 +0100 |
|---|---|---|
| committer | Oliver Tappe | 2006-10-29 11:28:36 +0100 |
| commit | 103c7fc02b42387795fc44ca2b4fc61675f47eac (patch) | |
| tree | a6c4242d91e49c6bee31691406d943cd8697a640 /config-db/slxsetup | |
| parent | * we now check if we could create the database folder and (diff) | |
| download | core-103c7fc02b42387795fc44ca2b4fc61675f47eac.tar.gz core-103c7fc02b42387795fc44ca2b4fc61675f47eac.tar.xz core-103c7fc02b42387795fc44ca2b4fc61675f47eac.zip | |
* adjusted PODs and abstracts to recent name changes.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@479 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/slxsetup')
| -rwxr-xr-x | config-db/slxsetup | 15 |
1 files changed, 8 insertions, 7 deletions
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. |
