-- fixed a minor typo

-- changed antivirus to look like antispam
This commit is contained in:
pfelt
2007-11-22 06:47:03 +00:00
parent e056f3d5cc
commit bf77accbc2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -399,8 +399,8 @@ dist_hawkeyetplagents_DATA = \
src/www/hawkeye/agents/index.tpl \
src/www/hawkeye/agents/agentview.tpl
hawkeyetplagentsdir = $(htdocsdir)/hawkeye/aliases
dist_hawkeyetplagents_DATA = \
hawkeyetplaliasesdir = $(htdocsdir)/hawkeye/aliases
dist_hawkeyetplaliases_DATA = \
src/www/hawkeye/aliases/index.tpl \
src/www/hawkeye/aliases/edit.tpl \
src/www/hawkeye/aliases/confirmdelete.tpl
+2 -2
View File
@@ -41,8 +41,8 @@ agentdefs = {
'label' : 'Antivirus',
'filename' : '/config/antivirus',
'data' : {
'host' : { 'label':'Host', 'type' : 'string' },
'port' : { 'label' : 'Port', 'type' : 'int' }
'timeout' : { 'label' : 'Timeout', 'type' : 'int', 'suffix' : 'milliseconds' },
'hosts' : { 'label' : 'Hosts', 'type' : 'hostlist,783' }
}
},
'bongosmtp' : {