X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id AF037DC01F8 for ; Fri, 30 Oct 2015 17:33:52 +0000 (UTC) Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 74D0CDC016E for ; Fri, 30 Oct 2015 17:33:51 +0000 (UTC) Received: by pacfv9 with SMTP id fv9so83432490pac.3 for ; Fri, 30 Oct 2015 10:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=k4syHAAs7y/IAJ5cRbzaySNPGVWRcBgQ2WI7XldQ9kQ=; b=HGUI+ZvMQBrjci5N7eJFM/B/3aOFq7lqC/UejvPHVNKxoaqpjXjU6q2dWEXuzFhhHU i96XPHwU0ohEYR5HOARXb1zGz0g4qgGDl6xzpRFTI7IvNCTCCUmaGoayflsgesfJabw/ 7CE+WRd2Jlp7BzsNZ/KHz4jToogjg5kIC1mueqLyA/uv4AiUQ52NaDYaowVnwribGGQl p/EJqBD5E4YTDada/ExnrdAlChug+x1BzXyoUieYHxGg+DQlBv5Iw90U77+utd77U12H idZZI3xJboKeFc2CUFd2Aeqp3trG3EcnbpclwltT8NYcVDv3cff+KrhzNtiD9zAK1tpa SK+A== X-Received: by 10.68.57.137 with SMTP id i9mr9960848pbq.101.1446226430991; Fri, 30 Oct 2015 10:33:50 -0700 (PDT) Received: from router-dev.coli (cce02cs4035-fa12-z.ams.hpecore.net. [15.203.233.76]) by smtp.gmail.com with ESMTPSA id yp5sm9275070pac.38.2015.10.30.10.33.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 30 Oct 2015 10:33:49 -0700 (PDT) From: Daniele Coli To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/dnsmasq: Added description to init.d script Date: Fri, 30 Oct 2015 18:33:38 +0100 Message-Id: <1446226418-18028-1-git-send-email-danielsan.dani@gmail.com> X-Mailer: git-send-email 2.6.1 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 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 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 ---