summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_pkglogs.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-15 22:40:37 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-15 22:40:37 -0400
commit2f647f7ce3806f256de8a8bb732f88b8351d73f1 (patch)
tree3458a97de562587ec9cf1869dce0409951ff710b /usr/local/www/diag_pkglogs.php
parent40f7d05635388da7c1e5f757736036a3c8d28db5 (diff)
downloadpfsense-2f647f7ce3806f256de8a8bb732f88b8351d73f1.zip
pfsense-2f647f7ce3806f256de8a8bb732f88b8351d73f1.tar.gz
Use divisibles of 512
Diffstat (limited to 'usr/local/www/diag_pkglogs.php')
-rwxr-xr-xusr/local/www/diag_pkglogs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_pkglogs.php b/usr/local/www/diag_pkglogs.php
index 91091ca..9c77239 100755
--- a/usr/local/www/diag_pkglogs.php
+++ b/usr/local/www/diag_pkglogs.php
@@ -51,7 +51,7 @@ require("guiconfig.inc");
if(!($nentries = $config['syslog']['nentries'])) $nentries = 50;
if ($_POST['clear']) {
- exec("/usr/sbin/fifolog_create -s 262144 {$logfile}");
+ exec("/usr/sbin/fifolog_create -s 511488 {$logfile}");
}
$i = 0;
$pkgwithlogging = false;
OpenPOWER on IntegriCloud