aboutsummaryrefslogtreecommitdiffstats
path: root/config/cron
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-04-06 17:20:27 -0600
committermcrane <mctch@yahoo.com>2009-04-06 17:20:27 -0600
commit81372f3fb6e45543837b7e0746b9c5f4f2b50c93 (patch)
tree13a8bf1ff353ec2ef76e25d8e01c9212d0a29df3 /config/cron
parent754e9f4c2bb6136b755001e076ef64e22faad95a (diff)
downloadpfsense-packages-81372f3fb6e45543837b7e0746b9c5f4f2b50c93.tar.gz
pfsense-packages-81372f3fb6e45543837b7e0746b9c5f4f2b50c93.tar.bz2
pfsense-packages-81372f3fb6e45543837b7e0746b9c5f4f2b50c93.zip
cron package work on package monitoring the service correctly.
Diffstat (limited to 'config/cron')
-rw-r--r--config/cron/cron.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/cron/cron.xml b/config/cron/cron.xml
index 83e1affa..856747c2 100644
--- a/config/cron/cron.xml
+++ b/config/cron/cron.xml
@@ -41,20 +41,20 @@
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>Cron Settings</name>
- <version>0.1.4</version>
+ <version>0.1.5</version>
<title>Settings</title>
<include_file>/usr/local/pkg/cron.inc</include_file>
<menu>
- <name>cron</name>
+ <name>Cron</name>
<tooltiptext>cron settings.</tooltiptext>
<section>Services</section>
<configfile>cron.xml</configfile>
<url>/packages/cron/cron.php</url>
</menu>
<service>
- <name>Cron</name>
+ <name>cron</name>
<rcfile>cron.sh</rcfile>
- <executable>/usr/sbin/cron</executable>
+ <executable>cron</executable>
<description>The cron utility is used to manage commands on a schedule.</description>
</service>
<tabs>