diff options
author | Darkeye <postfach@martinmichel.info> | 2011-01-22 22:16:16 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-01-22 22:16:16 (GMT) |
commit | 2bf355237c5fcddad8efa6a7a2c2b931ed7a2297 (patch) | |
tree | 1cb5f89bde16cb9ad3599561b746dc9efe92d96e /files/etc/init.d/dnsmasq | |
parent | d992239563aa128ca389ed5014d9460ac968fb9e (diff) |
debug output deleted
Diffstat (limited to 'files/etc/init.d/dnsmasq')
-rwxr-xr-x | files/etc/init.d/dnsmasq | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/etc/init.d/dnsmasq b/files/etc/init.d/dnsmasq index ccf70f0..1b934c0 100755 --- a/files/etc/init.d/dnsmasq +++ b/files/etc/init.d/dnsmasq @@ -366,7 +366,6 @@ start() { config_foreach dhcp_subscrid_add subscrid config_foreach dhcp_domain_add domain config_foreach dhcp_add dhcp - echo $args /usr/sbin/dnsmasq $args && { rm -f /tmp/resolv.conf [ -n "$DOMAIN" ] && echo "search $DOMAIN" >> /tmp/resolv.conf |