[GRASS-SVN] r33759 - grass/branches/develbranch_6/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 8 08:41:46 EDT 2008
Author: neteler
Date: 2008-10-08 08:41:45 -0400 (Wed, 08 Oct 2008)
New Revision: 33759
Modified:
grass/branches/develbranch_6/lib/init/variables.html
Log:
Fix typo GRASS_ERROR_LOG -> GIS_ERROR_LOG
Remove reference ot $GISBASE/GIS_ERROR_LOG; no longer used
Modified: grass/branches/develbranch_6/lib/init/variables.html
===================================================================
--- grass/branches/develbranch_6/lib/init/variables.html 2008-10-08 12:31:39 UTC (rev 33758)
+++ grass/branches/develbranch_6/lib/init/variables.html 2008-10-08 12:41:45 UTC (rev 33759)
@@ -127,7 +127,7 @@
<dd>defines the name (path) of a shell script to be processed as batch job.</dd>
<br>
- <dt>GRASS_ERROR_LOG</dt>
+ <dt>GIS_ERROR_LOG</dt>
<dd>If set, $GIS_ERROR_LOG should be the absolute path to the log file (a
relative path will be interpreted relative to the process' cwd, not
the cwd at the point the user set the variable). If not set,
@@ -582,14 +582,6 @@
<tt>touch $HOME/GIS_ERROR_LOG</tt><br>
See also GIS_ERROR_LOG variable.</dd>
- <br>
- <dt>$GISBASE/GIS_ERROR_LOG</dt>
- <dd>if this file exists then all GRASS error and warning messages are
- logged here. Applies to all users. (proper write permissions must be in place)
- <br><br>
- <i>Note:</i>
- Error and warning messages encountered while using the GUI menus are not logged.
- </dd>
</dl>
<h3>SEE ALSO</h3>
More information about the grass-commit
mailing list