]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- prevent translation issues from happening auto/th/geninitrd-12385-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 26 Oct 2011 19:59:19 +0000 (19:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd-svn.patch -> 2.9

geninitrd-svn.patch

index 1d59c961e3c947750fcb00a5d0d0d8e69f5f9a05..c7b3e7ffadc17312952df5afc4ec7f75cdbb3626 100644 (file)
@@ -67,3 +67,16 @@ Index: functions
                                                   for (i in modules) { printf "%s ", modules[i]; };
                                        }
        '
+Index: functions
+===================================================================
+--- functions  (wersja 12392)
++++ functions  (kopia robocza)
+@@ -189,7 +189,7 @@
+               return
+       fi
+-      lspci -p "$pcimap" -kvmmn | awk -vreq_class="${req_class}" '
++      LC_ALL=C lspci -p "$pcimap" -kvmmn | awk -vreq_class="${req_class}" '
+                                       BEGIN      { skip_modules[1]=""; modules[1]=""; xhci=""; ehci=""; ohci=""; uhci="" }
+                                       /^Slot:/   { found=0 }
+                                       /^Class:/  { if (req_class == $2) { found=1 } }
This page took 0.061255 seconds and 4 git commands to generate.