diff options
Diffstat (limited to 'misc/moviedb/files/patch-ab')
-rw-r--r-- | misc/moviedb/files/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/moviedb/files/patch-ab b/misc/moviedb/files/patch-ab new file mode 100644 index 000000000000..9a79d19b455c --- /dev/null +++ b/misc/moviedb/files/patch-ab @@ -0,0 +1,22 @@ +--- etc/lfetch.orig Sun Mar 7 20:23:33 1999 ++++ etc/lfetch Sun Aug 13 19:33:32 2000 +@@ -80,8 +80,8 @@ + # + ftpcmd=ftp # ftp command (eg ftp, gate-ftp) + ftpopts="-i -n -v" # ftp options +-ftphost=uiarchive.cso.uiuc.edu # ftp host +-ftpdir=pub/info/imdb # lists directory on host ++ftphost=ftp.imdb.com # ftp host ++ftpdir=pub/interfaces # lists directory on host + ftpuser=anonymous # ftp userid + # + #----------------------------------------------------------------------------- +@@ -91,7 +91,7 @@ + # temporary files + if [ -z "$MOVIESTMPDIR" ]; then + if [ -z "$TMPDIR" ]; then +- MOVIESTMPDIR="." ++ MOVIESTMPDIR="/tmp" + else + MOVIESTMPDIR="$TMPDIR" + fi |