summaryrefslogtreecommitdiffstats
path: root/health-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-04-22 13:18:01 +0000
committerTed Trask <ttrask01@yahoo.com>2008-04-22 13:18:01 +0000
commite8402e8f74cf5573b8a416d92aee73ce8d6453a4 (patch)
treec3693c6b8761d7db511947b7d80da7c393968404 /health-controller.lua
parent53ad85293ab35782754cea090e1ed35a4da780ea (diff)
downloadacf-alpine-baselayout-e8402e8f74cf5573b8a416d92aee73ce8d6453a4.tar.bz2
acf-alpine-baselayout-e8402e8f74cf5573b8a416d92aee73ce8d6453a4.tar.xz
Cleanup
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1031 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'health-controller.lua')
-rw-r--r--health-controller.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/health-controller.lua b/health-controller.lua
index a6f18b2..c1ab2c0 100644
--- a/health-controller.lua
+++ b/health-controller.lua
@@ -1,21 +1,7 @@
module (..., package.seeall)
---[[
-local list_redir = function (self)
- self.conf.action = "system"
- self.conf.type = "redir"
- error (self.conf)
-end
mvc={}
mvc.on_load = function(self, parent)
- if (self.worker[self.conf.action] == nil ) or ( self.conf.action == "init" ) then
- self.worker[self.conf.action] = list_redir(self)
- end
-end
---]]
-mvc={}
-mvc.on_load = function(self, parent)
- --self.worker[self.conf.default_action] = "system"
self.conf.default_action = "system"
end