summaryrefslogtreecommitdiffstats
path: root/interfaces-controller.lua
diff options
context:
space:
mode:
authorMike Mason <ms13sp@gmail.com>2007-11-23 16:09:10 +0000
committerMike Mason <ms13sp@gmail.com>2007-11-23 16:09:10 +0000
commitc4db4cc4492f6becef2e41ce849975dcf8cbdec0 (patch)
tree786ab2a04d8602c5569d331c58a51c9178d00148 /interfaces-controller.lua
parent3627a09a8a8a487ef265d0cd5be92e8a6806a6da (diff)
downloadacf-alpine-baselayout-c4db4cc4492f6becef2e41ce849975dcf8cbdec0.tar.bz2
acf-alpine-baselayout-c4db4cc4492f6becef2e41ce849975dcf8cbdec0.tar.xz
password model and controller updated
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@361 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'interfaces-controller.lua')
-rw-r--r--interfaces-controller.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/interfaces-controller.lua b/interfaces-controller.lua
index be07e02..ad4ba05 100644
--- a/interfaces-controller.lua
+++ b/interfaces-controller.lua
@@ -21,19 +21,19 @@ mvc.on_load = function(self, parent)
pvt.parent_on_exec = parent.worker.mvc.post_exec
- logit ("interfaces controller on_load has finished")
+ --logit ("interfaces controller on_load has finished")
end
mvc.pre_exec = function (self)
- logit ("interfaces-controller pre_exec activated")
+ --logit ("interfaces-controller pre_exec activated")
-- pvt.parent_on_exec ()
end
mvc.post_exec = function ( self )
- logit ("interfaces-controller post_exec activated")
+ --logit ("interfaces-controller post_exec activated")
return pvt.parent_on_exec()
end