diff options
author | mcrane <mctch@yahoo.com> | 2009-04-06 15:02:29 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-04-06 15:02:29 -0600 |
commit | ea6f892d8cef153d494f4f273ded8b1f0bbd6d2c (patch) | |
tree | 72b2b07f3e3b0c80c5d146aab3e69579777ee60e /pkg_config.7.xml | |
parent | a66e40f7abe78944a3564f3bbf7de7a73e9d6717 (diff) | |
download | pfsense-packages-ea6f892d8cef153d494f4f273ded8b1f0bbd6d2c.tar.gz pfsense-packages-ea6f892d8cef153d494f4f273ded8b1f0bbd6d2c.tar.bz2 pfsense-packages-ea6f892d8cef153d494f4f273ded8b1f0bbd6d2c.zip |
Add cron management package to the package list.
Diffstat (limited to 'pkg_config.7.xml')
-rwxr-xr-x | pkg_config.7.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 0a653b6c..cac74dad 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -155,6 +155,20 @@ <configurationfile>backup.xml</configurationfile> </package> <package> + <name>Cron</name> + <website/> + <descr>The cron utility is used to manage commands on a schedule.</descr> + <category>Services</category> + <pkginfolink></pkginfolink> + <config_file>http://www.pfsense.com/packages/config/cron/cron.xml</config_file> + <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> + <version>0.1</version> + <status>Beta</status> + <required_version>1.2</required_version> + <maintainer>markjcrane@gmail.com</maintainer> + <configurationfile>cron.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> |