From 3a98d0d09b0116680847eea9eb10df19e2455d18 Mon Sep 17 00:00:00 2001
From: Firas Khalil Khana <firasuke@gmail.com>
Date: Sat, 19 Sep 2020 17:19:19 +0300
Subject: [PATCH] cksum and hostid are already implemented

Both of [cksum](https://github.com/landley/toybox/blob/master/toys/posix/cksum.c) and [hostid](https://github.com/landley/toybox/blob/master/toys/example/hostid.c) are already implemented, unless you're planning on removing them.
---
 www/roadmap.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/roadmap.html b/www/roadmap.html
index 556a5c2a..ea10f116 100644
--- a/www/roadmap.html
+++ b/www/roadmap.html
@@ -1167,15 +1167,15 @@ vigr vipw, grpconv grpunconv pwconv pwunconv, chgpasswd gpasswd)</li>
 <li><b>psmisc</b>: killall [fuser] [pstree] [peekfd] [prtstat]
 (not: pslog pstree.x11)</li>
 <li><b>inetutils</b>: dnsdomainname [ftp] hostname ifconfig ping ping6 [telnet] [tftp] [traceroute] (not: talk)</li>
-<li><b>coreutils</b>: [ base64 basename true cat chgrp chmod chown chroot comm cp cut date
-dd df dirname du echo env expand factor false fmt fold groups head id install
+<li><b>coreutils</b>: [ base64 basename true cat chgrp chmod chown chroot cksum comm cp cut date
+dd df dirname du echo env expand factor false fmt fold groups head hostid id install
 link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc od
 paste printenv printf pwd readlink realpath rm rmdir seq sha1sum shred
 sleep sort split stat sync tac tail tee test timeout touch true truncate
 tty uname uniq unlink wc who whoami yes
 [expr] [fold] [join] [numfmt] [runcon] [sha224sum] [sha256sum] [sha384sum]
 [sha512sum] [stty] [b2sum] [tr] [unexpand]
-(not: b2sum base32 basenc chcon cksum csplit dir dircolors hostid pathchk
+(not: b2sum base32 basenc chcon csplit dir dircolors pathchk
 pinky pr ptx shuf stdbuf sum tsort users vdir, see also libstdbuf)</li>
 <li><b>util-linux</b>: blkid blockdev cal chrt dmesg eject fallocate flock hwclock
 ionice kill logger losetup mcookie mkswap more mount mountpoint nsenter
-- 
2.39.2

