Package: module-init-tools
Followup-For: Bug #421115

The problem is that I am trying to mix Ubuntu 7.04 and Debian unstable.
In their module-init-tools, Ubuntu people invented -Q option for
modprobe, which they then use in their udev. Currently, Debian's
module-init-tools come atop of Ubuntu ones, so a problem ensues.
There are two ways, either bring Debian-unstable's udev atop of
Ubuntu one, or patch modprobe in Debian's module-init-tools 
and make it eat -Q option in its command line 
(its semantic is just "be silent", so there
should not be any mandatory side-effects).

Like in 
http://archive.ubuntu.com/ubuntu/pool/main/m/module-init-tools/module-init-tools_3.3-pre3-1ubuntu7.diff.gz
 :

diff -ruNp module-init-tools-3.2.2~/modprobe.c 
module-init-tools-3.2.2/modprobe.c
--- module-init-tools-3.2.2~/modprobe.c 2005-12-15 02:24:09.536105000 +0000
+++ module-init-tools-3.2.2/modprobe.c  2005-12-15 02:26:30.040886500 +0000
@@ -1491,6 +1495,11 @@ int main(int argc, char *argv[])
                        unknown_silent = 1;
                        add_to_env_var("-q");
                        break;
+               case 'Q': /* these Ubuntu people are so aesthetisch :>
+                       silent = 1; */
+                       unknown_silent = 1;
+                       add_to_env_var("-Q");
+                        break;
                case 'D':
                        dry_run = 1;
                        ignore_proc = 1;

Don't know if it is on any value for the common affair.
May be I should first try it privately for myself...

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages module-init-tools depends on:
ii  libc6                         2.5-4      GNU C Library: Shared libraries
ii  lsb-base                      3.1-23.1   Linux Standard Base 3.1 init scrip

module-init-tools recommends no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to