diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2008-09-05 13:05:21 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2008-09-05 13:05:21 +0000 |
commit | 889e05522e612ba736e5bef157130cf1273f72b6 (patch) | |
tree | b1eb2e76cdceb9e6ac264b2bee2e763f4f3d06ad | |
parent | f4120160169bdc3329b5aa6aca706b8a0cd91317 (diff) | |
download | pfsense-packages-889e05522e612ba736e5bef157130cf1273f72b6.tar.gz pfsense-packages-889e05522e612ba736e5bef157130cf1273f72b6.tar.bz2 pfsense-packages-889e05522e612ba736e5bef157130cf1273f72b6.zip |
Add Dashboard to FreeBSD 7 file as well
-rw-r--r-- | pkg_config.7.xml | 10 | ||||
-rw-r--r-- | pkg_config.xml | 13 |
2 files changed, 16 insertions, 7 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 18ab4083..3c0909bf 100644 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -4,6 +4,16 @@ <pfsensepkgs> <packages> <package> + <name>Dashboard</name> + <descr>Adds pfSense dashboard that will be included with 1.3. This requires 1.2 or newer. WARNING! Cannot be deinstalled.</descr> + <category>System</category> + <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> + <version>0.6.2</version> + <status>BETA</status> + <required_version>1.2</required_version> + <configurationfile>dashboard.xml</configurationfile> + </package> + <package> <name>snort</name> <descr>Snort is a libpcap-based packet sniffer/logger which can be used as a lightweight network intrusion detection system. It features rules based logging and can perform content searching/matching in addition to being used to detect a variety of other attacks and probes, such as buffer overflows, stealth port scans, CGI attacks, SMB probes, and much more.</descr> <category>Security</category> diff --git a/pkg_config.xml b/pkg_config.xml index 54c60ced..8335edbc 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -34,7 +34,7 @@ <required_version>1.2</required_version> <configurationfile>siproxd.xml</configurationfile> </package> - <package> + <package> <name>OpenBGPD</name> <descr>OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol.</descr> <category>NET</category> @@ -46,7 +46,7 @@ <depends_on_package_base_url>http://files.pfsense.org/packages/All/</depends_on_package_base_url> <depends_on_package>openbgpd-3.9.tbz</depends_on_package> </package> - <package> + <package> <name>Lightsquid</name> <descr>High perfomance web proxy report. Requires squid.</descr> <website>http://lightsquid.sf.net/</website> @@ -60,17 +60,17 @@ <config_file>http://www.pfsense.com/packages/config/lightsquid/lightsquid.xml</config_file> <configurationfile>lightsquid.xml</configurationfile> </package> - <package> + <package> <name>Dashboard</name> - <descr>Adds pfSense dashboard that will be included with 1.3. This requires 1.2-BETA-2 or newer. WARNING! Cannot be deinstalled.</descr> + <descr>Adds pfSense dashboard that will be included with 1.3. This requires 1.2 or newer. WARNING! Cannot be deinstalled.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> <version>0.6.2</version> <status>BETA</status> - <required_version>1.2-BETA-2</required_version> + <required_version>1.2</required_version> <configurationfile>dashboard.xml</configurationfile> </package> - <package> + <package> <name>phpSysInfo</name> <website>http://phpsysinfo.sourceforge.net/</website> <descr>PHPSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.</descr> @@ -111,7 +111,6 @@ <depends_on_package_base_url>http://files.pfsense.org/packages/All/</depends_on_package_base_url> <depends_on_package>arping-2.05.tbz</depends_on_package> </package> - <package> <name>bsdstats</name> <descr>The mission of this site is to try and come up with semi-accurate numbers for both advocacy, and marketing, of the *BSD Operating Systems.</descr> |