Project

General

Profile

« Previous | Next » 

Revision 2f647f7c

Added by Scott Ullrich about 16 years ago

Use divisibles of 512

View differences:

usr/local/www/diag_logs_relayd.php
52 52
		touch($relayd_logfile);
53 53
	} else {
54 54
		exec("killall syslogd");
55
		exec("/usr/sbin/fifolog_create -s 262144 {$relayd_logfile}");
55
		exec("/usr/sbin/fifolog_create -s 511488 {$relayd_logfile}");
56 56
		system_syslogd_start();
57 57
	}
58 58
}

Also available in: Unified diff