summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-04-06 14:21:05 +0000
committerjoerg <joerg@pkgsrc.org>2009-04-06 14:21:05 +0000
commitd4f61b3a35a1f3cd29b8c52f0d360f807231ca8f (patch)
tree5e3687daf2615ce4658f909b43b45e8bf30b46d8 /bootstrap
parent978b7d736e8a74bd3aea0ad1a726dd3a5eaf0077 (diff)
downloadpkgsrc-d4f61b3a35a1f3cd29b8c52f0d360f807231ca8f.tar.gz
Don't install ftp -- it is no longer a dependency of bootstrap
components, so it doesn't need the special threatment.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap9
1 files changed, 1 insertions, 8 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 115f4ab9fd6..ba246c88a65 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.141 2009/02/05 18:53:03 joerg Exp $
+# $NetBSD: bootstrap,v 1.142 2009/04/06 14:21:05 joerg Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -637,12 +637,6 @@ QNX)
;;
esac
-if [ -z "$fetch_cmd" ]; then
- need_ftp=yes
-else
- need_ftp=no
-fi
-
# If "--full" is specified, then install all of the platform-independent
# bootstrap software.
#
@@ -651,7 +645,6 @@ yes)
need_bsd_install=yes
need_awk=yes
need_sed=yes
- need_ftp=yes
need_ksh=yes
;;
esac