diff options
Diffstat (limited to 'source/a/etc')
-rw-r--r-- | source/a/etc/_etc/etc/hosts.new | 10 | ||||
-rwxr-xr-x | source/a/etc/etc.SlackBuild | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/source/a/etc/_etc/etc/hosts.new b/source/a/etc/_etc/etc/hosts.new index 6e33147f..75888c58 100644 --- a/source/a/etc/_etc/etc/hosts.new +++ b/source/a/etc/_etc/etc/hosts.new @@ -6,16 +6,12 @@ # "named" name server. Just add the names, addresses # and any aliases to this file... # -# By the way, Arnt Gulbrandsen <agulbra@nvg.unit.no> says that 127.0.0.1 -# should NEVER be named with the name of the machine. It causes problems -# for some (stupid) programs, irc and reputedly talk. :^) -# # For loopbacking. 127.0.0.1 localhost -# This next entry is technically wrong, but good enough to get TCP/IP apps -# to quit complaining that they can't verify the hostname on a loopback-only -# Linux box. +::1 localhost +# Same thing for the default hostname if nothing was set up by netconfig: 127.0.0.1 darkstar.example.net darkstar +::1 darkstar.example.net darkstar # End of hosts. diff --git a/source/a/etc/etc.SlackBuild b/source/a/etc/etc.SlackBuild index 90581406..424de599 100755 --- a/source/a/etc/etc.SlackBuild +++ b/source/a/etc/etc.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=etc VERSION=15.0 -BUILD=${BUILD:-13} +BUILD=${BUILD:-14} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |