linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* parser problem
@ 2004-12-21 14:17 martin f krafft
  2004-12-21 14:34 ` Kay Sievers
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: martin f krafft @ 2004-12-21 14:17 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 1095 bytes --]

Trying to anticipate the udev crippling, this one seems like a bug:

  BUS="scsi", SYSFS{model}="FLASH G13", KERNEL="sd?1", NAME="%k", SYMLINK="flash", GROUP="flash", MODE="0660"

(all in one line) works.
Both of the following:

  BUS="scsi", SYSFS{model}="FLASH G13", KERNEL="sd?1",
    NAME="%k", SYMLINK="flash", GROUP="flash", MODE="0660"

  BUS="scsi", SYSFS{model}="FLASH G13", KERNEL="sd?1", \
    NAME="%k", SYMLINK="flash", GROUP="flash", MODE="0660"

yield *all* "FLASH G13" scsi devices to be chgrp'd to flash and
chmod'd to 660. Seems like the newline causes udev to ignore the
previous match specification.

Parser bug?

If I could find a specification about the rules syntax, I might be
able to find my own errors. Any pointers?

-- 
martin;              (greetings from the heart of the sun.)
  \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck
 
invalid/expired pgp subkeys? use subkeys.pgp.net as keyserver!
spamtraps: madduck.bogus@madduck.net
 
kermit: why are there so many songs about rainbows?
fozzy: that's part of what rainbows do.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2004-12-21 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-21 14:17 parser problem martin f krafft
2004-12-21 14:34 ` Kay Sievers
2004-12-21 14:50 ` martin f krafft
2004-12-21 14:56 ` martin f krafft
2004-12-21 15:18 ` Greg KH

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).