From 6355ab9bdd2d479481cae0dfb3eb668ea024439d Mon Sep 17 00:00:00 2001 From: John Terpstra 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(-) 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 nmblookup. LMHOSTS This file is usually located in MS Windows NT 4.0 or Windows 200x/XP in the directory -C:\WINNT\SYSTEM32\DRIVERS\ETC and contains the IP Address +%SystemRoot%\SYSTEM32\DRIVERS\ETC and contains the IP Address and the machine name in matched pairs. The LMHOSTS file performs NetBIOS name to IP address mapping. @@ -538,7 +538,7 @@ It typically looks like this: This file is usually located in MS Windows NT 4.0 or Windows 200x/XP in -the directory C:\WINNT\SYSTEM32\DRIVERS\ETC and contains +the directory %SystemRoot%\SYSTEM32\DRIVERS\ETC 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