summaryrefslogtreecommitdiffstats
path: root/config-db/slxsetup.pl
diff options
context:
space:
mode:
authorOliver Tappe2006-10-03 13:40:53 +0200
committerOliver Tappe2006-10-03 13:40:53 +0200
commit98ecd61f61507ea49828b81e762be02239056ebf (patch)
tree01b40289ddf6ff8469750aa13e47007070503638 /config-db/slxsetup.pl
parent* fixed problem with perl-scripts not finding their modules in production path (diff)
downloadcore-98ecd61f61507ea49828b81e762be02239056ebf.tar.gz
core-98ecd61f61507ea49828b81e762be02239056ebf.tar.xz
core-98ecd61f61507ea49828b81e762be02239056ebf.zip
* added OpenSLX-header to all my files.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@434 95ad53e4-c205-0410-b2fa-d234c58c8868
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,