]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
renamed startup.pl -> init_setup.pl and start.pl -> init_system.pl
authorwww@jspc55 <www@jspc55>
Fri, 11 Jul 2014 16:18:57 +0000 (18:18 +0200)
committerwww@jspc55 <www@jspc55>
Fri, 11 Jul 2014 16:18:57 +0000 (18:18 +0200)
tools/init_setup.pl [moved from tools/startup.pl with 98% similarity]
tools/init_system.pl [moved from tools/start.pl with 100% similarity]
tools/run.pl

similarity index 98%
rename from tools/startup.pl
rename to tools/init_setup.pl
index ad7d0ff1a6fb5cf53690bb24baa1b048acf85e53..3ee6a7b6867beaa5bff34b1f509733996a6667cb 100755 (executable)
@@ -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
similarity index 100%
rename from tools/start.pl
rename to tools/init_system.pl
index 2b09d76d82b6f9cec9e03d44536477ed40fb5fe7..d153fe3aeb01980dd7a06a04c20c86804eb6c71b 100755 (executable)
@@ -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 "<pre>";
 print qx|date|;
-print qx"./startup.pl $setupFile";
+print qx"./init_setup.pl $setupFile";
 
 unless($q->param('startupOnly') eq 'true'){
   print qx|date|;