Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > ec43cf0e6e5ab127827689a4750d4a9b > files > 11

einit-0.40.0-2mdv2010.0.x86_64.rpm

<?xml version="1.0" encoding="UTF-8" ?>
<einit>
 <configuration>
  <edev>

   <devicefile-rule SUBSYSTEM="^(tty)$"
                    chmod="0666"
                    devicefile="/dev/${DEVPATH_BASE}" />

<!-- i could bet the SUBSYSTEM is actually called vcs... but either way,
     these are device files, and we want to match DEVPATH_BASE
     also: vcsa|vcsa[0-9]* -same-as-> vcsa[0-9]* -->
   <devicefile-rule DEVPATH_BASE="^(vcs[0-9]*|vcsa[0-9]*)$"
                    group="tty"
                    devicefile="/dev/${DEVPATH_BASE}" />

   <devicefile-rule DEVPATH_BASE="^ttyS[0-9]*$"
                    group="uucp"
                    devicefile="/dev/${DEVPATH_BASE}" />


  </edev>
 </configuration>
</einit>