diff options
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/e2fsprogs/e2fsprogs.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/etc/_etc/etc/hosts.new | 10 | ||||
-rwxr-xr-x | source/a/etc/etc.SlackBuild | 2 | ||||
-rwxr-xr-x | source/a/hwdata/hwdata.SlackBuild | 2 |
4 files changed, 6 insertions, 10 deletions
diff --git a/source/a/e2fsprogs/e2fsprogs.SlackBuild b/source/a/e2fsprogs/e2fsprogs.SlackBuild index fa90bc8d..0e58d803 100755 --- a/source/a/e2fsprogs/e2fsprogs.SlackBuild +++ b/source/a/e2fsprogs/e2fsprogs.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=e2fsprogs VERSION=${VERSION:-$(echo e2fsprogs*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} 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 diff --git a/source/a/hwdata/hwdata.SlackBuild b/source/a/hwdata/hwdata.SlackBuild index b879c250..143ac8c1 100755 --- a/source/a/hwdata/hwdata.SlackBuild +++ b/source/a/hwdata/hwdata.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=hwdata VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |