summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-22 03:31:40 +0000
committerColin Smith <colin@pfsense.org>2005-04-22 03:31:40 +0000
commit662f4c097f5222134697709ebb16a4a3e5e3cfc7 (patch)
tree3aecc771f49c75cf0f958747b48a5dd511004a5c /usr/local/www/guiconfig.inc
parent0cdb55d4f4faa5af7b757ed824aa1d235bdcc945 (diff)
downloadpfsense-662f4c097f5222134697709ebb16a4a3e5e3cfc7.zip
pfsense-662f4c097f5222134697709ebb16a4a3e5e3cfc7.tar.gz
Use packages-5.4-release as our default package location, at least until I can find a better way to determine where exactly we should be fetching a particular depend from.
Diffstat (limited to 'usr/local/www/guiconfig.inc')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index a9a09d7..70fca74 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -565,7 +565,7 @@ function read_body($ch, $string) {
return $length;
}
-function pkg_fetch_recursive($pkgname, $filename, $dependlevel = 0, $base_url = 'http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest') {
+function pkg_fetch_recursive($pkgname, $filename, $dependlevel = 0, $base_url = 'http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest') {
global $static_status, $static_output, $g, $fd_log;
$pkg_extension = strrchr($filename, '.');
$static_output .= "\n" . str_repeat(" ", $dependlevel * 2) . $pkgname . " ";
OpenPOWER on IntegriCloud