~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
2 2

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

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

diff --git a/main/dnsmasq/APKBUILD b/main/dnsmasq/APKBUILD
index 40477bd..a65e073 100644
--- a/main/dnsmasq/APKBUILD
+++ b/main/dnsmasq/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dnsmasq
pkgver=2.75
pkgrel=0
pkgrel=1
pkgdesc="Small forwarding DNS server"
url="http://www.thekelleys.org.uk/dnsmasq/"
arch="all"
@@ -40,10 +40,10 @@ package() {
}

md5sums="d99ac126d4fe910c679d88430559669b  dnsmasq-2.75.tar.gz
68886433160c8b4a1d46c92be52b2244  dnsmasq.initd
bfc91bcb341fd6d0f50eaeca1bb31cb0  dnsmasq.initd
16985abb08c8e11f85e38b37ea3863a4  dnsmasq.confd"
sha256sums="f8252c0a0ba162c2cd45f81140c7c17cc40a5fca2b869d1a420835b74acad294  dnsmasq-2.75.tar.gz
c3b088e3b3f8651a8c5d72041529731f14dd0a64e56aefa539fcb0d148f14ed3  dnsmasq.initd
9105043609236d774c1f502c309b56cbc669ce0b5e39b424789bbf55f0842037  dnsmasq.initd
51c0672a70d5d6793d295d82db666d372fb081e8627318f67c88e48d08d254b5  dnsmasq.confd"
sha512sums="17406223738ae24311bde4a705b4ab5836d0af16a4b75ceeb55584f683644e1c4c6c43d319221810279bed4ed2185ce4e7d2c92d4d65cdf0baaf729152284832  dnsmasq-2.75.tar.gz
1ff5ed2643c4f145757933afaead29bd1f215c125cc30a44710b91aa998587cd4d89316d62261d69a33720487573f1c74a782f8589d3fc5622af6c6695a613b4  dnsmasq.initd
diff --git a/main/dnsmasq/dnsmasq.initd b/main/dnsmasq/dnsmasq.initd
index a506e16..0ebcb3c 100644
--- a/main/dnsmasq/dnsmasq.initd
+++ b/main/dnsmasq/dnsmasq.initd
@@ -3,6 +3,9 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init-r1,v 1.2 2011/12/04 10:28:47 swegener Exp $

description="Lightweight DNS, TFTP, PXE, router advertisement and DHCP server"
description_reload="Clear cache and reload hosts files"

extra_started_commands="reload"

depend() {
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20151103085244.1080136d@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1446226418-18028-1-git-send-email-danielsan.dani@gmail.com> (view parent)
Sender timestamp
1446537164
DKIM signature
missing
Download raw message
Hi, thanks for cleaning up the init.d scripts.

On Fri, 30 Oct 2015 18:33:38 +0100
Daniele Coli <danielsan.dani@gmail.com> wrote:

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

The checksum for this failed but i fixed it for you. but this was the
only i fixed for you.

It would be nice if future patches actually build.

Thanks.

-nc




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<56389046.3060103@gmail.com>
In-Reply-To
<20151103085244.1080136d@ncopa-desktop.alpinelinux.org> (view parent)
Sender timestamp
1446547526
DKIM signature
missing
Download raw message
Hi Natanael,
Sorry for my mistakes...
What I did was to modify init.d file and then to recalculate checksum 
using md5sum and sha256sum on file; I updated the APKBUILD manually with 
new values.

 From your previous mail I understood I must update APKBUILD by issuing 
command 'abuild checksum'. Is that right?
If so, I will correct and re-submit patches.

Sorry again, it's my first patches.

Regards,

Daniele Coli`

-=-=-=
Love is not blind, it is far-sighted: the proof
lies in the fact that it begins to see defects
as they gradually slip away .
		-- Oscar Wilde
--=-=-=

On 11/03/2015 08:52 AM, Natanael Copa wrote:
> Hi, thanks for cleaning up the init.d scripts.
>
> On Fri, 30 Oct 2015 18:33:38 +0100
> Daniele Coli <danielsan.dani@gmail.com> wrote:
>
>> Added description to init.d script in order to make it compliant
>> with rc-system and avoid annoying warning messages on syslog.
>> ---
>>   main/dnsmasq/APKBUILD      | 6 +++---
>>   main/dnsmasq/dnsmasq.initd | 3 +++
>>   2 files changed, 6 insertions(+), 3 deletions(-)
> The checksum for this failed but i fixed it for you. but this was the
> only i fixed for you.
>
> It would be nice if future patches actually build.
>
> Thanks.
>
> -nc
>
Reply to thread Export thread (mbox)