diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-06 00:54:00 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-06 00:54:00 +0000 |
commit | 1b32f2443fc6630d7404c30dc3f0d58b7a9e1fc8 (patch) | |
tree | 1654770ccb3414eeef138c9a3288e5f5e278aacd | |
parent | 0fbcf1e33f8016deb41c50c6d3b870132e3729f6 (diff) | |
download | pfsense-packages-1b32f2443fc6630d7404c30dc3f0d58b7a9e1fc8.tar.gz pfsense-packages-1b32f2443fc6630d7404c30dc3f0d58b7a9e1fc8.tar.bz2 pfsense-packages-1b32f2443fc6630d7404c30dc3f0d58b7a9e1fc8.zip |
Adding Automatic Configuration Backup system for subscribers of
portal.pfsense.org
-rw-r--r-- | pkg_config.7.xml | 11 | ||||
-rw-r--r-- | pkg_config.xml | 13 |
2 files changed, 11 insertions, 13 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 031def1a..13fed6e6 100644 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -98,6 +98,17 @@ <depends_on_package>djbdns-1.05_12.tbz</depends_on_package> </package> <package> + <name>autoconfigurationbackup</name> + <descr></descr> + <website>http://portal.pfsense.org</website> + <category>Services</category> + <version>1.0</version> + <status>ALPHA</status> + <required_version>1.0</required_version> + <config_file>http://www.pfsense.com/packages/config/autoconfigbackup/autoconfigbackup.xml</config_file> + <configurationfile>autoconfigbackup.xml</configurationfile> + </package> + <package> <name>arping</name> <descr>Broadcasts a who-has ARP packet on the network and prints answers. VERY useful when you are trying to pick an unused IP for a net that you don't yet have routing to. Then again, if you have no idea what I'm talking about then you prolly don't need it.</descr> <website>http://www.habets.pp.se/synscan/programs.php?prog=arping</website> diff --git a/pkg_config.xml b/pkg_config.xml index ce9996f6..7aaf9584 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -368,19 +368,6 @@ <configurationfile>darkstat.xml</configurationfile> </package> <package> - <name>ntop</name> - <website>http://www.ntop.org/</website> - <descr>ntop is a network probe that shows network usage in a way similar to what top does for processes. In interactive mode, it displays the network status on the user's terminal. In Web mode it acts as a Web server, creating an HTML dump of the network status. It sports a NetFlow/sFlow emitter/collector, an HTTP-based client interface for creating ntop-centric monitoring applications, and RRD for persistently storing traffic statistics.</descr> - <category>Network Management</category> - <depends_on_package_base_url>http://www.pfsense.org/mirrors/packages/All/</depends_on_package_base_url> - <depends_on_package>ntop-3.2_2.tbz</depends_on_package> - <version>3.2_2</version> - <status>BETA</status> - <required_version>1.0</required_version> - <config_file>http://www.pfsense.com/packages/config/ntop.xml</config_file> - <configurationfile>ntop.xml</configurationfile> - </package> - <package> <name>pfflowd</name> <website>http://www.mindrot.org/pfflowd.html</website> <descr>pfflowd converts OpenBSD PF status messages (sent via the pfsync interface) to Cisco NetFlow datagrams. These datagrams may be sent (via UDP) to a host of one's choice. Utilising the OpenBSD stateful packet filter infrastructure means that flow tracking is very fast and accurate.</descr> |