]> git.pld-linux.org Git - packages/geninitrd.git/blob - geninitrd-svn.patch
758120328ba5e64fcccb5c2923bc09f8db99fded
[packages/geninitrd.git] / geninitrd-svn.patch
1 Index: geninitrd
2 ===================================================================
3 --- geninitrd   (wersja 12474)
4 +++ geninitrd   (kopia robocza)
5 @@ -792,8 +792,8 @@
6                                 if (c ~ "^" dev_pattern "$") partition = c;
7                         }
8  
9 -                       $4 ~ partition { maj = $1; min = $2; }
10 -                       $1 ~ maj && $2 ~ min { partition = $4; }
11 +                       $4 == partition { maj = $1; min = $2; }
12 +                       $1 == maj && $2 == min { partition = $4; }
13  
14                         END {
15                                 if (maj >= 0 && min >= 0) {
This page took 0.036202 seconds and 3 git commands to generate.