diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-30 15:15:08 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-30 15:15:08 -0300 |
commit | 84e5f07c11c16513b0b3c6a58e4a64fd67d5ee26 (patch) | |
tree | 5dcdc648a5980cefda9ec7b8cc325d17586ce999 | |
parent | 4cd48a0f35cdcb700ef0769661ffb534ff0eb39e (diff) | |
download | pfsense-packages-84e5f07c11c16513b0b3c6a58e4a64fd67d5ee26.tar.gz pfsense-packages-84e5f07c11c16513b0b3c6a58e4a64fd67d5ee26.tar.bz2 pfsense-packages-84e5f07c11c16513b0b3c6a58e4a64fd67d5ee26.zip |
Define internal_name and port_category for RRD Summary
-rw-r--r-- | pkg_config.10.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index b4fc7aa2..a4739817 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -1213,11 +1213,13 @@ </package> <package> <name>RRD Summary</name> + <internal_name>RRD_Summary</internal_name> <descr>RRD Summary Page, which will give a total amount of traffic passed In/Out during this and the previous month.</descr> <category>System</category> <version>1.1</version> <status>Beta</status> <maintainer>jimp@pfsense.org</maintainer> + <port_category>sysutils</port_category> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/rrd-summary/rrd-summary.xml</config_file> <configurationfile>rrd-summary.xml</configurationfile> |