blob: 9a79d19b455cb30e448978306ba2be8137edae39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|