wok diff lm-sensors/stuff/linux-3.0.patch @ rev 20007

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 12:34:36 2017 -0300 (2017-08-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lm-sensors/stuff/linux-3.0.patch	Wed Aug 02 12:34:36 2017 -0300
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- prog/detect/sensors-detect	2011-08-02 10:23:46.000000000 +0200
     1.5 ++++ prog/detect/sensors-detect	2011-08-02 10:24:04.000000000 +0200
     1.6 +@@ -2472,7 +2472,7 @@
     1.7 + 
     1.8 + sub initialize_kernel_version
     1.9 + {
    1.10 +-	`uname -r` =~ /(\d+)\.(\d+)\.(\d+)(.*)/;
    1.11 ++	`uname -r` =~ /(\d+)\.(\d+)(.*)/;
    1.12 + 	@kernel_version = ($1, $2, $3, $4);
    1.13 + 	chomp($kernel_arch = `uname -m`);
    1.14 +