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/dnsmasq.initd | |
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/dnsmasq.initd')
-rw-r--r-- | main/dnsmasq/dnsmasq.initd | 3 |
1 files changed, 3 insertions, 0 deletions
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() { |