diff options
author | John Terpstra <jht@samba.org> | 2004-12-19 16:26:02 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:09 -0500 |
commit | 6355ab9bdd2d479481cae0dfb3eb668ea024439d (patch) | |
tree | 39cbfd552c4ef9fb22fcaea9306f305ff31de871 /docs | |
parent | 8bab91ae3f392b4f91d1d51fddee34a189a4d892 (diff) | |
download | samba-6355ab9bdd2d479481cae0dfb3eb668ea024439d.tar.gz samba-6355ab9bdd2d479481cae0dfb3eb668ea024439d.tar.bz2 samba-6355ab9bdd2d479481cae0dfb3eb668ea024439d.zip |
Replace drive root with environment variable that is portable.
(This used to be commit ff5a43ab3041626a8dc48f29e3f10163d7408dd0)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba-HOWTO-Collection/Integrating-with-Windows.xml | 4 |
1 files 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 <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 |