diff options
Diffstat (limited to 'source/a/udev/config/udev.conf')
-rw-r--r-- | source/a/udev/config/udev.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/udev/config/udev.conf b/source/a/udev/config/udev.conf index b0421a08..c8506e4b 100644 --- a/source/a/udev/config/udev.conf +++ b/source/a/udev/config/udev.conf @@ -9,6 +9,6 @@ udev_root="/dev/" # udev_log - 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=<value> +# internal state can be changed with: udevadm control log_priority=<value> udev_log="err" |