DHCP und Squid-Initscripts optimiert fuer ein schnelleres starten und stoppen.

Which und lsof zur ISO hinzugefuegt.
Update-XLrator cacht unsere Pakfire-Pakete und rpm/deb-Pakete.
Pakfire weitergebaut.
UPnP aus dem Menue genommen.
Samba-Symlinks korrigiert.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@657 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-07-01 21:41:27 +00:00
parent 32ab16debd
commit 186e3d2cf8
16 changed files with 245 additions and 75 deletions

View File

@@ -124,9 +124,28 @@ while (<>) {
if ($dsturl =~ m@^http://download[0-99]\.avast\.com/.*\.(exe|zip|vps|stamp|vpu)$@i)
{
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Avast");
}
# -----------------------------------------------------------
# Section: IPFire Downloads
# -----------------------------------------------------------
if ($dsturl =~ m@^[f|h]t?tp://.*\.(ipfire)$@i)
{
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"IPFire");
}
# -----------------------------------------------------------
# Section: Linux Downloads
# -----------------------------------------------------------
if ($dsturl =~ m@^[f|h]t?tp://.*\.(deb|rpm)$@i)
{
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Linux");
}
# -----------------------------------------------------------
}