From 4fe00d99b43e337e134f94357e572dff186796e0 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 4 Mar 2010 14:27:25 +0000 Subject: Rollback additions to startstop, removing clear, reset, refresh, and check. Check already exists, clear is dangerous, and reset and refresh are mostly useless. --- shorewall-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shorewall-model.lua b/shorewall-model.lua index 5defe40..3669fc0 100644 --- a/shorewall-model.lua +++ b/shorewall-model.lua @@ -182,7 +182,7 @@ function getstatusdetails() end function startstop_service(action) - return modelfunctions.startstop_service(processname, action, {"Start", "Stop", "Restart", "Clear", "Reset", "Refresh", "Check"}) + return modelfunctions.startstop_service(processname, action) end function configcheck () -- cgit v1.2.3