From da850749abcdb675610d4c9805bdf3efaa764de8 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 22 Sep 2008 21:02:48 +0000 Subject: Update of chrony to use new libraries and standard lsp files. git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1482 ab2d0c66-481e-0410-8bed-d214d4d58bed --- chrony-status-html.lsp | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) mode change 100644 => 120000 chrony-status-html.lsp (limited to 'chrony-status-html.lsp') diff --git a/chrony-status-html.lsp b/chrony-status-html.lsp deleted file mode 100644 index ebd2052..0000000 --- a/chrony-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 = { "date", } -displayinfo(myform,tags,"viewonly") -%> -
diff --git a/chrony-status-html.lsp b/chrony-status-html.lsp new file mode 120000 index 0000000..b2f8480 --- /dev/null +++ b/chrony-status-html.lsp @@ -0,0 +1 @@ +../status-html.lsp \ No newline at end of file -- cgit v1.2.3