[Orca-checkins] r343 - trunk/orca

Blair Zajac blair at orcaware.com
Thu Jun 10 21:44:36 PDT 2004


Author: blair
Date: Thu Jun 10 21:42:25 2004
New Revision: 343

Modified:
   trunk/orca/CHANGES
   trunk/orca/NEWS
Log:
* CHANGES,
* NEWS:
  Fix some stutters.


Modified: trunk/orca/CHANGES
==============================================================================
--- trunk/orca/CHANGES	(original)
+++ trunk/orca/CHANGES	Thu Jun 10 21:42:25 2004
@@ -179,7 +179,7 @@
 	      match each regular expression in a global integer array,
 	      count_procs_results.
 	* orcallator/start_orcallator.sh.in:
-	  Set WEB_SERVER to httpd and and set WEB_SERVER_SECURE to
+	  Set WEB_SERVER to httpd and and WEB_SERVER_SECURE to
 	  httpsd and export them both into the environment for
 	  orcallator.se to use.  Add documentation for these two
 	  variables.
@@ -188,7 +188,7 @@
 
 	* Makefile.in: Restructure the 'all' and 'install' rules so
 	  that if make fails in one subdirectory, then the top level
-	  make fail fail immediately.  Previously, all subdirectories
+	  'make fail' fails immediately.  Previously, all subdirectories
 	  would be built, regardless if there was a failure in any one
 	  subdirectory.  Do not do this for 'clean' and 'distclean',
 	  because they should always clean up as much as they can,

Modified: trunk/orca/NEWS
==============================================================================
--- trunk/orca/NEWS	(original)
+++ trunk/orca/NEWS	Thu Jun 10 21:42:25 2004
@@ -95,9 +95,9 @@
     stat()ed but then fopen() failed.  Problem noted by Jeremy McCarty
     <jeremy at nd.edu>.
 
-10) In orcallator.se, in check_output_log_filename(), stat() was was
-    being passed a stat_t by value, instead of a pointer to a stat_t.
-    Only the return value from stat() was being used, so this bug had
+10) In orcallator.se, in check_output_log_filename(), stat() was being
+    passed a stat_t by value, instead of a pointer to a stat_t.  Only
+    the return value from stat() was being used, so this bug had
     no effect upon the logic of the code.  Problem noted by Richard
     Pettit <richp at setoolkit.com>.
 



More information about the Orca-checkins mailing list