diff options
author | Daniel Hunsaker <danhunsaker@gmail.com> | 2014-02-02 07:57:06 -0700 |
---|---|---|
committer | Daniel Hunsaker <danhunsaker@gmail.com> | 2014-02-02 07:57:06 -0700 |
commit | fa4d472f8a13db1d2e06c532789fe7c4564fb040 (patch) | |
tree | f4394018291948a10a520ed26391155d3d6a7838 /pkg_config.8.xml | |
parent | 2c6efc978d2fc988ff8fafbf59bcdc6050a3695d (diff) | |
download | pfsense-packages-fa4d472f8a13db1d2e06c532789fe7c4564fb040.tar.gz pfsense-packages-fa4d472f8a13db1d2e06c532789fe7c4564fb040.tar.bz2 pfsense-packages-fa4d472f8a13db1d2e06c532789fe7c4564fb040.zip |
Fixed a bug with quarterly report scheduling
monthofyear was being unset for all intervals which weren't yearly. A check was added for
quarterly intervals to avoid unsetting monthofyear in that case and getting quarterly reports
once every month. The behavior should now be as expected. Bumped version number accordingly.
Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
Diffstat (limited to 'pkg_config.8.xml')
-rw-r--r-- | pkg_config.8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 47da7aa8..0052568a 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1717,7 +1717,7 @@ <name>mailreport</name> <descr>Allows you to setup periodic e-mail reports containing command output, log file contents, and RRD graphs.</descr> <category>Network Management</category> - <version>2.0.8</version> + <version>2.0.9</version> <status>Stable</status> <required_version>2.0</required_version> <config_file>http://www.pfsense.com/packages/config/mailreport/mailreport.xml</config_file> |