summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-03-04 14:27:25 +0000
committerTed Trask <ttrask01@yahoo.com>2010-03-04 14:27:25 +0000
commit4fe00d99b43e337e134f94357e572dff186796e0 (patch)
tree82c740097ade8e3e720ac43bb055d7d6f2b8afcb
parentae2e2e783f1d01967a62e5dad83cf056dba0dbfb (diff)
downloadacf-shorewall-4fe00d99b43e337e134f94357e572dff186796e0.tar.bz2
acf-shorewall-4fe00d99b43e337e134f94357e572dff186796e0.tar.xz
Rollback additions to startstop, removing clear, reset, refresh, and check.
Check already exists, clear is dangerous, and reset and refresh are mostly useless.
-rw-r--r--shorewall-model.lua2
1 files changed, 1 insertions, 1 deletions
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 ()