diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-02-14 15:30:58 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-02-14 15:30:58 -0500 |
commit | 16b96ea647132f8d8dfaaaa35f4b82457660c913 (patch) | |
tree | dacf1c131e4f7464db1f664459a45c84f7a9cb1f /etc/inc | |
parent | 41bf8e8e9fec86518f904eb86d52e590f2828965 (diff) | |
download | pfsense-16b96ea647132f8d8dfaaaa35f4b82457660c913.zip pfsense-16b96ea647132f8d8dfaaaa35f4b82457660c913.tar.gz |
Add var/empty to excludes list
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/config.lib.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/config.lib.inc b/etc/inc/config.lib.inc index cf8127d..240a3a3 100644 --- a/etc/inc/config.lib.inc +++ b/etc/inc/config.lib.inc @@ -487,8 +487,9 @@ function write_config($desc="Unknown", $backup = true) { unlock($lockkey); unlink_if_exists("/usr/local/pkg/pf/carp_sync_client.php"); + /* sync carp entries to other firewalls */ - carp_sync_client(); + carp_sync_client(); if(is_dir("/usr/local/pkg/write_config")) { /* process packager manager custom rules */ |