]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/logwatch/dialup.conf
"Update Booster" fertiggestellt und getestet.
[people/pmueller/ipfire-2.x.git] / config / logwatch / dialup.conf
CommitLineData
81a7e7c8
MT
1###########################################################################
2#
3###########################################################################
4
5# You can put comments anywhere you want to. They are effective for the
6# rest of the line.
7
8# this is in the format of <name> = <value>. Whitespace at the beginning
9# and end of the lines is removed. Whitespace before and after the = sign
10# is removed. Everything is case *insensitive*.
11
12# Yes = True = On = 1
13# No = False = Off = 0
14
15Title = "Dialup"
16
17# Which logfile group...
18LogFile = messages
19
20# Only give lines pertaining to the ppp service...
21*OnlyService = pppd
22*RemoveHeaders
23
24# vi: shiftwidth=3 tabstop=3 et