mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
384b39e0ed
tools to download, update, and search through the Database. PR: 20659 Submitted by: Kim Scarborough <sluggo@unknown.nu>
23 lines
778 B
Plaintext
23 lines
778 B
Plaintext
--- 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
|