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 | 3624286989d703bd779d50d2f7d2c95e99bdd332 (patch) | |
tree | 1cb5f89bde16cb9ad3599561b746dc9efe92d96e /files/etc | |
parent | 608afdfb440c53387e44ceaa7bc37a8ee4a4fa50 (diff) |
debug output deleted
Diffstat (limited to 'files/etc')
-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 |