summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-04-30 20:36:02 +0000
committerTed Trask <ttrask01@yahoo.com>2008-04-30 20:36:02 +0000
commit1d4f79723cbee5a769c04da41ed570f94022353f (patch)
tree9fcd8aa06b4ae5331e811d3390a87fc43f071fb1
parentbf7e06b0fa0b46494ee4c4785e093fb0aff312f1 (diff)
downloadacf-chrony-1d4f79723cbee5a769c04da41ed570f94022353f.tar.bz2
acf-chrony-1d4f79723cbee5a769c04da41ed570f94022353f.tar.xz
Modified cfe, removing option, errtxt, and name, and adding label - This may break things.
Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--chrony-controller.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrony-controller.lua b/chrony-controller.lua
index 05d4c3d..478f913 100644
--- a/chrony-controller.lua
+++ b/chrony-controller.lua
@@ -30,8 +30,6 @@ local function displaycmdmanagement(pidofstatus)
-- next CFE can be used to present the result of the previous action
management.actionresult = cfe({ name="actionresult",
label="Previous action result",
- descr="", --Content of this variable is displayed as <PRE> ... </PRE> in BLACK text
- errtxt="", --Content of this variable is displayed as <PRE> ... </PRE> in RED text
})
-- Disable management buttons based on if the process is running or not