Move tail(1) to toybox.

Test: treehugger
Change-Id: If421513911208db4542c4767168ce50b7b837af8
This commit is contained in:
Elliott Hughes
2018-11-27 09:27:09 -08:00
parent b97cc1753c
commit d50d40fe07

View File

@@ -137,7 +137,6 @@ var Configuration = map[string]PathConfig{
"sort": Allowed,
"stat": Allowed,
"tar": Allowed,
"tail": Allowed,
"tee": Allowed,
"timeout": Allowed,
"todos": Allowed,
@@ -174,6 +173,7 @@ var Configuration = map[string]PathConfig{
"id": Toybox,
"od": Toybox,
"sleep": Toybox,
"tail": Toybox,
"true": Toybox,
"uname": Toybox,
"uniq": Toybox,