blob: da2e23284400027308d8caa73ec762dbac0b4719 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
html_files = \
bugs.html \
debug.html \
features.html \
generic_design.html \
expression.html \
history.html \
how2help.html \
install.html \
ipv6.html \
log_rotation_fix_size.html \
manual.html \
man_rsyslogd.html \
modules.html \
property_replacer.html \
rsyslog_ng_comparison.html \
rsyslog_conf.html \
rsyslog-example.conf \
rsyslog_mysql.html \
rsyslog_packages.html \
rsyslog_high_database_rate.html \
rsyslog_php_syslog_ng.html \
rsyslog_recording_pri.html \
rsyslog_tls.html \
rsyslog_stunnel.html \
syslog-protocol.html \
version_naming.html \
contributors.html \
dev_queue.html \
omsnmp.html \
omlibdbi.html \
imfile.html \
imtcp.html \
imgssapi.html \
imrelp.html \
imuxsock.html \
imklog.html \
professional_support.html \
queues.html \
src/queueWorkerLogic.dia \
queueWorkerLogic.jpg \
queueWorkerLogic_small.jpg \
rainerscript.html \
rscript_abnf.html \
rsconf1_actionexeconlywhenpreviousissuspended.html \
rsconf1_actionresumeinterval.html \
rsconf1_allowedsender.html \
rsconf1_controlcharacterescapeprefix.html \
rsconf1_debugprintcfsyslinehandlerlist.html \
rsconf1_debugprintmodulelist.html \
rsconf1_debugprinttemplatelist.html \
rsconf1_dircreatemode.html \
rsconf1_dirgroup.html \
rsconf1_dirowner.html \
rsconf1_dropmsgswithmaliciousdnsptrrecords.html \
rsconf1_droptrailinglfonreception.html \
rsconf1_dynafilecachesize.html \
rsconf1_escapecontrolcharactersonreceive.html \
rsconf1_failonchownfailure.html \
rsconf1_filecreatemode.html \
rsconf1_filegroup.html \
rsconf1_fileowner.html \
rsconf1_gssforwardservicename.html \
rsconf1_gsslistenservicename.html \
rsconf1_gssmode.html \
rsconf1_includeconfig.html \
rsconf1_mainmsgqueuesize.html \
rsconf1_markmessageperiod.html \
rsconf1_modload.html \
rsconf1_moddir.html \
rsconf1_repeatedmsgreduction.html \
rsconf1_resetconfigvariables.html \
rsconf1_umask.html \
v3compatibility.html \
src/classes.dia
EXTRA_DIST = $(html_files)
|