From 7ca020b1dccf4a3103d0543b626948fd08b6a93b Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 13 Feb 2008 12:27:14 -0500 Subject: Stop forcing passive mode for FTP by patching urllib If we really need passive mode for installs, let's just set it properly --- scripts/upd-instroot | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'scripts') diff --git a/scripts/upd-instroot b/scripts/upd-instroot index eabfd7369..72d0e7728 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -1128,31 +1128,6 @@ for p in $DEST $DESTGR ; do mkdir -p $p/usr/src/debug done -echo "Patching python library..." - -# always use passive mode for ftp installs -cd $DEST/usr/$LIBDIR/python* -patch -p0 > /dev/null <