diff options
author | Perry Mason <crazypark2@yahoo.dk> | 2010-12-07 09:37:55 +0100 |
---|---|---|
committer | Perry Mason <crazypark2@yahoo.dk> | 2010-12-07 09:37:55 +0100 |
commit | 20fc9edb7499cf3e080de38ecf399191c6e04019 (patch) | |
tree | d0a4f84901ca5bdf2ae3dc8cbb782a36864f9c15 /config/vnstat2/vnstat2.xml | |
parent | 4dcab16cd72878b4dc63478c9f180da7eb1f8eef (diff) | |
download | pfsense-packages-20fc9edb7499cf3e080de38ecf399191c6e04019.tar.gz pfsense-packages-20fc9edb7499cf3e080de38ecf399191c6e04019.tar.bz2 pfsense-packages-20fc9edb7499cf3e080de38ecf399191c6e04019.zip |
[vnstat2]moving db to conf dir to handle slice change. improve sync and upgrade Ticket #524
Diffstat (limited to 'config/vnstat2/vnstat2.xml')
-rw-r--r-- | config/vnstat2/vnstat2.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config/vnstat2/vnstat2.xml b/config/vnstat2/vnstat2.xml index 985e4c66..eb077918 100644 --- a/config/vnstat2/vnstat2.xml +++ b/config/vnstat2/vnstat2.xml @@ -45,11 +45,6 @@ <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0644</chmod> - <item>http://www.pfsense.com/packages/config/vnstat2/bin/vnstat.conf</item> - </additional_files_needed> - <additional_files_needed> - <prefix>/usr/local/pkg/</prefix> - <chmod>0644</chmod> <item>http://www.pfsense.com/packages/config/vnstat2/vnstati.xml</item> </additional_files_needed> <additional_files_needed> @@ -98,7 +93,7 @@ </field> </fields> <custom_add_php_command>change_vnstat_conf();</custom_add_php_command> - <custom_php_resync_config_command></custom_php_resync_config_command> + <custom_php_resync_config_command>vnstat_install_config();</custom_php_resync_config_command> <custom_php_install_command>vnstat_install_config();</custom_php_install_command> <custom_php_deinstall_command>vnstat_install_deinstall();</custom_php_deinstall_command> </packagegui> |