wok view lm-sensors/stuff/linux-3.0.patch @ rev 20121

Remove 3 largest in /usr/share/pixmaps on fs,iso.
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 15 01:02:51 2017 +0200 (2017-10-15)
parents
children
line source
1 --- prog/detect/sensors-detect 2011-08-02 10:23:46.000000000 +0200
2 +++ prog/detect/sensors-detect 2011-08-02 10:24:04.000000000 +0200
3 @@ -2472,7 +2472,7 @@
5 sub initialize_kernel_version
6 {
7 - `uname -r` =~ /(\d+)\.(\d+)\.(\d+)(.*)/;
8 + `uname -r` =~ /(\d+)\.(\d+)(.*)/;
9 @kernel_version = ($1, $2, $3, $4);
10 chomp($kernel_arch = `uname -m`);