summaryrefslogtreecommitdiffstats
path: root/dhcp-controller.lua
diff options
context:
space:
mode:
authorAndreas Brodmann <andreas.brodmann@gmail.com>2007-11-16 08:02:38 +0000
committerAndreas Brodmann <andreas.brodmann@gmail.com>2007-11-16 08:02:38 +0000
commite55b0315969af786d2aa56c915ed8f9a8161227e (patch)
treec29d0d9bfb8b0a7b67d7f0f317ba1ecc149c0163 /dhcp-controller.lua
parentab94e4fd57a3ab52d36d5cadbdb7ce5216a78f70 (diff)
downloadacf-dhcp-e55b0315969af786d2aa56c915ed8f9a8161227e.tar.bz2
acf-dhcp-e55b0315969af786d2aa56c915ed8f9a8161227e.tar.xz
/acf/dhcp: commented out the use of logit as it disappeared
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@316 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dhcp-controller.lua')
-rw-r--r--dhcp-controller.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/dhcp-controller.lua b/dhcp-controller.lua
index 664cd52..00f213d 100644
--- a/dhcp-controller.lua
+++ b/dhcp-controller.lua
@@ -19,17 +19,17 @@ mvc.on_load = function( self, parent )
list_redir(self)
end
pvt.parent_on_exec = parent.worker.mvc.post_exec
- logit ("dhcpd controller on_load has finished")
+ -- logit ("dhcpd controller on_load has finished")
end
mvc.pre_exec = function( self )
- logit ("dhcpd-controller pre_exec activated")
+ -- logit ("dhcpd-controller pre_exec activated")
-- pvt.parent_on_exec ()
end
mvc.post_exec = function( self )
- logit ("dhcpd-controller post_exec activated")
+ -- logit ("dhcpd-controller post_exec activated")
return pvt.parent_on_exec()
end