diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-23 21:58:36 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-23 21:58:36 +0000 |
commit | ef5f83620738c07f4e67042c80578882418aaf0c (patch) | |
tree | dfd6d01e5e58de422307acb593d86368db9b2da6 /package/network/services/dnsmasq | |
parent | 0b09a893406c33777b4cf552dc2f72730069f71d (diff) | |
download | upstream-ef5f83620738c07f4e67042c80578882418aaf0c.tar.gz upstream-ef5f83620738c07f4e67042c80578882418aaf0c.tar.bz2 upstream-ef5f83620738c07f4e67042c80578882418aaf0c.zip |
fix various init scripts
Changes include:
* removing unused variables
* replacing spaces with tabs where appropriate
* more consistency with variable declarations
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38142
Diffstat (limited to 'package/network/services/dnsmasq')
-rw-r--r-- | package/network/services/dnsmasq/files/dnsmasq.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init index a0aee8e02b..560928b764 100644 --- a/package/network/services/dnsmasq/files/dnsmasq.init +++ b/package/network/services/dnsmasq/files/dnsmasq.init @@ -75,7 +75,7 @@ append_addnhosts() { } append_bogusnxdomain() { - xappend "--bogus-nxdomain=$1" + xappend "--bogus-nxdomain=$1" } dnsmasq() { |