public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers/files: nvidia.udev-rule
@ 2012-04-06 18:20 Doug Goldstein (cardoe)
  0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2012-04-06 18:20 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/04/06 18:20:47

  Modified:             nvidia.udev-rule
  Log:
  Break the udev rule into two pieces because a user on bug #376527 had a problem with the combined rule on udev-171-r5. It worked fine after he recompiled udev but obviously since there was an issue we should just use it broken out. bug #376527
  
  (Portage version: 2.1.10.55/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-drivers/nvidia-drivers/files/nvidia.udev-rule

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/files/nvidia.udev-rule?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/files/nvidia.udev-rule?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/files/nvidia.udev-rule?r1=1.1&r2=1.2

Index: nvidia.udev-rule
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/files/nvidia.udev-rule,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia.udev-rule	6 Apr 2012 01:52:26 -0000	1.1
+++ nvidia.udev-rule	6 Apr 2012 18:20:47 -0000	1.2
@@ -1 +1,6 @@
-ACTION=="add|remove", DEVPATH=="/module/nvidia", SUBSYSTEM=="module", RUN+="nvidia-udev.sh $env{ACTION}"
+ACTION=="add", DEVPATH=="/module/nvidia", SUBSYSTEM=="module", RUN+="nvidia-udev.sh $env{ACTION}"
+# Previously the ACTION was "add|remove" but one user on bug #376527 had a
+# problem until he recompiled udev-171-r5, which is one of the versions I
+# tested with and it was fine. I'm breaking the rules out just to be safe
+# so someone else doesn't have an issue
+ACTION=="remove", DEVPATH=="/module/nvidia", SUBSYSTEM=="module", RUN+="nvidia-udev.sh $env{ACTION}"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-06 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-06 18:20 [gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers/files: nvidia.udev-rule Doug Goldstein (cardoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox