diff options
author | Daniele Coli <danielsan.dani@gmail.com> | 2015-10-30 18:33:38 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-03 08:04:00 +0000 |
commit | 47c06fef2d67873ff3c9a217fb6d9042207493dc (patch) | |
tree | 549849862030712cb4e22a965fda326fb3c114a4 /main/dnsmasq | |
parent | b93bfe7334da39b99fac6bde5786408889949f67 (diff) | |
download | aports-47c06fef2d67873ff3c9a217fb6d9042207493dc.tar.bz2 aports-47c06fef2d67873ff3c9a217fb6d9042207493dc.tar.xz |
main/dnsmasq: 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 'main/dnsmasq')
-rw-r--r-- | main/dnsmasq/APKBUILD | 6 | ||||
-rw-r--r-- | main/dnsmasq/dnsmasq.initd | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/main/dnsmasq/APKBUILD b/main/dnsmasq/APKBUILD index 40477bdf0e..a65e0737ac 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 a506e162cc..0ebcb3cfc6 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() { |