From 0d72ca6d1fe1af7f52b3b047a8fcc42caaa97c24 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 16 Dec 2008 21:07:03 +0000 Subject: Removed debug message from dnsmasq. git-svn-id: svn://svn.alpinelinux.org/acf/dnsmasq/trunk@1636 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dnsmasq-model.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dnsmasq-model.lua b/dnsmasq-model.lua index 519fa89..3625cf8 100644 --- a/dnsmasq-model.lua +++ b/dnsmasq-model.lua @@ -195,9 +195,7 @@ function getconfig() output.dhcp_host = cfe({ type="list", value=conf["dhcp-host"] or {}, label="DHCP Host Parameter", descr="List of per host parameters for the DHCP server. See dnsmasq documentation." }) output.dhcp_option = cfe({ type="list", value=conf["dhcp-option"] or {}, label="DHCP Option", descr="List of different or extra options to DHCP clients. See dnsmasq documentation." }) output.mx_host = cfe({ type="list", value=conf["mx-host"] or {}, label="MX Record", descr="List of MX records 'mx_name,hostname'." }) - - -- APP.logevent(html.cfe_unpack(output)) - + return cfe({ type="group", value=output, label="DNS Masq Config" }) end -- cgit v1.2.3