From ed9352f9d541a8830d1ca390a28b006c06c93777 Mon Sep 17 00:00:00 2001 From: "www@jspc55" Date: Fri, 11 Jul 2014 18:18:57 +0200 Subject: [PATCH] renamed startup.pl -> init_setup.pl and start.pl -> init_system.pl --- tools/{startup.pl => init_setup.pl} | 4 ++-- tools/{start.pl => init_system.pl} | 0 tools/run.pl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename tools/{startup.pl => init_setup.pl} (98%) rename tools/{start.pl => init_system.pl} (100%) 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|;
-- 
2.43.0