git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2489eb6
)
fix typo in IP address @ 392 line
author
Tomasz Przybył
<redacted>
Thu, 24 Mar 2016 09:54:23 +0000
(10:54 +0100)
committer
Tomasz Przybył
<redacted>
Thu, 24 Mar 2016 09:54:23 +0000
(10:54 +0100)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index d514c267dd6e4ae800b71fc44603e29806560aa7..b03daa5a02afa07f491e48b663e77d7a7e8714d4 100644
(file)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-389,7
+389,7
@@
def writeOpeningHeader(finalFile):
writeData(finalFile, '\n')
writeData(finalFile, '127.0.0.1 localhost\n')
writeData(finalFile, '127.0.0.1 localhost.localdomain\n')
- writeData(finalFile, '127.
a
0.0.1 local\n')
+ writeData(finalFile, '127.0.0.1 local\n')
writeData(finalFile, '255.255.255.255 broadcasthost\n')
writeData(finalFile, '::1 localhost\n')
writeData(finalFile, 'fe80::1%lo0 localhost\n')
git clone https://git.99rst.org/PROJECT