aboutsummaryrefslogtreecommitdiffstats
path: root/config/cron/cron.xml
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-19 07:02:28 -0200
committerRenato Botelho <renato@netgate.com>2015-11-19 07:02:28 -0200
commitf13d0928ac5052bc8fc057257431cd97318f2de6 (patch)
tree9a80898545e894e5a3e236de7624a0594e423566 /config/cron/cron.xml
parent537d3970dda35396f608de2685b2157f4d10888d (diff)
parent861f997ed50d0c0f2e81f61a36c5c3a5d2b7277e (diff)
downloadpfsense-packages-f13d0928ac5052bc8fc057257431cd97318f2de6.tar.gz
pfsense-packages-f13d0928ac5052bc8fc057257431cd97318f2de6.tar.bz2
pfsense-packages-f13d0928ac5052bc8fc057257431cd97318f2de6.zip
Merge pull request #1176 from doktornotor/patch-2
Diffstat (limited to 'config/cron/cron.xml')
-rw-r--r--config/cron/cron.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/cron/cron.xml b/config/cron/cron.xml
index f777faff..181a4506 100644
--- a/config/cron/cron.xml
+++ b/config/cron/cron.xml
@@ -41,19 +41,16 @@
/* ====================================================================================== */
]]>
</copyright>
- <description>Cron</description>
- <name>Cron Settings</name>
- <version>0.3.1</version>
- <title>Settings</title>
+ <name>cronsettings</name>
+ <version>0.3.3</version>
+ <title>Cron Settings</title>
<include_file>/usr/local/pkg/cron.inc</include_file>
<menu>
<name>Cron</name>
- <tooltiptext>Cron settings.</tooltiptext>
<section>Services</section>
<configfile>cron.xml</configfile>
<url>/packages/cron/cron.php</url>
</menu>
- <configpath>installedpackages->package->$packagename->configuration->cron</configpath>
<additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
<item>https://packages.pfsense.org/packages/config/cron/cron.xml</item>
@@ -87,4 +84,7 @@
<custom_php_install_command>
cron_install_command();
</custom_php_install_command>
+ <custom_php_deinstall_command>
+ cron_deinstall_command();
+ </custom_php_deinstall_command>
</packagegui>