aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2022-08-01 17:12:55 -0500
committerRob Landley <rob@landley.net>2022-08-01 17:12:55 -0500
commit3e67551895d9f05ca9e10802302584f781929aac (patch)
treefe54d09b86368f2fabe2ac03c851a44fab4cfd42 /scripts
parent25fdca73f1e1a681ab8505dcc475a5925b53b391 (diff)
downloadtoybox-3e67551895d9f05ca9e10802302584f781929aac.tar.gz
We don't need ftpd in the airlock anymore: there are plenty of alternatives.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
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