From 3e67551895d9f05ca9e10802302584f781929aac Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 1 Aug 2022 17:12:55 -0500 Subject: We don't need ftpd in the airlock anymore: there are plenty of alternatives. --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install.sh b/scripts/install.sh index 5e038936..7c991d6a 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -106,7 +106,7 @@ done # The following are commands toybox should provide, but doesn't yet. # For now symlink the host version. This list must go away by 1.0. -PENDING="dd diff expr git tr vi bash sh xzcat bc ar gzip ftpd less awk unxz bison flex make nm" +PENDING="dd diff expr git tr vi bash sh xzcat bc ar gzip less awk unxz bison flex make nm" # "gcc" can go away if the kernel guys merge my patch: # http://lkml.iu.edu/hypermail/linux/kernel/2202.0/01505.html -- cgit v1.2.3