diff options
author | jim-p <jimp@pfsense.org> | 2011-05-10 09:05:38 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-05-10 09:06:28 -0400 |
commit | 1767a26f91ffe441474ea5f2f3676206eacc468b (patch) | |
tree | b0ee6d1be659b7bf6bef7c96e2d88fd381fad587 /config/ntop2 | |
parent | b3c9fa30e974a936f0df5d8216aa129637457604 (diff) | |
download | pfsense-packages-1767a26f91ffe441474ea5f2f3676206eacc468b.tar.gz pfsense-packages-1767a26f91ffe441474ea5f2f3676206eacc468b.tar.bz2 pfsense-packages-1767a26f91ffe441474ea5f2f3676206eacc468b.zip |
Sync ntop on install so it will write out the rc file and start. Works for me now on 32 and 64 bit.
Diffstat (limited to 'config/ntop2')
-rw-r--r-- | config/ntop2/ntop.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ntop2/ntop.xml b/config/ntop2/ntop.xml index 0d420455..f794b1d0 100644 --- a/config/ntop2/ntop.xml +++ b/config/ntop2/ntop.xml @@ -144,6 +144,7 @@ sync_package_ntop(); </custom_php_resync_config_command> <custom_php_install_command> + sync_package_ntop(); </custom_php_install_command> <custom_php_deinstall_command> exec("rm /usr/local/etc/rc.d/ntop*"); |