Author: cazfi
Date: Thu Jun 23 09:40:40 2016
New Revision: 32981

URL: http://svn.gna.org/viewcvs/freeciv?rev=32981&view=rev
Log:
Dropped documentation references to FREECIV_PATH.

See patch #7297

Modified:
    trunk/INSTALL
    trunk/doc/man/freeciv-client.6.in
    trunk/doc/man/freeciv-server.6.in

Modified: trunk/INSTALL
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/INSTALL?rev=32981&r1=32980&r2=32981&view=diff
==============================================================================
--- trunk/INSTALL       (original)
+++ trunk/INSTALL       Thu Jun 23 09:40:40 2016
@@ -507,15 +507,15 @@
 directory; the "data" subdirectory of the current directory; the 
 subdirectory ".freeciv" in the user's home directory; and the directory
 where the files are placed by running "make install".  You can override
-this search patch by setting the FREECIV_PATH environment variable, to
+this search patch by setting the FREECIV_DATA_PATH environment variable, to
 a single directory or a list of directories separated by colons.
 
 For example:
 
-  % setenv FREECIV_PATH "/usr/games/freeciv/data:./data"
+  % setenv FREECIV_DATA_PATH "/usr/games/freeciv/data:./data"
   (for users of csh, tcsh, etc.)
 
-  % FREECIV_PATH="/usr/games/freeciv/data:./data"; export FREECIV_PATH
+  % FREECIV_DATA_PATH="/usr/games/freeciv/data:./data"; export 
FREECIV_DATA_PATH
   (for users of sh, bash, ksh, zsh, etc.)
 
 Also, note that you generally must install Freeciv if you wish to use

Modified: trunk/doc/man/freeciv-client.6.in
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/doc/man/freeciv-client.6.in?rev=32981&r1=32980&r2=32981&view=diff
==============================================================================
--- trunk/doc/man/freeciv-client.6.in   (original)
+++ trunk/doc/man/freeciv-client.6.in   Thu Jun 23 09:40:40 2016
@@ -269,17 +269,12 @@
 of the current directory; the subdirectory ".freeciv/@DATASUBDIR@" in the 
user's
 home directory; and the directory where the files are placed by running
 "make install".  If not set,
-.BI FREECIV_PATH
-is checked before these defaults are used.
-.TP
 .BI FREECIV_SAVE_PATH
 A colon separated list of directories pointing to the
 .B freeciv
 save directories. By default Freeciv looks in the following directories,
 in order, for save files: the current directory; and the subdirectory
-".freeciv/saves" in the user's home directory.  If not set, \fBFREECIV_PATH\fP
-is checked before these defaults are used; in this case Freeciv also
-looks in "saves" potential subdirectories.
+".freeciv/saves" in the user's home directory.
 
 (This does not affect where the server spawned by the client creates save
 game files; these are always created in ".freeciv/saves" in the user's
@@ -293,22 +288,11 @@
 subdirectory of the current directory; the subdirectories
 ".freeciv/@DATASUBDIR@/scenarios" and then ".freeciv/scenarios"
 in the user's home directory; and the directory where the files are placed
-by running "make install".  If not set, \fBFREECIV_PATH\fP
-is checked before these defaults are used; in this case Freeciv also
-looks in "scenario" and "scenarios" potential subdirectories.
+by running "make install".
 
 (This does not affect where the server spawned by the client creates scenario
 files; these are always created in ".freeciv/scenarios" in the user's
 home directory.)
-.TP
-.BI FREECIV_PATH
-A colon separated list of directories to look for various files.
-This variable has no effect if \fBFREECIV_DATA_PATH\fP,
-\fBFREECIV_SAVE_PATH\fP and \fBFREECIV_SCENARIO_PATH\fP are defined
-together; those variables are the recommended way to override paths, with
-\fBFREECIV_PATH\fP provided for backward compatibility with older versions
-of Freeciv. The precise search path depends on the type of file being
-searched for.
 .TP
 .BI HOME
 Specifies the user's home directory.

Modified: trunk/doc/man/freeciv-server.6.in
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/doc/man/freeciv-server.6.in?rev=32981&r1=32980&r2=32981&view=diff
==============================================================================
--- trunk/doc/man/freeciv-server.6.in   (original)
+++ trunk/doc/man/freeciv-server.6.in   Thu Jun 23 09:40:40 2016
@@ -339,17 +339,12 @@
 of the current directory; the subdirectory ".freeciv/@DATASUBDIR@" in the 
user's
 home directory; and the directory where the files are placed by running
 "make install".  If not set,
-.BI FREECIV_PATH
-is checked before these defaults are used.
-.TP
 .BI FREECIV_SAVE_PATH
 A colon separated list of directories pointing to the
 .B freeciv
 save directories. By default Freeciv looks in the following directories,
 in order, for save files: the current directory; and the subdirectory
-".freeciv/saves" in the user's home directory.  If not set, \fBFREECIV_PATH\fP
-is checked before these defaults are used; in this case Freeciv also
-looks in "saves" potential subdirectories.
+".freeciv/saves" in the user's home directory.
 
 (This does not affect where the server creates save game files; see the
 .I \-\-saves
@@ -363,22 +358,11 @@
 subdirectory of the current directory; the subdirectories
 ".freeciv/@DATASUBDIR@/scenarios" and then ".freeciv/scenarios"
 in the user's home directory; and the directory where the files are placed
-by running "make install".  If not set, \fBFREECIV_PATH\fP
-is checked before these defaults are used; in this case Freeciv also
-looks in "scenario" and "scenarios" potential subdirectories.
+by running "make install".
 
 (This does not affect where the server creates scenario files; see the
 .I \-\-scenarios
 option for that.)
-.TP
-.BI FREECIV_PATH
-A colon separated list of directories to look for various files.
-This variable has no effect if \fBFREECIV_DATA_PATH\fP,
-\fBFREECIV_SAVE_PATH\fP and \fBFREECIV_SCENARIO_PATH\fP are defined
-together; those variables are the recommended way to override paths, with
-\fBFREECIV_PATH\fP provided for backward compatibility with older versions
-of Freeciv. The precise search path depends on the type of file being
-searched for.
 .TP
 .BI HOME
 Specifies the user's home directory.


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to