aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/cron/cron.xml8
-rwxr-xr-xpkg_config.7.xml2
2 files changed, 5 insertions, 5 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>
diff --git a/pkg_config.7.xml b/pkg_config.7.xml
index 9a603f35..6c7fcbdd 100755
--- a/pkg_config.7.xml
+++ b/pkg_config.7.xml
@@ -162,7 +162,7 @@
<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.4</version>
+ <version>0.1.5</version>
<status>Beta</status>
<required_version>1.2</required_version>
<maintainer>markjcrane@gmail.com</maintainer>