* Adeodato Simó [Wed, 22 Oct 2008 12:02:37 +0200]:
> The patch should do something like:
> if [ -x /dev/MAKEDEV ]; then
> echo "creating foo devices..."
> /dev/MAKEDEV foo
> fi
Oops, there was one mistake in that, one has to cd /dev, as in:
if [ -x /dev/MAKEDEV ]; then
echo "c
* Matthew Johnson [Wed, 22 Oct 2008 11:25:51 +0100]:
> Do we want to run makedev if both are installed though? I assumed if we
> had udev active we didn't want to run it (and afaik, that's how you know
> udev is active)
I think you do. If you uninstall udev, the system will be left without
the de
On Wed Oct 22 12:02, Adeodato Simó wrote:
> * Matthew Johnson [Wed, 22 Oct 2008 09:33:11 +0100]:
>
> > 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 ]; t
* Matthew Johnson [Wed, 22 Oct 2008 09:33:11 +0100]:
> 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
The patch should do s
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
reassign 502831 dvb-apps
tags 502831 confirmed
thanks
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 de
reassign 502831 dvb-utils
thanks
On Wed Oct 22 13:44, Michael Lamothe wrote:
> Hi Matthew,
>
> Is the NMU for Me TV or for dvb-utils? I use pbuilder and don't
> really understand much about piuparts at this stage. I guess I'm
> saying that I don't really understand the issue.
How very curious.
tag 502831 patch pending
owner 502831 !
thanks
Hi, I've attached a patch.
Looks like the depends was updated to makedev | udev but the postinst
check wasn't changed from .devfs. I've attached a patch which updates it
to check for .udev as well, since leaving it in is not a problem.
I'll upload a
8 matches
Mail list logo