Magellan Linux

Diff of /tags/udev-163-r2/udev-arch-ppc.rules.magellan

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 516 by niro, Sat Mar 22 18:13:36 2008 UTC revision 1016 by niro, Tue Apr 6 23:46:22 2010 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/40-arch-ppc.rules:  ppc arch specific rules for udev  # /etc/udev/rules/40-arch-ppc.rules:  ppc arch specific rules for udev
2  # $Header: /root/magellan-cvs/src/udev/udev-arch-ppc.rules.magellan,v 1.1 2008-03-22 18:13:36 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-arch-ppc.rules.magellan,v 1.3 2010-04-06 23:46:22 niro Exp $
3  #  #
4  # There are a number of modifiers that are allowed to be used in some  # There are a number of modifiers that are allowed to be used in some
5  # of the different fields. They provide the following subsitutions:  # of the different fields. They provide the following subsitutions:
# Line 18  Line 18 
18  # file that can be run before this one.  # file that can be run before this one.
19  #  #
20    
21  KERNEL=="iseries/ibmsis*", NAME="%k", GROUP="disk"  KERNEL=="iseries/ibmsis*", GROUP="disk"
22  KERNEL=="iseries/nvt*", NAME="%k", GROUP="disk"  KERNEL=="iseries/nvt*", GROUP="disk"
23  KERNEL=="iseries/vt*", NAME="%k", GROUP="disk"  KERNEL=="iseries/vt*", GROUP="disk"
24  KERNEL=="iseries/vtty*",        GROUP="uucp"  KERNEL=="iseries/vtty*, GROUP="dialout"

Legend:
Removed from v.516  
changed lines
  Added in v.1016