summaryrefslogtreecommitdiff
blob: 4702ca0c1a12bc572e1109a52aa7e88f8a8ab30f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
work around "multi off" in /etc/host.conf and "::1 localhost"
*not* being the *first* "localhost" entry in /etc/hosts

--- a/Makefile.in
+++ b/Makefile.in
@@ -86,7 +86,7 @@ test2: test.md5
 	./mbuffer --pid -q -4 -I :7001 -o $@.tar -o - | openssl md5 > $@.md5 & \
 		sleep 1; \
 		rm -f $@.tar; \
-		./mbuffer --pid -i test.tar -o /dev/null -4 -O localhost:7001 -H; \
+		./mbuffer --pid -i test.tar -o /dev/null -4 -O 127.0.0.1:7001 -H; \
 		wait
 	sync
 	diff $@.md5 test.md5