From e8402e8f74cf5573b8a416d92aee73ce8d6453a4 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 22 Apr 2008 13:18:01 +0000 Subject: Cleanup git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1031 ab2d0c66-481e-0410-8bed-d214d4d58bed --- health-controller.lua | 14 -------------- 1 file changed, 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 -- cgit v1.2.3