summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2000-09-11 18:25:12 +0000
committerbmah <bmah@FreeBSD.org>2000-09-11 18:25:12 +0000
commitb8784589523b53000fd8101fe8020c616ff4b9bf (patch)
treefe017a1edabfd26c54e7f81dbcdde4be7c5fb059
parent3be2e37e4d6467e91f3a261671ea2bc6d0202f7e (diff)
downloadFreeBSD-src-b8784589523b53000fd8101fe8020c616ff4b9bf.zip
FreeBSD-src-b8784589523b53000fd8101fe8020c616ff4b9bf.tar.gz
Arrgh. Back out a change used during debugging and fix a typo.
-rwxr-xr-xusr.sbin/pkg_install/version/pkg_version.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/version/pkg_version.pl b/usr.sbin/pkg_install/version/pkg_version.pl
index d94d108..aed6bcc 100755
--- a/usr.sbin/pkg_install/version/pkg_version.pl
+++ b/usr.sbin/pkg_install/version/pkg_version.pl
@@ -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;
OpenPOWER on IntegriCloud