Project

General

Profile

« Previous | Next » 

Revision cdd1d57e

Added by Colin Smith over 20 years ago

  • resync_all_package_configs_bootup() -> resync_all_package_configs() * Have resync_all_package_configs() suppress output by default.

View differences:

etc/inc/pfsense-utils.inc
570 570
}
571 571

  
572 572
/*
573
 * resync_all_package_configs_bootup() Force packages to setup their configuration and rc.d files at bootup.
574
 * This function also prints output to the terminal indicating progress.
573
 * resync_all_package_configs() Force packages to setup their configuration and rc.d files.
574
 * This function may also print output to the terminal indicating progress.
575 575
 */
576
function resync_all_package_configs_bootup($show_message) {
576
function resync_all_package_configs($show_message == false) {
577 577
    global $config;
578 578
    $i = 0;
579 579
    log_error("Resyncing configuration for all packages.");

Also available in: Unified diff