From: www@jspc55 Date: Fri, 11 Jul 2014 16:18:57 +0000 (+0200) Subject: renamed startup.pl -> init_setup.pl and start.pl -> init_system.pl X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ed9352f9d541a8830d1ca390a28b006c06c93777;p=mvdsensorcontrol.git renamed startup.pl -> init_setup.pl and start.pl -> init_system.pl --- diff --git a/tools/startup.pl b/tools/init_setup.pl similarity index 98% rename from tools/startup.pl rename to tools/init_setup.pl index ad7d0ff..3ee6a7b 100755 --- a/tools/startup.pl +++ b/tools/init_setup.pl @@ -300,11 +300,11 @@ __END__ =head1 NAME -startup.pl - Run the necessary steps to configure and start MAPS sensors +init_setup.pl - Run the necessary steps to configure and start MAPS sensors =head1 SYNOPSIS -startup.pl /path/to/setupFile +init_setup.pl /path/to/setupFile Options: -h, --help brief help message diff --git a/tools/start.pl b/tools/init_system.pl similarity index 100% rename from tools/start.pl rename to tools/init_system.pl diff --git a/tools/run.pl b/tools/run.pl index 2b09d76..d153fe3 100755 --- a/tools/run.pl +++ b/tools/run.pl @@ -75,12 +75,12 @@ unless(-e $picPath or mkdir $picPath) { die "Unable to create $picPath\n"; } -# system("./startup.pl ".SETUPFILE); +# system("./init_setup.pl ".SETUPFILE); my $dummy; print "
";
 print qx|date|;
-print qx"./startup.pl $setupFile";
+print qx"./init_setup.pl $setupFile";
 
 unless($q->param('startupOnly') eq 'true'){
   print qx|date|;