Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 93240
Collapse All | Expand All

(-)/var/tmp/portage/logwatch-6.0.2/work/logwatch-6.0.2/conf/logfiles/daemon.conf (+25 lines)
Line 0 Link Here
1
# What actual file?  Defaults to LogPath if not absolute path....
2
LogFile = daemon.log
3
4
# If the archives are searched, here is one or more line
5
# (optionally containing wildcards) that tell where they are...
6
# Note: if these are gzipped, you need to end with a .gz even if
7
#       you use wildcards...
8
Archive = daemon.log.*
9
Archive = archiv/daemon.log.*
10
11
# Expand the repeats (actually just removes them now)
12
*ExpandRepeats
13
14
# Now, lets remove the services we don't care about at all...
15
*RemoveService = talkd
16
*RemoveService = telnetd
17
*RemoveService = /sbin/mingetty
18
*RemoveService = netscreen
19
*RemoveService = NetScreen
20
21
# Keep only the lines in the proper date range...
22
*OnlyHost
23
*ApplyStdDate
24
25
# vi: shiftwidth=3 tabstop=3 et
(-)/var/tmp/portage/logwatch-6.0.2/work/logwatch-6.0.2/conf/logfiles/kern.conf (+27 lines)
Line 0 Link Here
1
# What actual file?  Defaults to LogPath if not absolute path....
2
LogFile = kern.log
3
4
# If the archives are searched, here is one or more line
5
# (optionally containing wildcards) that tell where they are...
6
# Note: if these are gzipped, you need to end with a .gz even if
7
#       you use wildcards...
8
Archive = kern.log.*
9
Archive = archiv/kern.log.*
10
11
# Expand the repeats (actually just removes them now)
12
*ExpandRepeats
13
14
# Now, lets remove the services we don't care about at all...
15
*RemoveService = talkd
16
*RemoveService = telnetd
17
*RemoveService = inetd
18
*RemoveService = nfsd
19
*RemoveService = /sbin/mingetty
20
*RemoveService = netscreen
21
*RemoveService = NetScreen
22
23
# Keep only the lines in the proper date range...
24
*OnlyHost
25
*ApplyStdDate
26
27
# vi: shiftwidth=3 tabstop=3 et
(-)/var/tmp/portage/logwatch-6.0.2/work/logwatch-6.0.2/conf/logfiles/maillog.conf (+3 lines)
Lines 12-17 Link Here
12
12
13
# What actual file?  Defaults to LogPath if not absolute path....
13
# What actual file?  Defaults to LogPath if not absolute path....
14
LogFile = maillog
14
LogFile = maillog
15
LogFile = mail.*
15
16
16
# If the archives are searched, here is one or more line
17
# If the archives are searched, here is one or more line
17
# (optionally containing wildcards) that tell where they are...
18
# (optionally containing wildcards) that tell where they are...
Lines 19-24 Link Here
19
#       you use wildcards...
20
#       you use wildcards...
20
Archive = maillog.*
21
Archive = maillog.*
21
Archive = archiv/maillog.*
22
Archive = archiv/maillog.*
23
Archive = mail.*.*
24
Archive = archiv/mail.*.*
22
25
23
# Expand the repeats (actually just removes them now)
26
# Expand the repeats (actually just removes them now)
24
*ExpandRepeats
27
*ExpandRepeats
(-)/var/tmp/portage/logwatch-6.0.2/work/logwatch-6.0.2/conf/logfiles/secure.conf (+2 lines)
Lines 13-18 Link Here
13
# What actual file?  Defaults to LogPath if not absolute path....
13
# What actual file?  Defaults to LogPath if not absolute path....
14
LogFile = secure
14
LogFile = secure
15
LogFile = authlog
15
LogFile = authlog
16
LogFile = auth.log
16
17
17
# If the archives are searched, here is one or more line
18
# If the archives are searched, here is one or more line
18
# (optionally containing wildcards) that tell where they are...
19
# (optionally containing wildcards) that tell where they are...
Lines 21-26 Link Here
21
Archive = secure.*
22
Archive = secure.*
22
Archive = archiv/secure.*
23
Archive = archiv/secure.*
23
Archive = authlog.*
24
Archive = authlog.*
25
Archive = auth.log.*
24
26
25
# Expand the repeats (actually just removes them now)
27
# Expand the repeats (actually just removes them now)
26
*ExpandRepeats
28
*ExpandRepeats
(-)/var/tmp/portage/logwatch-6.0.2/work/logwatch-6.0.2/conf/services/kernel.conf (+1 lines)
Lines 16-21 Link Here
16
16
17
# Which logfile group...
17
# Which logfile group...
18
LogFile = messages
18
LogFile = messages
19
LogFile = kern
19
20
20
# Only give lines pertaining to the kernel service...
21
# Only give lines pertaining to the kernel service...
21
*OnlyService = kernel
22
*OnlyService = kernel
(-)/var/tmp/portage/logwatch-6.0.2/work/logwatch-6.0.2/conf/services/pam.conf (+1 lines)
Lines 16-21 Link Here
16
16
17
# Which logfile group...
17
# Which logfile group...
18
LogFile = messages
18
LogFile = messages
19
LogFile = secure
19
20
20
# Only give lines pertaining to the pam service...
21
# Only give lines pertaining to the pam service...
21
*OnlyService = pam
22
*OnlyService = pam
(-)/var/tmp/portage/logwatch-6.0.2/work/logwatch-6.0.2/conf/services/pam_pwdb.conf (+1 lines)
Lines 16-21 Link Here
16
16
17
# Which logfile group...
17
# Which logfile group...
18
LogFile = messages
18
LogFile = messages
19
LogFile = secure
19
20
20
# Only give lines pertaining to the PAM_pwdb service...
21
# Only give lines pertaining to the PAM_pwdb service...
21
*OnlyService = pam_pwdb
22
*OnlyService = pam_pwdb
(-)/var/tmp/portage/logwatch-6.0.2/work/logwatch-6.0.2/conf/services/smartd.conf (+1 lines)
Lines 16-21 Link Here
16
16
17
# Which logfile group...
17
# Which logfile group...
18
LogFile = messages
18
LogFile = messages
19
LogFile = daemon
19
20
20
# Only give lines pertaining to the smartd service...
21
# Only give lines pertaining to the smartd service...
21
*OnlyService = smartd
22
*OnlyService = smartd
(-)/var/tmp/portage/logwatch-6.0.2/work/logwatch-6.0.2/conf/services/sshd2.conf (+1 lines)
Lines 16-21 Link Here
16
16
17
# Which logfile group...
17
# Which logfile group...
18
LogFile = messages
18
LogFile = messages
19
LogFile = secure
19
20
20
# Only give lines pertaining to the sshd2 service...
21
# Only give lines pertaining to the sshd2 service...
21
*OnlyService = sshd2
22
*OnlyService = sshd2

Return to bug 93240