diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-07-14 11:17:28 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-07-14 11:17:28 -0500 |
commit | 53e31d1f8df4405abc8f462cbe67965e349f17fd (patch) | |
tree | cda9bc04f63f31ed0bdb06beceb98de319d2fe2c /config/vnstat2/vnstatoutput.xml | |
parent | 3f78716f7ec83ba25ea623588dc8788de51b5ca9 (diff) | |
parent | 1f3536e071b893176cfef5c9c5580ea8e961fb6b (diff) | |
download | pfsense-packages-53e31d1f8df4405abc8f462cbe67965e349f17fd.tar.gz pfsense-packages-53e31d1f8df4405abc8f462cbe67965e349f17fd.tar.bz2 pfsense-packages-53e31d1f8df4405abc8f462cbe67965e349f17fd.zip |
Merge pull request #901 from k-paulius/vnstat
Diffstat (limited to 'config/vnstat2/vnstatoutput.xml')
-rw-r--r-- | config/vnstat2/vnstatoutput.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/vnstat2/vnstatoutput.xml b/config/vnstat2/vnstatoutput.xml index 9d2e3d05..5062be1f 100644 --- a/config/vnstat2/vnstatoutput.xml +++ b/config/vnstat2/vnstatoutput.xml @@ -2,10 +2,10 @@ <!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?> <packagegui> - <copyright></copyright> - <description>Describe your package here</description> - <requirements>Describe your package requirements here</requirements> - <faq>Currently there are no FAQ items provided.</faq> + <copyright></copyright> + <description>Describe your package here</description> + <requirements>Describe your package requirements here</requirements> + <faq>Currently there are no FAQ items provided.</faq> <name>vnstat2</name> <version>1.0</version> <title>Vnstat2</title> @@ -54,4 +54,3 @@ <custom_php_install_command>vnstat_install_config();</custom_php_install_command> <custom_php_deinstall_command>vnstat_install_deinstall();</custom_php_deinstall_command> </packagegui> - |