diff options
author | Daniele Coli <danielsan.dani@gmail.com> | 2016-02-14 11:36:26 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-14 12:04:06 +0100 |
commit | f04a60f0da4c34fc0a8987ef4748c45866033185 (patch) | |
tree | a36e30ab38d92f66c055f98e133929ad1c12840b /testing/dcron/dcron.initd | |
parent | 7cfec9aa8761eaa3d1fe96604c2b08797039984d (diff) | |
download | aports-f04a60f0da4c34fc0a8987ef4748c45866033185.tar.bz2 aports-f04a60f0da4c34fc0a8987ef4748c45866033185.tar.xz |
testing/dcron: Added description to init.d script
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
Diffstat (limited to 'testing/dcron/dcron.initd')
-rw-r--r-- | testing/dcron/dcron.initd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/dcron/dcron.initd b/testing/dcron/dcron.initd index 087c2783ab..cdc70c084c 100644 --- a/testing/dcron/dcron.initd +++ b/testing/dcron/dcron.initd @@ -3,6 +3,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/files/dcron.init-4.5,v 1.1 2011/05/16 20:28:54 vapier Exp $ +description="Dillon's lightweight cron daemon" + depend() { use logger clock hostname provide cron |