summaryrefslogtreecommitdiffstats
path: root/quagga-controller.lua
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
commit71c3bf43a63682d2079612d7dc93550871766a62 (patch)
tree23e9227c30ef117d08fb7eef94ff6273695dcff9 /quagga-controller.lua
parent6bf5df06f38aac4cf3e6c5450872838d273baae6 (diff)
downloadacf-quagga-71c3bf43a63682d2079612d7dc93550871766a62.tar.bz2
acf-quagga-71c3bf43a63682d2079612d7dc93550871766a62.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/quagga/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'quagga-controller.lua')
-rw-r--r--quagga-controller.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/quagga-controller.lua b/quagga-controller.lua
index a9024f0..1d0915f 100644
--- a/quagga-controller.lua
+++ b/quagga-controller.lua
@@ -31,8 +31,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