mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 02:12:58 +02:00
Moved updbooster cache files to a larger partition
Added changes to the first core update to avoid full root partitions git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1113 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -48,7 +48,7 @@ my $filedate='';
|
||||
my $lastaccess='';
|
||||
my $lastcheck='';
|
||||
|
||||
my $repository = "/srv/web/ipfire/html/updatecache";
|
||||
my $repository = "/var/updatecache";
|
||||
my $hintcolour = '#FFFFCC';
|
||||
|
||||
my $sfNoSource='0';
|
||||
@@ -77,7 +77,7 @@ $xlratorsettings{'ACTION'} = '';
|
||||
$xlratorsettings{'ENABLE_LOG'} = 'off';
|
||||
$xlratorsettings{'CHILDREN'} = '5';
|
||||
$xlratorsettings{'PASSIVE_MODE'} = 'off';
|
||||
$xlratorsettings{'MAX_DISK_USAGE'} = '75';
|
||||
$xlratorsettings{'MAX_DISK_USAGE'} = '95';
|
||||
$xlratorsettings{'LOW_DOWNLOAD_PRIORITY'} = 'off';
|
||||
$xlratorsettings{'ENABLE_AUTOCHECK'} = 'off';
|
||||
$xlratorsettings{'FULL_AUTOSYNC'} = 'off';
|
||||
|
||||
Reference in New Issue
Block a user