From: Steven Black Date: Mon, 23 Nov 2015 14:07:36 +0000 (-0500) Subject: Add at the top. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9bf03dd7c9a49abd6275dfcc9a3ca268781efac9;p=stevenblack-hosts.git Add at the top. --- diff --git a/updateHostsFile.py b/updateHostsFile.py index 2f5808727..ae13d1771 100755 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -292,6 +292,7 @@ def writeOpeningHeader(finalFile): writeData( finalFile, '# ===============================================================\n' ) writeData( finalFile, '\n' ) writeData( finalFile, '127.0.0.1 localhost\n' ) + writeData( finalFile, '::1 localhost\n' ) writeData( finalFile, '\n' ) preamble = os.path.join( BASEDIR_PATH, "myhosts" );