diff options
author | Scott James Remnant <scott@ubuntu.com> | 2009-01-20 21:36:09 +0000 |
---|---|---|
committer | Scott James Remnant <scott@netsplit.com> | 2009-01-20 21:36:09 +0000 |
commit | 9032f119f07ad3b5116b3d4858816d851d4127de (patch) | |
tree | 1cd764903bfeb503edce81850be8f7cc961832ad /NEWS | |
parent | 5f03ed8a56d308af72db8a48ab66ed68667af2c6 (diff) |
Expose delayed name resolution
udevd had the ability to delay name resolution until the event, but this
was never exposed. Add a --resolve-names=late option to do so.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ The udevadm test command has no longer a --force option, nodes and symlinks are always updated with a test run now. The udevd daemon can be started with --resolve-names=never to avoid all user -and group lookups (e.g. in cut-down systems). +and group lookups (e.g. in cut-down systems) or --resolve-names=late to +lookup user and groups every time events are handled. udev 136 ======== |