summaryrefslogtreecommitdiffstats
path: root/config-db/slxsetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/slxsetup.pl')
-rwxr-xr-xconfig-db/slxsetup.pl14
1 files changed, 11 insertions, 3 deletions
diff --git a/config-db/slxsetup.pl b/config-db/slxsetup.pl
index 8b28cef2..2b7ce15c 100755
--- a/config-db/slxsetup.pl
+++ b/config-db/slxsetup.pl
@@ -1,4 +1,15 @@
#! /usr/bin/perl
+#
+# slxsetup.pl - OpenSLX-script to show & change local settings
+#
+# (c) 2006 - OpenSLX.com
+#
+# Oliver Tappe <ot@openslx.com>
+#
+use strict;
+
+use Getopt::Long qw(:config pass_through);
+use Pod::Usage;
# add the lib-folder and the folder this script lives in to perl's search
# path for modules:
@@ -10,9 +21,6 @@ use lib "$FindBin::RealBin";
use OpenSLX::Basics;
-use Getopt::Long qw(:config pass_through);
-use Pod::Usage;
-
my (
$noShow,
$quiet,