summaryrefslogtreecommitdiffstats
path: root/fetchmail-model.lua
diff options
context:
space:
mode:
authorroot <root@trask19.(none)>2009-06-04 15:48:12 +0000
committerroot <root@trask19.(none)>2009-06-04 15:48:12 +0000
commit291221a3fcbc820943fe3505b2a6d6534f36b67c (patch)
treee03a921c0d9549ae2f9da99475cb04d67fab3071 /fetchmail-model.lua
parent9ec5b6b4903cdab7cc03a82304415a0db647c4b6 (diff)
downloadacf-fetchmail-291221a3fcbc820943fe3505b2a6d6534f36b67c.tar.bz2
acf-fetchmail-291221a3fcbc820943fe3505b2a6d6534f36b67c.tar.xz
Updated for startstop in core 0.5.0
Diffstat (limited to 'fetchmail-model.lua')
-rw-r--r--fetchmail-model.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail-model.lua b/fetchmail-model.lua
index eab1701..9dde434 100644
--- a/fetchmail-model.lua
+++ b/fetchmail-model.lua
@@ -367,8 +367,8 @@ end
function startstop_service(action)
local result = modelfunctions.startstop_service(processname, action)
- table.insert(result.value.actions.value, "run")
- table.insert(result.value.actions.value, "test")
+ table.insert(result.value.actions.value, "Run")
+ table.insert(result.value.actions.value, "Test")
if action and (action:lower() == "run" or action:lower() == "test") then
result.value.result.errtxt = nil
local cmd