Package: module-init-tools
Version: 3.4-1

        Hi

% git clone 
http://www.kernel.org/pub/linux/kernel/people/jcm/module-init-tools/devel/module-init-tools.git
Initialized empty Git repository in
/home/lool/mit/module-init-tools/.git/
warning: remote HEAD refers to nonexistent ref, unable to checkout.

 Also, this URL is meant for the Debian source package to allow apt-get
 source to warn if a packager is not looking at tip, or debcheckout to
 DTRT; if you're not hosting module-init-tools in git at the vcs-git
 location, it's best not to have it.

    Bye
-- 
Loïc Minier
--- a/modprobe.c        2008-10-31 11:30:42.000000000 +0100
+++ b/modprobe.c        2008-10-31 11:30:59.000000000 +0100
@@ -1373,9 +1373,8 @@
                        return;
                }
 
-               if (unknown_silent)
-                       exit(1);
-               error("Module %s not found.\n", modname);
+               if (!unknown_silent)
+                       error("Module %s not found.\n", modname);
                return;
        }
 

Reply via email to