diff options
author | Ermal <eri@pfsense.org> | 2011-03-30 22:55:45 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-03-30 22:55:45 +0000 |
commit | ea63a231351a0794d1785323d436e0dbd9e26b84 (patch) | |
tree | 12a10b415ea5e3ee2c46a612670188e849815fad | |
parent | a92390c765e4d67157e69c398be631a51069dfc5 (diff) | |
download | pfsense-packages-ea63a231351a0794d1785323d436e0dbd9e26b84.tar.gz pfsense-packages-ea63a231351a0794d1785323d436e0dbd9e26b84.tar.bz2 pfsense-packages-ea63a231351a0794d1785323d436e0dbd9e26b84.zip |
Make sure that pfflowd does start even at the first time the values are set.
-rw-r--r-- | config/pfflowd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pfflowd.xml b/config/pfflowd.xml index 85aa3f72..6f2c7a0f 100644 --- a/config/pfflowd.xml +++ b/config/pfflowd.xml @@ -108,7 +108,7 @@ config_unlock(); } </custom_php_global_functions> - <custom_add_php_command> + <custom_php_resync_config_command> sync_package_pfflowd(); - </custom_add_php_command> + </custom_php_resync_config_command> </packagegui> |