diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-02-21 08:35:08 -0500 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-02-21 08:35:08 -0500 |
commit | bf10aef50b7bf85fbd213bfc98bce8cd022f08db (patch) | |
tree | 337fa5b13a954d0c3023ebb8eae9302f532fdd3c | |
parent | 656cf2ac91c1b0b8a875e6a9b693c173cb68ef9a (diff) | |
parent | f5315ac1739afcad26199a369f16c2b06e8d037a (diff) | |
download | pfsense-bf10aef50b7bf85fbd213bfc98bce8cd022f08db.zip pfsense-bf10aef50b7bf85fbd213bfc98bce8cd022f08db.tar.gz |
Merge pull request #2679 from NOYB/Write_Config_Function_Notes_Update
-rw-r--r-- | src/etc/inc/config.lib.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/config.lib.inc b/src/etc/inc/config.lib.inc index bead760..65d34bc 100644 --- a/src/etc/inc/config.lib.inc +++ b/src/etc/inc/config.lib.inc @@ -524,6 +524,7 @@ function safe_write_file($file, $content, $force_binary) { * INPUTS * $desc - string containing the a description of configuration changes * $backup - boolean: do not back up current configuration if false. + * $write_config_only - boolean: do not sync or reload anything; just save the configuration if true. * RESULT * null ******/ |