Magellan Linux

Diff of /trunk/kmod/patches/kmod-7-fix-options.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1732 by niro, Wed Apr 4 15:06:10 2012 UTC revision 1733 by niro, Thu Apr 5 12:44:53 2012 UTC
# Line 5  Subject: [PATCH] modprobe: fix typo in c Line 5  Subject: [PATCH] modprobe: fix typo in c
5    
6  kmod uses "option MODNAME", not "options MODNAME"  kmod uses "option MODNAME", not "options MODNAME"
7    
  --- modprobe-sorted.kmod 2012-03-21 22:31:03.751754042 +0200  
  +++ modprobe-sorted.module-init-tools 2012-03-21 22:30:49.561753089 +0200  
  @@ -1,6 +1,23 @@  
  [...]  
  -option uvesafb mode_option=1024x786-32 mtrr=4 scroll=ywrap  
  +options uvesafb mode_option=1024x786-32 mtrr=4 scroll=ywrap  
   
8  This breaks scripts that depend in modprobe -c output grepping  This breaks scripts that depend in modprobe -c output grepping
9  ---  ---
10   tools/kmod-modprobe.c |    2 +-   tools/kmod-modprobe.c |    2 +-

Legend:
Removed from v.1732  
changed lines
  Added in v.1733