]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/logwatch/dialup.conf
core129: Ship updated dhcp.cgi
[people/pmueller/ipfire-2.x.git] / config / logwatch / dialup.conf
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
15 Title = "Dialup"
16
17 # Which logfile group...
18 LogFile = messages
19
20 # Only give lines pertaining to the ppp service...
21 *OnlyService = pppd
22 *RemoveHeaders
23
24 # vi: shiftwidth=3 tabstop=3 et