mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 18:56:48 +00:00
[HOSTS]
- Add a simple hosts file - Not used yet svn path=/trunk/; revision=47017
This commit is contained in:
parent
0225b59c2d
commit
6ebb4c8c3b
3 changed files with 6 additions and 0 deletions
|
@ -634,6 +634,7 @@ media\nls\c_28603.nls 1
|
|||
media\nls\c_28604.nls 1
|
||||
media\nls\c_28605.nls 1
|
||||
media\nls\c_28606.nls 1
|
||||
media\drivers\etc\hosts 5
|
||||
media\drivers\etc\services 5
|
||||
media\inf\audio.inf 6
|
||||
media\inf\acpi.inf 6
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<cdfile installbase="$(CDOUTPUT)">hosts</cdfile>
|
||||
<installfile installbase="system32/drivers/etc">hosts</installfile>
|
||||
<cdfile installbase="$(CDOUTPUT)">services</cdfile>
|
||||
<installfile installbase="system32/drivers/etc">services</installfile>
|
||||
<if property="KDBG" value="1">
|
||||
|
|
3
reactos/media/drivers/etc/hosts
Normal file
3
reactos/media/drivers/etc/hosts
Normal file
|
@ -0,0 +1,3 @@
|
|||
# ReactOS hosts file
|
||||
|
||||
127.0.0.1 localhost
|
Loading…
Reference in a new issue