~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/chrony: Added description to init.d script

Details
Message ID
<1445533226-8674-1-git-send-email-danielsan.dani@gmail.com>
Sender timestamp
1445533226
DKIM signature
missing
Download raw message
Patch: +5 -3
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
---
 main/chrony/APKBUILD      | 6 +++---
 main/chrony/chronyd.initd | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/main/chrony/APKBUILD b/main/chrony/APKBUILD
index c067a24..a9017d3 100644
--- a/main/chrony/APKBUILD
+++ b/main/chrony/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=chrony
pkgver=2.1.1
pkgrel=6
pkgrel=7
_ver=${pkgver/_/-}
pkgdesc="NTP client and server programs"
url="http://chrony.tuxfamily.org/"
@@ -86,7 +86,7 @@ md5sums="15e470a51ab6e09e65bc0a2fbc5299af  chrony-2.1.1.tar.gz
c479553205e2dfe1409c7924b0d0f81b  0001-uclibc-res-do-not-call-res_init.patch
a756428186bb27884d157a9f2c9732c6  max_resolve_interval.patch
d62521b4c8837e15262c47ac88359307  chronyd.confd
2d5cd89a21dc3c2fbb0c30cd89e41ad3  chronyd.initd
93642fa5d3eed62c15a183f72023ec6f  chronyd.initd
455da71ae961667dc7823300f3cf8ab4  chrony.logrotate
15fd3724c7e171c3e75a29d217e707b2  chrony.conf
28f6835098a216f4a620f9218d15b5b8  timepps.h"
@@ -94,7 +94,7 @@ sha256sums="b0565148eaa38e971291281d76556c32f0138ec22e9784f8bceab9c65f7ad7d4  ch
4aec957ff59adbba1058e5376c73fe74e1e6fb511d9ca6cb5b6e74fca8c75a9f  0001-uclibc-res-do-not-call-res_init.patch
61528337a48ac82f0c393547b78a972c57fb3727ff75407c4335c9b014eb8db5  max_resolve_interval.patch
29040502f86c419dbfbc7e2627cc658a8df82b37da21b3d1fce2eed9136d8f99  chronyd.confd
ac58a3e5ffb26202e501223418f12a110f50e1008c059337536c363e3ecfcdc6  chronyd.initd
a621ef2c5694c635e982de525357dff518562a3400378948e216a43dcf00ace6  chronyd.initd
4c4f95b03f7e2e240ad26943da44591b300862e328c97ef5690f5a9a66c97650  chrony.logrotate
d50a474d654ff4a1b742e712bbfc2d9e6c75e04b28ec9b86ee2054bdaf830fc0  chrony.conf
ab4f459ee9d1037d7fa962a66ea652b08935539a4f443dc216e82b5717d8bb22  timepps.h"
diff --git a/main/chrony/chronyd.initd b/main/chrony/chronyd.initd
index a7bb70c..771bb5b 100644
--- a/main/chrony/chronyd.initd
+++ b/main/chrony/chronyd.initd
@@ -3,6 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/files/chronyd.rc,v 1.8 2007/03/22 14:32:09 tove Exp $

description="NTP daemon"

depend() {
	need net
	after firewall
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)