chiark / gitweb /
[PATCH] make logging a config option
authorazarah@nosferatu.za.org <azarah@nosferatu.za.org>
Thu, 12 Feb 2004 03:42:51 +0000 (19:42 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:32:26 +0000 (21:32 -0700)
commit4d803d8d04a8493f8efc039c7789c65be33048a0
tree5e349c87952f1dba4469095b7337830dcb3dd265
parentda92f46b9e86643e70861bb705453f81aef5618d
[PATCH] make logging a config option

Once again, patch to make logging a config option.

Reason for this (since you asked for it):
 - In our setup it is easy (although still annoying) .. just edit the
   ebuild, add logging support (or remove it) and rebuild.  For say a
   binary distro, having the logging is useful for debugging some
   times, but its more a once of, or rare thing, as you do not add or
   change config files every day.  Sure, we can have logging by
   default, but many do not want ~300 lines of extra debugging in their
   logs is not pleasant, and they will complain.  Rebuilding the
   package for that binary package (given the users it is targeted to)
   is usually not within most users grasp.
Makefile
etc/udev/udev.conf.in
logging.h
udev.h
udev_config.c