summaryrefslogtreecommitdiffstats
path: root/config-db/slxsetup.pl
diff options
context:
space:
mode:
authorOliver Tappe2006-10-14 14:34:39 +0200
committerOliver Tappe2006-10-14 14:34:39 +0200
commit7b1afd916412048d5d9e68a65eafa1f764f2a3cb (patch)
tree27cb80b3a72cf7ade87d90498edffebb69324717 /config-db/slxsetup.pl
parent* minor cleanup (diff)
downloadcore-7b1afd916412048d5d9e68a65eafa1f764f2a3cb.tar.gz
core-7b1afd916412048d5d9e68a65eafa1f764f2a3cb.tar.xz
core-7b1afd916412048d5d9e68a65eafa1f764f2a3cb.zip
* adjusted POD-texts to our current standards.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@461 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/slxsetup.pl')
-rwxr-xr-xconfig-db/slxsetup.pl24
1 files changed, 13 insertions, 11 deletions
diff --git a/config-db/slxsetup.pl b/config-db/slxsetup.pl
index 78ad6b72..4c82be28 100755
--- a/config-db/slxsetup.pl
+++ b/config-db/slxsetup.pl
@@ -8,6 +8,19 @@
#
use strict;
+my $abstract = q[
+slxsetup.pl
+ 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
+ settings file (usually /etc/opt/openslx/settings.local).
+
+ If you invoke the script without any arguments, it will print the current
+ settings and exit.
+
+ Please use the --man option in order to read the full manual.
+];
+
use Getopt::Long qw(:config pass_through);
use Pod::Usage;
@@ -21,17 +34,6 @@ use lib "$FindBin::RealBin";
use OpenSLX::Basics;
-my $abstract = q[
-slxsetup.pl
- 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
- settings file (usually /etc/opt/openslx/settings.local).
-
- If you invoke the script without any arguments, it will print the current
- settings and exit.
-];
-
my (
$noShow,
$quiet,