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 <[email protected]>
  * Copyright 2013 Kyungwan Han <[email protected]>
@@ -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
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to