Arrgh. Back out a change used during debugging and fix a typo.

This commit is contained in:
Bruce A. Mah 2000-09-11 18:25:12 +00:00
parent fe936fcbe2
commit a645e023dc

View File

@ -41,8 +41,8 @@ $CurrentPackagesCommand = '/usr/sbin/pkg_info -aI';
$CatProgram = "cat ";
$FetchProgram = "fetch -o - ";
#$indexFile = "ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports/INDEX";
$IndexFile = 'file:/usr/ports/INDEX';
#$IndexFile = "ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports/INDEX";
$IndexFile = '/usr/ports/INDEX';
$ShowCommandsFlag = 0;
$DebugFlag = 0;
$VerboseFlag = 0;