Blame conf/services/dpkg.conf

Packit 57988d
###########################################################################
Packit 57988d
# $Id$
Packit 57988d
###########################################################################
Packit 57988d
# $Log: dpkg.conf,v $
Packit 57988d
# Revision 1.1  2006/12/15 04:39:22  bjorn
Packit 57988d
# New dpkg scripts, by Willi Mann.
Packit 57988d
#
Packit 57988d
###########################################################################
Packit 57988d
Packit 57988d
# You can put comments anywhere you want to.  They are effective for the
Packit 57988d
# rest of the line.
Packit 57988d
Packit 57988d
# this is in the format of <name> = <value>.  Whitespace at the beginning
Packit 57988d
# and end of the lines is removed.  Whitespace before and after the = sign
Packit 57988d
# is removed.  Everything is case *insensitive*.
Packit 57988d
Packit 57988d
# Yes = True  = On  = 1
Packit 57988d
# No  = False = Off = 0
Packit 57988d
Packit 57988d
Title = dpkg status changes
Packit 57988d
Packit 57988d
# Which logfile group...
Packit 57988d
LogFile = dpkg
Packit 57988d
Packit 57988d
Packit 57988d
# vi: shiftwidth=3 tabstop=3 et