linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* little error in gentoo udev.rules?
@ 2007-03-25 21:22 Zbigniew Luszpinski
  2007-03-26 12:10 ` Zbigniew Luszpinski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zbigniew Luszpinski @ 2007-03-25 21:22 UTC (permalink / raw)
  To: linux-hotplug

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

It looks there is possibly little spelling error in gentoo udev.rules.
Please check this patch:

have a nice day,
Zbigniew 'zbiggy' Luszpinski

[-- Attachment #2: gentoo-udev.rules.patch --]
[-- Type: text/x-diff, Size: 420 bytes --]

--- udev.rules	2007-03-25 22:50:52.000000000 +0200
+++ udev.rules	2007-03-25 23:08:09.000000000 +0200
@@ -101,7 +101,7 @@
 KERNEL=="mice",		NAME="input/%k", MODE="0644"
 KERNEL=="mouse*",	NAME="input/%k", MODE="0644"
 KERNEL=="event*",	NAME="input/%k", MODE="0600"
-KERNEL=="js*",		NAME="input/%k", MODE="664"
+KERNEL=="js*",		NAME="input/%k", MODE="0664"
 KERNEL=="ts*",		NAME="input/%k", MODE="0600"
 
 # loop devices

[-- Attachment #3: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #4: Type: text/plain, Size: 226 bytes --]

_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* little error in gentoo udev.rules?
  2007-03-25 21:22 little error in gentoo udev.rules? Zbigniew Luszpinski
@ 2007-03-26 12:10 ` Zbigniew Luszpinski
  2007-03-26 13:05 ` Matthias Schwarzott
  2007-03-26 14:22 ` Zbigniew Luszpinski
  2 siblings, 0 replies; 4+ messages in thread
From: Zbigniew Luszpinski @ 2007-03-26 12:10 UTC (permalink / raw)
  To: linux-hotplug

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

It looks there is possibly little spelling error in gentoo udev.rules.
Please check this patch:

have a nice day,
Zbigniew 'zbiggy' Luszpinski

[-- Attachment #2: gentoo-udev.rules.patch --]
[-- Type: text/x-diff, Size: 420 bytes --]

--- udev.rules	2007-03-25 22:50:52.000000000 +0200
+++ udev.rules	2007-03-25 23:08:09.000000000 +0200
@@ -101,7 +101,7 @@
 KERNEL=="mice",		NAME="input/%k", MODE="0644"
 KERNEL=="mouse*",	NAME="input/%k", MODE="0644"
 KERNEL=="event*",	NAME="input/%k", MODE="0600"
-KERNEL=="js*",		NAME="input/%k", MODE="664"
+KERNEL=="js*",		NAME="input/%k", MODE="0664"
 KERNEL=="ts*",		NAME="input/%k", MODE="0600"
 
 # loop devices

[-- Attachment #3: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #4: Type: text/plain, Size: 226 bytes --]

_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: little error in gentoo udev.rules?
  2007-03-25 21:22 little error in gentoo udev.rules? Zbigniew Luszpinski
  2007-03-26 12:10 ` Zbigniew Luszpinski
@ 2007-03-26 13:05 ` Matthias Schwarzott
  2007-03-26 14:22 ` Zbigniew Luszpinski
  2 siblings, 0 replies; 4+ messages in thread
From: Matthias Schwarzott @ 2007-03-26 13:05 UTC (permalink / raw)
  To: linux-hotplug

On Montag, 26. März 2007, Zbigniew Luszpinski wrote:
> It looks there is possibly little spelling error in gentoo udev.rules.
> Please check this patch:
>
> have a nice day,
> Zbigniew 'zbiggy' Luszpinski

-KERNEL="js*",         NAME="input/%k", MODE="664"
+KERNEL="js*",         NAME="input/%k", MODE="0664"
 KERNEL="ts*",         NAME="input/%k", MODE="0600"

What is the problem at this point, besides that it now looks nicer/same as all 
the other lines?
Did you checked yourself that it makes a difference?

Matthias

-- 
Matthias Schwarzott (zzam)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CIDÞVDEV
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

* Re: little error in gentoo udev.rules?
  2007-03-25 21:22 little error in gentoo udev.rules? Zbigniew Luszpinski
  2007-03-26 12:10 ` Zbigniew Luszpinski
  2007-03-26 13:05 ` Matthias Schwarzott
@ 2007-03-26 14:22 ` Zbigniew Luszpinski
  2 siblings, 0 replies; 4+ messages in thread
From: Zbigniew Luszpinski @ 2007-03-26 14:22 UTC (permalink / raw)
  To: linux-hotplug

Monday 26 of March 2007 15:05:06 Matthias Schwarzott wrote:
> -KERNEL="js*",         NAME="input/%k", MODE="664"
> +KERNEL="js*",         NAME="input/%k", MODE="0664"
>  KERNEL="ts*",         NAME="input/%k", MODE="0600"
>
> What is the problem at this point, besides that it now looks nicer/same as
> all the other lines?

There is no problem. It looks like a typo to me. Decided to drop this message 
to devel list because I see this typo in every udev release.

> Did you checked yourself that it makes a difference?

No. I use 0664 since beginning.

have a nice day,
Zbigniew 'zbiggy' Luszpinski

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CIDÞVDEV
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

end of thread, other threads:[~2007-03-26 14:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-25 21:22 little error in gentoo udev.rules? Zbigniew Luszpinski
2007-03-26 12:10 ` Zbigniew Luszpinski
2007-03-26 13:05 ` Matthias Schwarzott
2007-03-26 14:22 ` Zbigniew Luszpinski

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