aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-03-30 22:55:45 +0000
committerErmal <eri@pfsense.org>2011-03-30 22:55:45 +0000
commitea63a231351a0794d1785323d436e0dbd9e26b84 (patch)
tree12a10b415ea5e3ee2c46a612670188e849815fad
parenta92390c765e4d67157e69c398be631a51069dfc5 (diff)
downloadpfsense-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.xml4
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>