X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=etc%2Fudev%2Fudev.conf.in;h=a92f688c3a46a49470c7052574a2af25eb34516d;hp=efdb1d180806d35423f8f99d55763fd4cfd076d7;hb=c249f66a70f9ea623205f27f7931727acbafba9e;hpb=8ab44e3fd0b8fd4555db973d4c2c305ca09e787d diff --git a/etc/udev/udev.conf.in b/etc/udev/udev.conf.in index efdb1d180..a92f688c3 100644 --- a/etc/udev/udev.conf.in +++ b/etc/udev/udev.conf.in @@ -1,14 +1,13 @@ # udev.conf -# Where in the filesystem to place the device nodes +# Where in the filesystem to place the device nodes. udev_root="@udevdir@" -# The name and location of the udev database. -udev_db="@udevdir@/.udevdb" - # The name and location of the udev rules file(s). udev_rules="@configdir@/rules.d" -# The syslog(3) priority: "err", "info", or the numerical value. +# The initial syslog(3) priority: "err", "info", "debug" or its +# numerical equivalent. For runtime debugging, the daemons internal +# state can be changed with: "udevcontrol log_priority=". udev_log="err"