Re: [ptxdist] Author: Carsten Schlote

2010-01-13 Thread Ladislav Michl
On Wed, Jan 13, 2010 at 09:08:50PM +0100, Carsten Schlote wrote: > Hi Remy, > > > > ? ? ? ?prompt "udev ? ? ? ? ? ? ? ? ? ? ? ? ?" > > > + ? ? ? select HOST_GPERF > > > ? ? ? ?select ROOTFS_DEV > > > + ? ? ? select ACL > > > + ? ? ? select USBUTILS > > > + ? ? ? select LIBUSB_COMPAT > > > + ? ? ?

Re: [ptxdist] Author: Carsten Schlote

2010-01-13 Thread Carsten Schlote
Hi Remy, > >        prompt "udev                          " > > +       select HOST_GPERF > >        select ROOTFS_DEV > > +       select ACL > > +       select USBUTILS > > +       select LIBUSB_COMPAT > > +       select PCIUTILS > > Why are these dependencies fixed? > Does not sound like a good

Re: [ptxdist] Author: Carsten Schlote

2010-01-13 Thread Remy Bohmer
Hi All, I have some comments on this patch below: 2010/1/13 Carsten Schlote : >    [udev] Updated to version 150 and updated targetinstall > >    Updated to 150 as proposed on ptxdist mailinglist. Compiles >    and works (tested with upstart initmethod). > >    Added new config options for all fi

Re: [ptxdist] [PATCH 20/48] [udev] Updated to version 147 andappr. changes

2010-01-13 Thread Carsten Schlote
Hi Ladislav > > --- > > patches/udev-147/autogen.sh | 16 +++ This was the required minimum version for the upstart initmethods and one of the related tools - can't remember which. I didn't check for a newer version, but I will give it a try. If this works, I will include it in

[ptxdist] Author: Carsten Schlote

2010-01-13 Thread Carsten Schlote
[udev] Updated to version 150 and updated targetinstall Updated to 150 as proposed on ptxdist mailinglist. Compiles and works (tested with upstart initmethod). Added new config options for all files installed in package dir. Added install_copy lines for all fi

[ptxdist] [PATCH] [ppp] Updated generic/{pon|poff} to maintainer version

2010-01-13 Thread Carsten Schlote
From: Carsten Schlote After switching to the mainstream ppp.make file, I found that the pon/poff scripts are only stubs. Updated these stubs to be the latest maintainer versions taken from the ppp sources. If required, you can use projectroot/usr/bin/ to override these files with your own. Sig