Revision 151f5cb7
Added by Jim Pingle almost 12 years ago
etc/inc/globals.inc | ||
---|---|---|
72 | 72 |
"disablecrashreporter" => false, |
73 | 73 |
"crashreporterurl" => "http://crashreporter.pfsense.org/crash_reporter.php", |
74 | 74 |
"debug" => false, |
75 |
"latest_config" => "9.9",
|
|
75 |
"latest_config" => "10.0",
|
|
76 | 76 |
"nopkg_platforms" => array("cdrom"), |
77 | 77 |
"minimum_ram_warning" => "101", |
78 | 78 |
"minimum_ram_warning_text" => "128 MB", |
etc/inc/upgrade_config.inc | ||
---|---|---|
3154 | 3154 |
} |
3155 | 3155 |
} |
3156 | 3156 |
} |
3157 |
|
|
3158 |
function upgrade_099_to_100() { |
|
3159 |
require_once("/etc/inc/services.inc"); |
|
3160 |
install_cron_job("/usr/bin/nice -n20 newsyslog", false); |
|
3161 |
} |
|
3157 | 3162 |
?> |
Also available in: Unified diff
Remove newsyslog cron job on upgrade, if present.