summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/cron
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2016-04-23 16:10:54 +0000
committerlme <lme@FreeBSD.org>2016-04-23 16:10:54 +0000
commit965a2e6f88f38fed96ad8e3cdfa7edb2a56e1db3 (patch)
treed032256fcb2866de2887b017f399c734c1439413 /etc/rc.d/cron
parent50e552f99c2b03c9bf73dcc410ce3325af222ace (diff)
downloadFreeBSD-src-965a2e6f88f38fed96ad8e3cdfa7edb2a56e1db3.zip
FreeBSD-src-965a2e6f88f38fed96ad8e3cdfa7edb2a56e1db3.tar.gz
- Add descriptions to most of the rc scripts. Those are mostly taken from their
daemon's manpage and probably improved. - Consistently use "filesystem" not "file system". Approved by: bapt, brueffer Differential Revision: D452
Diffstat (limited to 'etc/rc.d/cron')
-rwxr-xr-xetc/rc.d/cron1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/cron b/etc/rc.d/cron
index e2776ba..22428da 100755
--- a/etc/rc.d/cron
+++ b/etc/rc.d/cron
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="cron"
+desc="Daemon to execute scheduled commands"
rcvar="cron_enable"
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
OpenPOWER on IntegriCloud