[Toybox] dumpleases.c patch

Anatoly Mihailov tolyprog at gmail.com
Mon Dec 21 05:19:13 PST 2020


Hello. I found that description of dumpleases toy referring to udhcpd from
busybox, but toybox have dhcpd instead of udhcpd.
I made patch to fix this:

--- dumpleases.c 2020-12-21 18:05:36.623880028 +0500
+++ dumpleases.c 2020-12-21 17:44:45.094338953 +0500
@@ -1,4 +1,4 @@
-/* dumpleases.c - Dump the leases granted by dhcpd.
+/* dumpleases.c - Dump the leases granted by udhcpd.
  *
  * Copyright 2013 Sandeep Sharma <sandeep.jack2756 at gmail.com>
  * Copyright 2013 Kyungwan Han <asura321 at gmail.com>
@@ -12,7 +12,7 @@
   help
     usage: dumpleases [-r|-a] [-f LEASEFILE]

-    Display DHCP leases granted by dhcpd
+    Display DHCP leases granted by udhcpd
     -f FILE,  Lease file
     -r        Show remaining time
     -a        Show expiration time
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20201221/d651be5e/attachment.htm>


More information about the Toybox mailing list