summaryrefslogtreecommitdiffstats
path: root/snort-status-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-03-28 13:59:36 +0000
committerMika Havela <mika.havela@gmail.com>2008-03-28 13:59:36 +0000
commit68bb42a9a8664aee80f56c2b67cdd9e73f39890f (patch)
treed7290ab2504e032d840dee655a86daaf8173e45a /snort-status-html.lsp
parent036c4b77855cfcd6e7a31692624e349420774f07 (diff)
downloadacf-snort-68bb42a9a8664aee80f56c2b67cdd9e73f39890f.tar.bz2
acf-snort-68bb42a9a8664aee80f56c2b67cdd9e73f39890f.tar.xz
Added info about autostart sequence.
Bugfix on version numbering when program is not installed. git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@862 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'snort-status-html.lsp')
-rw-r--r--snort-status-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/snort-status-html.lsp b/snort-status-html.lsp
index c7c8cef..9233f84 100644
--- a/snort-status-html.lsp
+++ b/snort-status-html.lsp
@@ -28,7 +28,7 @@ end
<DL>
<?
local myform = view.status
-local tags = { "status", "version", }
+local tags = { "status", "version", "autostart", }
displayinfo(myform,tags,"viewonly")
?>
</DL>