mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* resync_all_package_configs_bootup() -> resync_all_package_configs()
* Have resync_all_package_configs() suppress output by default.
This commit is contained in:
parent
3a2400f30c
commit
cdd1d57e2c
@ -570,10 +570,10 @@ function update_progress_bar($percent) {
|
||||
}
|
||||
|
||||
/*
|
||||
* resync_all_package_configs_bootup() Force packages to setup their configuration and rc.d files at bootup.
|
||||
* This function also prints output to the terminal indicating progress.
|
||||
* resync_all_package_configs() Force packages to setup their configuration and rc.d files.
|
||||
* This function may also print output to the terminal indicating progress.
|
||||
*/
|
||||
function resync_all_package_configs_bootup($show_message) {
|
||||
function resync_all_package_configs($show_message == false) {
|
||||
global $config;
|
||||
$i = 0;
|
||||
log_error("Resyncing configuration for all packages.");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user