Erster Versuch fuer Update Booster und Apple

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@850 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-08-28 11:03:30 +00:00
parent 113cd62883
commit 2dfb38e6a9
3 changed files with 22 additions and 1 deletions

View File

@@ -145,7 +145,17 @@ while (<>) {
}
# -----------------------------------------------------------
# -----------------------------------------------------------
# Section: Apple Downloads
# -----------------------------------------------------------
if ($dsturl =~ m@^[f|h]t?tp://swcdn\.apple.*\.(pkm|tar)$@i)
{
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Apple");
}
# -----------------------------------------------------------
}