All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eugene Crosser <crosser@rol.ru>
To: linux-hotplug@vger.kernel.org
Subject: fix for Slackware udev.rules
Date: Wed, 07 Sep 2005 08:55:15 +0000	[thread overview]
Message-ID: <431EAAF3.1020809@rol.ru> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 127 bytes --]

Hello gentlemen,

I *think* that the following change is needed, but maybe there is a more
proper way.  Diff attached.

Eugene

[-- Attachment #1.2: udev.rules.diff --]
[-- Type: text/x-patch, Size: 573 bytes --]

--- etc/udev/slackware/udev.rules.orig	2005-08-18 21:04:49.000000000 +0400
+++ etc/udev/slackware/udev.rules	2005-09-07 11:26:46.000000000 +0400
@@ -22,7 +22,7 @@
 BUS="ide", KERNEL="*[!0-9]", PROGRAM="/bin/cat /proc/ide/%k/media", RESULT="floppy*", NAME="%k", GROUP="floppy", MODE="0660"
 
 # permissions for SCSI cd/sg/tape devices
-BUS="scsi", KERNEL="s[grt][0-9]*", SYSFS_type="5", NAME="%k", GROUP="cdrom", MODE="0660"
+BUS="scsi", KERNEL="s[grt][0-9]*", SYSFS{type}="5", NAME="%k", GROUP="cdrom", MODE="0660"
 
 # disk devices
 KERNEL="sd*",		NAME="%k", GROUP="disk"

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

                 reply	other threads:[~2005-09-07  8:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=431EAAF3.1020809@rol.ru \
    --to=crosser@rol.ru \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.