From 6355ab9bdd2d479481cae0dfb3eb668ea024439d Mon Sep 17 00:00:00 2001
From: John Terpstra <jht@samba.org>
Date: Sun, 19 Dec 2004 16:26:02 +0000
Subject: Replace drive root with environment variable that is portable. (This
 used to be commit ff5a43ab3041626a8dc48f29e3f10163d7408dd0)

---
 docs/Samba-HOWTO-Collection/Integrating-with-Windows.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'docs')

diff --git a/docs/Samba-HOWTO-Collection/Integrating-with-Windows.xml b/docs/Samba-HOWTO-Collection/Integrating-with-Windows.xml
index af5859aea3..468aabb5bc 100644
--- a/docs/Samba-HOWTO-Collection/Integrating-with-Windows.xml
+++ b/docs/Samba-HOWTO-Collection/Integrating-with-Windows.xml
@@ -442,7 +442,7 @@ is called <command>nmblookup</command>.
 <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 @@ It typically looks like this:
 
 <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 
-- 
cgit