# pppusage configuration
#
# note that this file simply is a normal perl file which is
# read by pppusage on startup.

# set this to 1 (or delete it completely).
#
$configured = 0;

# the syslog files to parse. use a space seperated list to
# specify multiple files. note that if you specify the files
# to parse directly (as opposed to using the output of a
# command like ls), you must use normal "quotation marks",
# *not* `backticks`!
#
# For example: "/var/log/messages /var/log/messages.0.gz".
#
$logfiles = `ls /var/log/messages*`;

# the file that pppusage uses to store it's data. if your
# /tmp gets wiped out every now an then, you should set this
# to a different path.
#
$datafile = "/tmp/pppusage.db";
