On Sat, Jun 30, 2012 at 12:35:28AM +0200, Gonéri Le Bouder wrote: > 2012/6/30 Michael Biebl <[email protected]>: > > On 30.06.2012 00:18, Gonéri Le Bouder wrote: > >> On Thu, Jan 19, 2012 at 10:49:29AM +0000, Roger Leigh wrote: > >>> On Tue, Oct 04, 2011 at 11:48:06PM +0200, [email protected] wrote: > > > /dev/.udev/db has been deprecated a long time ago. > > If fusioninventory-agent does not actually need that information, why > > keep the code? > The agent can still run on older system.
When you're packaging this software for Debian, you're targetting it at the versions of the packages in unstable. This code is useless for wheezy, since all systems will be using the udev version provided with wheezy, which doesn't include /dev/.udev/db irrespective of whether or not udev is using /run/udev or /dev/.udev as its directory. It's long gone, and so is useless to even attempt to use. It might be fine to conditionally enable it /if /dev/.udev is present/, but it should certainly not be using these paths now by default. I would recommend patching it out in Debian if you do choose to retain it upstream. Thanks, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' schroot and sbuild http://alioth.debian.org/projects/buildd-tools `- GPG Public Key F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

