From 7e224ea050d1be68daf2c2fac9db94f00bc668ee Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Fri, 25 Jan 2008 16:10:59 +0000 Subject: Saving work for the weekend git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@655 ab2d0c66-481e-0410-8bed-d214d4d58bed --- syslog-controller.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'syslog-controller.lua') diff --git a/syslog-controller.lua b/syslog-controller.lua index 05ed0d3..89e41c0 100644 --- a/syslog-controller.lua +++ b/syslog-controller.lua @@ -22,6 +22,9 @@ function config(self) if ( self.clientdata.cmddaemon) then startstop = self.model:startstop_service( self.clientdata.cmddaemon ) end +-- if ( self.clientdata.cmdsave) then +-- modifications = self.model:update_filecontent(modifications) +-- end local status = self.model.getstatus() local config, errors = self.model.getconfig() @@ -30,6 +33,7 @@ function config(self) return { status = status, startstop = startstop, + clientdata = self.clientdata, config = config, errors = errors, url = url, } -- cgit v1.2.3