diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-04-14 15:00:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-04-14 15:00:20 +0000 |
commit | 63b951196056100e53adfb5dccf5d4cd2835f02f (patch) | |
tree | 70a71c6368d4cb4ce2ae78d2ca6b9a7dcd3bea8a /perl-install/install | |
parent | 4d706971a9b55bca8b7a9dee600a8b15c0958340 (diff) | |
download | drakx-63b951196056100e53adfb5dccf5d4cd2835f02f.tar drakx-63b951196056100e53adfb5dccf5d4cd2835f02f.tar.gz drakx-63b951196056100e53adfb5dccf5d4cd2835f02f.tar.bz2 drakx-63b951196056100e53adfb5dccf5d4cd2835f02f.tar.xz drakx-63b951196056100e53adfb5dccf5d4cd2835f02f.zip |
- /sbin/usb_id is needed by mouse.pm to generate /dev/input/by-id/xxx (#39868)
(and not /LIB/udev/usb_id since drakx-kbd-mouse-x11 0.42)
(backport from HEAD)
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index d0d1a6f85..818a38768 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- /sbin/usb_id is needed by mouse.pm to generate /dev/input/by-id/xxx (#39868) + (and not /LIB/udev/usb_id since drakx-kbd-mouse-x11 0.42) + Version 10.29 - 3 April 2008 - time: write UTC setting in /etc/adjtime (#36522) diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 3e8912816..8cfed4cae 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -16,6 +16,7 @@ <mode copy="dereference"> vol_id <!-- needed by libDrakX --> + usb_id <!-- needed by mouse::detect --> </mode> badblocks @@ -140,7 +141,6 @@ /etc/rpm/macros.cdb /etc/rpm/macros.d/10manbo.macros /etc/rpm/macros.d/20common.macros - /LIB/udev/usb_id /usr/LIB/xserver/SecurityPolicy /usr/share/X11/XKeysymDB /etc/pango/ARCH/pango.modules |