Author: jht
Date: 2004-12-19 16:26:02 +0000 (Sun, 19 Dec 2004)
New Revision: 306

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=306

Log:
Replace drive root with environment variable that is portable.
Modified:
   trunk/Samba-HOWTO-Collection/Integrating-with-Windows.xml


Changeset:
Modified: trunk/Samba-HOWTO-Collection/Integrating-with-Windows.xml
===================================================================
--- trunk/Samba-HOWTO-Collection/Integrating-with-Windows.xml   2004-12-16 
12:33:57 UTC (rev 305)
+++ trunk/Samba-HOWTO-Collection/Integrating-with-Windows.xml   2004-12-19 
16:26:02 UTC (rev 306)
@@ -442,7 +442,7 @@
 <para>
 <indexterm><primary>LMHOSTS</primary></indexterm>
 This file is usually located in MS Windows NT 4.0 or Windows 200x/XP in the 
directory
-<filename>C:\WINNT\SYSTEM32\DRIVERS\ETC</filename> and contains the IP Address
+<filename>%SystemRoot%\SYSTEM32\DRIVERS\ETC</filename> and contains the IP 
Address
 and the machine name in matched pairs. The <filename>LMHOSTS</filename> file
 performs NetBIOS name to IP address mapping.
 </para>
@@ -538,7 +538,7 @@
 
 <para>
 This file is usually located in MS Windows NT 4.0 or Windows 200x/XP in 
-the directory <filename>C:\WINNT\SYSTEM32\DRIVERS\ETC</filename> and contains 
+the directory <filename>%SystemRoot%\SYSTEM32\DRIVERS\ETC</filename> and 
contains 
 the IP Address and the IP hostname in matched pairs. It can be 
 used by the name resolution infrastructure in MS Windows, depending 
 on how the TCP/IP environment is configured. This file is in 

Reply via email to