Update of /cvsroot/dhcp-agent/dhcp-agent
In directory usw-pr-cvs1:/tmp/cvs-serv28585
Modified Files:
TODO
Log Message:
The kill(pid, 0) test is in now.
Index: TODO
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/TODO,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** TODO 11 Jun 2002 03:06:39 -0000 1.24
--- TODO 11 Jun 2002 03:07:43 -0000 1.25
***************
*** 26,31 ****
-- autoconf script is getting ugly -- methinks its broken and is
barely parsed
- -- add test for kill(0, pid) to see if it correctly identifies the
- running process.
-- check for duplicates in configure.in and compress them (for
example -I and -L flags should not be repeated.)
--- 26,29 ----
|