From 98e0ca3f6f0b28993227e1ddf0b9a63c7744b5d4 Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Mon, 13 Feb 2023 10:27:00 -0500 Subject: [PATCH] README: Writing PID files is not supported anymore. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 16c8fd8..bae8c10 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,7 @@ even sees the data. ndhc also only listens to DHCP traffic when it's necessary. *Flexible*. ndhc can request particular IPs, send user-specified client -IDs, write a file that contains the current lease IP, write PID files, -etc. +IDs, write a file that contains the current lease IP, etc. *Self-contained*. ndhc does not exec other processes, or rely on the shell. Further, ndhc relies on no external libraries aside from the system libc.