Re: udev directories

2011-09-21 Thread Bruce Dubbs
Bryan Kadzban wrote: > Andrew Benton wrote: >> On Wed, 21 Sep 2011 17:53:52 -0500 >> Bruce Dubbs wrote: >> >>> Upon review of udev due to a question on -support, we are creating some >>> directories that I don't know are still required. >>> >>> install -dv /lib/{firmware,udev/devices/pts} >>> >>>

Re: udev directories

2011-09-21 Thread Bryan Kadzban
Andrew Benton wrote: > On Wed, 21 Sep 2011 17:53:52 -0500 > Bruce Dubbs wrote: > >> Upon review of udev due to a question on -support, we are creating some >> directories that I don't know are still required. >> >> install -dv /lib/{firmware,udev/devices/pts} >> >> I think we still need /lib/ude

Re: udev directories

2011-09-21 Thread Nathan Coulson
On Wed, Sep 21, 2011 at 4:30 PM, Andrew Benton wrote: > On Wed, 21 Sep 2011 17:53:52 -0500 > Bruce Dubbs wrote: > > > Upon review of udev due to a question on -support, we are creating some > > directories that I don't know are still required. > > > > install -dv /lib/{firmware,udev/devices/pts}

Re: udev directories

2011-09-21 Thread Andrew Benton
On Wed, 21 Sep 2011 17:53:52 -0500 Bruce Dubbs wrote: > Upon review of udev due to a question on -support, we are creating some > directories that I don't know are still required. > > install -dv /lib/{firmware,udev/devices/pts} > > I think we still need /lib/udev/devices, but does anyone know