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
commit6e4e0f90c8da58c3584e80d38aaec0333223bec4 (patch)
tree8d6fb3d6c8670c16c895582c64f1cabc9e5235b3
parent95e2a179728ab427cd5d5c969108d7ab8b7827b8 (diff)
downloadacf-openntpd-6e4e0f90c8da58c3584e80d38aaec0333223bec4.tar.bz2
acf-openntpd-6e4e0f90c8da58c3584e80d38aaec0333223bec4.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/openntpd/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--openntpd-controller.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/openntpd-controller.lua b/openntpd-controller.lua
index 784a851..d99b5a1 100644
--- a/openntpd-controller.lua
+++ b/openntpd-controller.lua
@@ -28,8 +28,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