On Wed Oct 22 19:11, Mark Purcell wrote:
> On Wednesday 22 October 2008 18:24:14 Matthew Johnson wrote:
> > I'm going to reassign the bug and
> > propose the patch, I'm hoping that Lucas or the dvb-utils maintainer can
> > comment on it first though.
> 
> Thanks Matthew,
> 
> Does dvb-apps need to depend on both makedev & udev not or as it presently 
> is.  
> Depend on makedev | udev has been the case since 2005 ;-)

makedev | udev is fine, but you must then not try and run MAKEDEV if it
is udev installed instead. The normal way of doing this (which is in my
patch) is:

if [ ! -e /dev/.udev ]; then
   /sbin/MAKEDEV .....
fi

Matt

-- 
Matthew Johnson

Attachment: signature.asc
Description: Digital signature

Reply via email to