summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-03-16 22:37:35 +0000
committerColin Smith <colin@pfsense.org>2005-03-16 22:37:35 +0000
commitcdd1d57e2ce95dedada24238d6c4d810995d034e (patch)
tree20f3c3296c10ae90d28bf1aab3261d4873e2b7fd
parent3a2400f30c90431bee494464ef07761c0d358e4d (diff)
downloadpfsense-cdd1d57e2ce95dedada24238d6c4d810995d034e.zip
pfsense-cdd1d57e2ce95dedada24238d6c4d810995d034e.tar.gz
* resync_all_package_configs_bootup() -> resync_all_package_configs()
* Have resync_all_package_configs() suppress output by default.
-rw-r--r--etc/inc/pfsense-utils.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 986dee5..cd918b8 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -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.");
OpenPOWER on IntegriCloud