From bc7effbae906b23589c625dd401c1fd09bb434e1 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 11 Aug 2008 18:42:29 +0000 Subject: Modified fetchmail to clean up status and expert, and add startstop. Still have to implement config. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1375 ab2d0c66-481e-0410-8bed-d214d4d58bed --- fetchmail-status-html.lsp | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) mode change 100644 => 120000 fetchmail-status-html.lsp (limited to 'fetchmail-status-html.lsp') diff --git a/fetchmail-status-html.lsp b/fetchmail-status-html.lsp deleted file mode 100644 index 630b440..0000000 --- a/fetchmail-status-html.lsp +++ /dev/null @@ -1,28 +0,0 @@ -<% local form = ... -require("viewfunctions") -%> -<% ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(form)) -io.write("
") ---]] -%> - -

SYSTEM INFO

-
-<% -local myform = form.status -local tags = { "status", "version", "autostart", } -displayinfo(myform,tags,"viewonly") -%> -
- -

PROGRAM SPECIFIC OPTIONS/INFORMATION

-
-<% -local myform = form.status -local tags = { "configfile", } -displayinfo(myform,tags,"viewonly") -%> -
diff --git a/fetchmail-status-html.lsp b/fetchmail-status-html.lsp new file mode 120000 index 0000000..b2f8480 --- /dev/null +++ b/fetchmail-status-html.lsp @@ -0,0 +1 @@ +../status-html.lsp \ No newline at end of file -- cgit v1.2.3