summaryrefslogtreecommitdiffstats
path: root/rc-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rc-controller.lua')
-rw-r--r--rc-controller.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc-controller.lua b/rc-controller.lua
index 3c00c41..69fd183 100644
--- a/rc-controller.lua
+++ b/rc-controller.lua
@@ -10,6 +10,6 @@ end
edit = function(self)
return controllerfunctions.handle_form(self,
- function() return self.model.read_sequence(self.clientdata.servicename) end,
- self.model.update_sequence, self.clientdata, "Save", "Edit Startup Sequence")
+ function() return self.model.read_runlevels(self.clientdata.servicename) end,
+ self.model.update_runlevels, self.clientdata, "Save", "Edit Service Runlevels")
end