From 98ecd61f61507ea49828b81e762be02239056ebf Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 3 Oct 2006 11:40:53 +0000 Subject: * added OpenSLX-header to all my files. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@434 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxsetup.pl | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'config-db/slxsetup.pl') 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 +# +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, -- cgit v1.2.3-55-g7522