linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mkdir of /etc/.udev/rules.d/
@ 2009-11-03 15:21 Marco d'Itri
  2009-11-04 10:58 ` Kay Sievers
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Marco d'Itri @ 2009-11-03 15:21 UTC (permalink / raw)
  To: linux-hotplug

udev_rules_new() in udev/udev-rules.c unconditionally creates the
directory.
This is a problem because the function is called also by e.g. udevadm
test, and creating /dev/.udev/ when it does not exist is an unacceptable
side effect which will break everything else that checks for its
existence to know if udev is running.
Why is this needed?

-- 
ciao,
Marco

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-11-04 16:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-03 15:21 mkdir of /etc/.udev/rules.d/ Marco d'Itri
2009-11-04 10:58 ` Kay Sievers
2009-11-04 14:28 ` Marco d'Itri
2009-11-04 14:44 ` Kay Sievers
2009-11-04 16:09 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).