~alpine/aports

testing/dcron: Added description to init.d script v1 PROPOSED

Daniele Coli: 1
 testing/dcron: Added description to init.d script

 2 files changed, 6 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2298/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/dcron: Added description to init.d script Export this patch

Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
---
 testing/dcron/APKBUILD    | 8 ++++----
 testing/dcron/dcron.initd | 2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/testing/dcron/APKBUILD b/testing/dcron/APKBUILD
index 663f4f0..52df7d8 100644
--- a/testing/dcron/APKBUILD
+++ b/testing/dcron/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=dcron
pkgver=4.5
pkgrel=0
pkgrel=1
pkgdesc="dillon's lightweight cron daemon"
url="http://www.jimpryor.net/linux/dcron.html"
arch="all"
@@ -52,17 +52,17 @@ package() {
}

md5sums="078833f3281f96944fc30392b1888326  dcron-4.5.tar.gz
5471011446d9d15ee6c6f941b13ab9d3  dcron.initd
0e0fbcb39878437a66affac144d23229  dcron.initd
a9f3fdab61f1646cbc074e6d59364303  dcron.confd
1e40cbf27604072f147ec8b131988eaf  pidfile.patch
646b16f31abbea4c215512f58f421abc  ldflags.patch"
sha256sums="9e50edb6f5bd8153b16bad05087d985e5153ce45cc01ae77e7f842213fb4a824  dcron-4.5.tar.gz
89d20c43af55c4d261725be6af444c47778b7ec31aa5779aeb5c3e9f5954d0d0  dcron.initd
d5aa718d9ccf44f4490f3ccd300c8f171c496e626f7d3d10d8fdb9df29385b66  dcron.initd
1e273164865bb8f05d97ef1479c285b86f4104951ac294af883eb65ce100ccd0  dcron.confd
4272467e432eab948f6770ea639f38817123eac2c87fc76f3fcb2b2d4cecbbb6  pidfile.patch
69b907a89d22bcff5ded7ebd749c4e8df87106e290c75110630031e75631ee3a  ldflags.patch"
sha512sums="08521391d16ba5adf80278ec2a734319c26c48841fd94b119c0b27d744c2cfb3562b1a3630135a03d1c43b1668d49262713abb20ff5f7ecd397a2a19a2f6105a  dcron-4.5.tar.gz
502a661f088e4e5b84d59b10f1419ce40e8cfb954aed4855a5dad7f30c1c8794c0472561a4b6bb5017fd7825589e33f591654b6704ce54d0c77f44da70802826  dcron.initd
6d7693ef9e8e28cd8983e0aa2f71bd9b0c0d502422c2af8fcde2894e2f2d0a7e329a2f73d6b2fd5c1312d488d6281d3c2048282b6ab5ced9931db91d5b4d0f3a  dcron.initd
05b4a7aeb9d994aa3a37a0f2efa0f560a4eb6dd1fc77d67c85be3397f077bc92a0d647140164a96d48e49b486eef021aef5c3410704d457eda5eb894b46d26fb  dcron.confd
08bd8d7445b597a5c7d66d3e768c943388db44e0ae43a0cec2be3b0c83c510f00f808b02d52b86cb663e79ea66584b16f92eaa02d40489e5f4124206ae17378d  pidfile.patch
8a07ccfae80468a555e8f5ea60f88dd444a3aacb6baa6f747a6a02bcdce78baaa8aaf799ae9d2684a518bfff537dc0cdcf0b53bb6fc0017fa52228f1f0a16e49  ldflags.patch"
diff --git a/testing/dcron/dcron.initd b/testing/dcron/dcron.initd
index 087c278..58894b6 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="Lightweight CRON daemon"

depend() {
	use logger clock hostname
	provide cron
-- 
2.7.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---