[PATCH] remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present.

This commit is contained in:
greg@kroah.com 2004-03-24 22:47:15 -08:00 committed by Greg KH
parent 7e2fb86463
commit 5476249ffd

15
README
View file

@ -44,16 +44,6 @@ To use:
what udev is doing. This is enabled by default. Note, if you
are building udev against klibc it is recommended that you
disable this option (due to klibc's syslog implementation.)
USE_DBUS
if set to 'true', DBUS messages will be sent everytime udev
creates or removes a device node. This requires that DBUS
development headers and libraries be present on your system to
build properly. Default value is 'false'.
USE_SELINUX
if set to 'true', SELinux support for udev will be built in.
This requires that SELinux development headers and libraries be
present on your system to build properly. Default value is
'false'.
DEBUG
if set to 'true', debugging messages will be sent to the syslog
as udev is run. Default value is 'false'.
@ -98,8 +88,3 @@ know by sending a message to the linux-hotplug-devel mailing list at:
greg k-h
greg@kroah.com