diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/cron/cron.xml | 8 |
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> |