From 34e522bcad11b1264a92e46379991fb4d344f1d1 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 30 Aug 2011 15:03:25 +0200 Subject: added check for file existens. renamed the dhcpcd bin to customdhcpcd. temporal solution for the message loss problem => added a sleep(1) function after every send operation. this makes the programm a bit slower but it solves the problem, we now receive every message (issue 339) --- workspace/customdhcpcd/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'workspace/customdhcpcd/src/Makefile') diff --git a/workspace/customdhcpcd/src/Makefile b/workspace/customdhcpcd/src/Makefile index 13d9f28..7f90db4 100644 --- a/workspace/customdhcpcd/src/Makefile +++ b/workspace/customdhcpcd/src/Makefile @@ -2,7 +2,7 @@ # Our mk stubs also work with GNU make. # Copyright 2008 Roy Marples -PROG= dhcpcd +PROG= customdhcpcd SRCS= arp.c client.c common.c configure.c dhcp.c dhcpcd.c duid.c \ info.c interface.c ipv4ll.c logger.c logwriter.c signal.c socket.c MAN= dhcpcd.8 -- cgit v1.2.3-55-g7522