Changeset 4157
- Timestamp:
- 09/17/06 23:01:35 (7 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 25 modified
-
Makefile (modified) (1 diff)
-
RPM/lm_sensors-rh.spec (modified) (1 diff)
-
RPM/lm_sensors.spec (modified) (1 diff)
-
doc/useful_addresses.html (modified) (1 diff)
-
kernel/chips/ds1307.c (modified) (1 diff)
-
kernel/chips/lm92.c (modified) (1 diff)
-
kernel/include/ds1307.h (modified) (1 diff)
-
lib/libsensors.3 (modified) (1 diff)
-
lib/sensors.conf.5 (modified) (1 diff)
-
lm_sensors.lsm (modified) (1 diff)
-
mkpatch/mkpatch.pl (modified) (55 diffs)
-
prog/detect/i2cdetect.8 (modified) (1 diff)
-
prog/detect/sensors-detect.8 (modified) (1 diff)
-
prog/dump/i2cdump.8 (modified) (1 diff)
-
prog/dump/i2cget.8 (modified) (1 diff)
-
prog/dump/i2cset.8 (modified) (1 diff)
-
prog/dump/isadump.8 (modified) (1 diff)
-
prog/dump/isaset.8 (modified) (1 diff)
-
prog/hotplug/README (modified) (1 diff)
-
prog/init/lm_sensors.init (modified) (1 diff)
-
prog/init/lm_sensors.init.suse (modified) (1 diff)
-
prog/init/lm_sensors.sysconfig (modified) (1 diff)
-
prog/sensord/rrd.c (modified) (1 diff)
-
prog/sensors/sensors.1 (modified) (1 diff)
-
prog/tellerstats/index.shtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/Makefile
r4102 r4157 419 419 cd html ; \ 420 420 export LOGNAME=sensors ; \ 421 export HOSTNAME= stimpy.netroedge.com; \421 export HOSTNAME=www.lm-sensors.org ; \ 422 422 man2html *.[1-8] ; \ 423 423 $(RM) *.[1-8] -
lm-sensors/trunk/RPM/lm_sensors-rh.spec
r809 r4157 47 47 Group: Applications/System 48 48 Copyright: GPL 49 Source0: http:// www.lm-sensors.nu/lm-sensors/archive/%{name}-%{ver}.tar.gz49 Source0: http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{ver}.tar.gz 50 50 Buildroot: /var/tmp/%{name} 51 51 Docdir: %{prefix}/doc 52 52 Requires: %{name}-drivers >= %{ver} 53 Url: http://www. netroedge.com/~lm78/53 Url: http://www.lm-sensors.org 54 54 ##For officially distributed packages, please sign below 55 55 Packager: Constantine Gavrilov <const-g@xpert.com> -
lm-sensors/trunk/RPM/lm_sensors.spec
r3075 r4157 42 42 Group: Applications/System 43 43 Copyright: GPL 44 Source0: http:// www.lm-sensors.nu/lm-sensors/archive/%{name}-%{ver}.tar.gz44 Source0: http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{ver}.tar.gz 45 45 Buildroot: /var/tmp/%{name} 46 46 Docdir: %{prefix}/doc 47 47 Requires: %{name}-drivers >= %{ver} 48 Url: http://www. netroedge.com/~lm78/48 Url: http://www.lm-sensors.org 49 49 50 50 #Packager: Your Name <your@address> -
lm-sensors/trunk/doc/useful_addresses.html
r3268 r4157 169 169 <li><span class="toplvl"><a name="applications">Hardware monitoring applications using the lm_sensors package</a></span> 170 170 <ul> 171 <li><a href="http://www 2.lm-sensors.nu/~lm78/">LM Sensors</a>171 <li><a href="http://www.lm-sensors.org">LM Sensors</a> 172 172 <br />First see the 173 <a href="http://www 2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/prog">prog173 <a href="http://www.lm-sensors.org/browser/lm-sensors/trunk/prog">prog 174 174 directory</a> in the lm_sensors package for sample applications. In particular, 175 175 see <a href="http://stimpy.netroedge.com/tellerstats/">Tellerstats</a>, a web-based -
lm-sensors/trunk/kernel/chips/ds1307.c
r2867 r4157 9 9 * 10 10 * Based on code from the lm-sensors project which is available 11 * at http://www.lm-sensors. nu/ and Russell King's PCF8583 Real-Time11 * at http://www.lm-sensors.org/ and Russell King's PCF8583 Real-Time 12 12 * Clock driver (linux/drivers/acorn/char/pcf8583.c). 13 13 * -
lm-sensors/trunk/kernel/chips/lm92.c
r2867 r4157 10 10 * 11 11 * Based on code from the lm-sensors project which is available 12 * at http://www.lm-sensors. nu/. lm87.c have been particularly12 * at http://www.lm-sensors.org/. lm87.c have been particularly 13 13 * helpful (: 14 14 * -
lm-sensors/trunk/kernel/include/ds1307.h
r1433 r4157 11 11 * 12 12 * Based on code from the lm-sensors project which is available 13 * at http://www.lm-sensors. nu/ and Russell King's PCF8583 Real-Time13 * at http://www.lm-sensors.org/ and Russell King's PCF8583 Real-Time 14 14 * Clock driver (linux/drivers/acorn/char/pcf8583.c). 15 15 * -
lm-sensors/trunk/lib/libsensors.3
r2456 r4157 147 147 .SH AUTHOR 148 148 Frodo Looijaard and the lm_sensors group 149 http://www.lm-sensors. nu/149 http://www.lm-sensors.org/ 150 150 -
lm-sensors/trunk/lib/sensors.conf.5
r3000 r4157 413 413 .SH AUTHOR 414 414 Frodo Looijaard and the lm_sensors group 415 http://www.lm-sensors. nu/416 417 418 415 http://www.lm-sensors.org/ 416 417 418 -
lm-sensors/trunk/lm_sensors.lsm
r3255 r4157 16 16 phil@netroedge.com (Philip Edelbrock) 17 17 and other great contributors 18 Primary-site: http://www.lm-sensors. nu/18 Primary-site: http://www.lm-sensors.org/ 19 19 Copying-policy: GPL 20 20 End -
lm-sensors/trunk/mkpatch/mkpatch.pl
r4127 r4157 154 154 You will also want the latest user-space utilities: you can find them 155 155 in the lm_sensors package, which you can download at 156 http://www.lm-sensors. nu/156 http://www.lm-sensors.org/ 157 157 158 158 Acer Labs ALI 1535 … … 296 296 You will also need the latest user-space utilities: you can find them 297 297 in the lm_sensors package, which you can download at 298 http://www.lm-sensors. nu/298 http://www.lm-sensors.org/ 299 299 300 300 Analog Devices ADM1021 and compatibles … … 308 308 You will also need the latest user-space utilities: you can find them 309 309 in the lm_sensors package, which you can download at 310 http://www.lm-sensors. nu/310 http://www.lm-sensors.org/ 311 311 312 312 Analog Devices ADM1024 … … 317 317 You will also need the latest user-space utilities: you can find them 318 318 in the lm_sensors package, which you can download at 319 http://www.lm-sensors. nu/319 http://www.lm-sensors.org/ 320 320 321 321 Analog Devices ADM1025 … … 327 327 You will also need the latest user-space utilities: you can find them 328 328 in the lm_sensors package, which you can download at 329 http://www.lm-sensors. nu/329 http://www.lm-sensors.org/ 330 330 331 331 Analog Devices ADM1026 … … 337 337 You will also need the latest user-space utilities: you can find them 338 338 in the lm_sensors package, which you can download at 339 http://www.lm-sensors. nu/339 http://www.lm-sensors.org/ 340 340 341 341 Analog Devices ADM1030, ADM1031 … … 347 347 You will also need the latest user-space utilities: you can find them 348 348 in the lm_sensors package, which you can download at 349 http://www.lm-sensors. nu/349 http://www.lm-sensors.org/ 350 350 351 351 Analog Devices ADM9240 and compatibles … … 359 359 You will also need the latest user-space utilities: you can find them 360 360 in the lm_sensors package, which you can download at 361 http://www.lm-sensors. nu/361 http://www.lm-sensors.org/ 362 362 363 363 Asus ASB100 … … 368 368 You will also need the latest user-space utilities: you can find 369 369 them in the lm_sensors package, which you can download at 370 http://www.lm-sensors. nu/370 http://www.lm-sensors.org/ 371 371 372 372 Dallas DS1621 and DS1625 … … 377 377 You will also need the latest user-space utilities: you can find them 378 378 in the lm_sensors package, which you can download at 379 http://www.lm-sensors. nu/379 http://www.lm-sensors.org/ 380 380 381 381 Fintek F71805F … … 387 387 You will also need the latest user-space utilities: you can find them 388 388 in the lm_sensors package, which you can download at 389 http://www.lm-sensors. nu/389 http://www.lm-sensors.org/ 390 390 391 391 Fujitsu-Siemens Hermes … … 396 396 You will also need the latest user-space utilities: you can find them 397 397 in the lm_sensors package, which you can download at 398 http://www.lm-sensors. nu/398 http://www.lm-sensors.org/ 399 399 400 400 Fujitsu-Siemens Poseidon … … 405 405 You will also need the latest user-space utilities: you can find them 406 406 in the lm_sensors package, which you can download at 407 http://www.lm-sensors. nu/407 http://www.lm-sensors.org/ 408 408 409 409 Fujitsu-Siemens Scylla … … 418 418 You will also need the latest user-space utilities: you can find them 419 419 in the lm_sensors package, which you can download at 420 http://www.lm-sensors. nu/420 http://www.lm-sensors.org/ 421 421 422 422 Genesys Logic GL518SM … … 428 428 You will also need the latest user-space utilities: you can find them 429 429 in the lm_sensors package, which you can download at 430 http://www.lm-sensors. nu/430 http://www.lm-sensors.org/ 431 431 432 432 Genesys Logic GL520SM … … 438 438 You will also need the latest user-space utilities: you can find them 439 439 in the lm_sensors package, which you can download at 440 http://www.lm-sensors. nu/440 http://www.lm-sensors.org/ 441 441 442 442 HP Maxilife … … 447 447 You will also need the latest user-space utilities: you can find them 448 448 in the lm_sensors package, which you can download at 449 http://www.lm-sensors. nu/449 http://www.lm-sensors.org/ 450 450 451 451 Intel Xeon Thermal Sensor … … 457 457 You will also need the latest user-space utilities: you can find them 458 458 in the lm_sensors package, which you can download at 459 http://www.lm-sensors. nu/459 http://www.lm-sensors.org/ 460 460 461 461 ITE 8705, 8712, Sis950 … … 466 466 You will also need the latest user-space utilities: you can find them 467 467 in the lm_sensors package, which you can download at 468 http://www.lm-sensors. nu/468 http://www.lm-sensors.org/ 469 469 470 470 Maxim MAX1619 … … 475 475 You will also need the latest user-space utilities: you can find them 476 476 in the lm_sensors package, which you can download at 477 http://www.lm-sensors. nu/477 http://www.lm-sensors.org/ 478 478 479 479 Maxim MAX6650, MAX6651 … … 484 484 You will also need the latest user-space utilities: you can find them 485 485 in the lm_sensors package, which you can download at 486 http://www.lm-sensors. nu/486 http://www.lm-sensors.org/ 487 487 488 488 Myson MTP008 … … 493 493 You will also need the latest user-space utilities: you can find them 494 494 in the lm_sensors package, which you can download at 495 http://www.lm-sensors. nu/495 http://www.lm-sensors.org/ 496 496 497 497 National Semiconductor LM63 … … 503 503 You will also need the latest user-space utilities: you can find them 504 504 in the lm_sensors package, which you can download at 505 http://www.lm-sensors. nu/505 http://www.lm-sensors.org/ 506 506 507 507 National Semiconductor LM75 and compatibles … … 515 515 You will also need the latest user-space utilities: you can find them 516 516 in the lm_sensors package, which you can download at 517 http://www.lm-sensors. nu/517 http://www.lm-sensors.org/ 518 518 519 519 National Semiconductor LM78 … … 527 527 You will also need the latest user-space utilities: you can find them 528 528 in the lm_sensors package, which you can download at 529 http://www.lm-sensors. nu/529 http://www.lm-sensors.org/ 530 530 531 531 National Semiconductor LM80 … … 537 537 You will also need the latest user-space utilities: you can find them 538 538 in the lm_sensors package, which you can download at 539 http://www.lm-sensors. nu/539 http://www.lm-sensors.org/ 540 540 541 541 National Semiconductor LM83 and compatibles … … 546 546 You will also need the latest user-space utilities: you can find 547 547 them in the lm_sensors package, which you can download at 548 http://www.lm-sensors. nu/548 http://www.lm-sensors.org/ 549 549 550 550 National Semiconductor LM85 … … 558 558 You will also need the latest user-space utilities: you can find them 559 559 in the lm_sensors package, which you can download at 560 http://www.lm-sensors. nu/560 http://www.lm-sensors.org/ 561 561 562 562 National Semiconductor LM87 … … 568 568 You will also need the latest user-space utilities: you can find them 569 569 in the lm_sensors package, which you can download at 570 http://www.lm-sensors. nu/570 http://www.lm-sensors.org/ 571 571 572 572 National Semiconductor LM90 … … 578 578 You will also need the latest user-space utilities: you can find 579 579 them in the lm_sensors package, which you can download at 580 http://www.lm-sensors. nu/580 http://www.lm-sensors.org/ 581 581 582 582 National Semiconductor LM92 … … 588 588 You will also need the latest user-space utilities: you can find them 589 589 in the lm_sensors package, which you can download at 590 http://www.lm-sensors. nu/590 http://www.lm-sensors.org/ 591 591 592 592 National Semiconductor LM93 … … 598 598 You will also need the latest user-space utilities: you can find them 599 599 in the lm_sensors package, which you can download at 600 http://www.lm-sensors. nu/600 http://www.lm-sensors.org/ 601 601 602 602 National Semiconductor PC8736x Sensors … … 610 610 You will also need the latest user-space utilities: you can find them 611 611 in the lm_sensors package, which you can download at 612 http://www.lm-sensors. nu/612 http://www.lm-sensors.org/ 613 613 614 614 Philips PCF8574 … … 621 621 You will also need the latest user-space utilities: you can find them 622 622 in the lm_sensors package, which you can download at 623 http://www.lm-sensors. nu/623 http://www.lm-sensors.org/ 624 624 625 625 Philips PCF8591 … … 632 632 You will also need the latest user-space utilities: you can find them 633 633 in the lm_sensors package, which you can download at 634 http://www.lm-sensors. nu/634 http://www.lm-sensors.org/ 635 635 636 636 Silicon Integrated Systems Corp. SiS5595 Sensor … … 642 642 You will also need the latest user-space utilities: you can find them 643 643 in the lm_sensors package, which you can download at 644 http://www.lm-sensors. nu/644 http://www.lm-sensors.org/ 645 645 646 646 SMSC47M1xx Super I/O Fan Support … … 653 653 You will also need the latest user-space utilities: you can find them 654 654 in the lm_sensors package, which you can download at 655 http://www.lm-sensors. nu/655 http://www.lm-sensors.org/ 656 656 657 657 Texas Instruments THMC50 / Analog Devices ADM1022 … … 664 664 You will also need the latest user-space utilities: you can find them 665 665 in the lm_sensors package, which you can download at 666 http://www.lm-sensors. nu/666 http://www.lm-sensors.org/ 667 667 668 668 Via VT82C686A/B … … 674 674 You will also need the latest user-space utilities: you can find them 675 675 in the lm_sensors package, which you can download at 676 http://www.lm-sensors. nu/676 http://www.lm-sensors.org/ 677 677 678 678 Via VT1211 Sensors … … 684 684 You will also need the latest user-space utilities: you can find them 685 685 in the lm_sensors package, which you can download at 686 http://www.lm-sensors. nu/686 http://www.lm-sensors.org/ 687 687 688 688 Via VT8231 Sensors … … 694 694 You will also need the latest user-space utilities: you can find them 695 695 in the lm_sensors package, which you can download at 696 http://www.lm-sensors. nu/696 http://www.lm-sensors.org/ 697 697 698 698 Winbond W83781D, W83782D, W83783S, W83627HF, AS99127F … … 705 705 You will also need the latest user-space utilities: you can find them 706 706 in the lm_sensors package, which you can download at 707 http://www.lm-sensors. nu/707 http://www.lm-sensors.org/ 708 708 709 709 Winbond W83792D … … 714 714 You will also need the latest user-space utilities: you can find them 715 715 in the lm_sensors package, which you can download at 716 http://www.lm-sensors. nu/716 http://www.lm-sensors.org/ 717 717 718 718 Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF … … 725 725 You will also need the latest user-space utilities: you can find 726 726 them in the lm_sensors package, which you can download at 727 http://www.lm-sensors. nu/727 http://www.lm-sensors.org/ 728 728 729 729 Winbond W83L785TS-S … … 734 734 You will also need the latest user-space utilities: you can find 735 735 them in the lm_sensors package, which you can download at 736 http://www.lm-sensors. nu/736 http://www.lm-sensors.org/ 737 737 738 738 EEprom (DIMM) reader … … 746 746 You will also need the latest user-space utilities: you can find them 747 747 in the lm_sensors package, which you can download at 748 http://www.lm-sensors. nu/748 http://www.lm-sensors.org/ 749 749 750 750 EOF … … 815 815 close OUTPUT; 816 816 die "Automatic patch generation for main `Makefile' failed.\n". 817 "See our home page http://www.lm-sensors. nu/ for assistance!" if $pr1 == 0;817 "See our home page http://www.lm-sensors.org/ for assistance!" if $pr1 == 0; 818 818 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 819 819 } … … 893 893 close OUTPUT; 894 894 die "Automatic patch generation for `drivers/Makefile' failed.\n". 895 "See our home page http://www.lm-sensors. nu/ for assistance!" if $pr1 == 0 or $pr2 == 0;895 "See our home page http://www.lm-sensors.org/ for assistance!" if $pr1 == 0 or $pr2 == 0; 896 896 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 897 897 } … … 932 932 close OUTPUT; 933 933 die "Automatic patch generation for `drivers/char/Config.in' failed.\n". 934 "See our home page http://www.lm-sensors. nu/ for assistance!" if $pr1 == 0;934 "See our home page http://www.lm-sensors.org/ for assistance!" if $pr1 == 0; 935 935 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 936 936 } … … 996 996 close OUTPUT; 997 997 die "Automatic patch generation for `drivers/i2c/Config.in' failed.\n". 998 "See our home page http://www.lm-sensors. nu/ for assistance!" if $pr1 != 1;998 "See our home page http://www.lm-sensors.org/ for assistance!" if $pr1 != 1; 999 999 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 1000 1000 } … … 1124 1124 close OUTPUT; 1125 1125 die "Automatic patch generation for `drivers/i2c/Makefile' failed.\n". 1126 "See our home page http://www.lm-sensors. nu/ for assistance!" if $pr1 != 1;1126 "See our home page http://www.lm-sensors.org/ for assistance!" if $pr1 != 1; 1127 1127 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 1128 1128 } … … 1152 1152 SENSORS DRIVERS 1153 1153 L: lm-sensors@lm-sensors.org 1154 W: http://www.lm-sensors. nu/1154 W: http://www.lm-sensors.org/ 1155 1155 S: Maintained 1156 1156 … … 1163 1163 close OUTPUT; 1164 1164 die "Automatic patch generation for `MAINTAINERS' failed.\n". 1165 "See our home page http://www.lm-sensors. nu/ for assistance!" if $done == 0;1165 "See our home page http://www.lm-sensors.org/ for assistance!" if $done == 0; 1166 1166 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 1167 1167 } … … 1220 1220 close OUTPUT; 1221 1221 die "Automatic patch generation for `$kernel_file' failed.\n". 1222 "See our home page http://www.lm-sensors. nu/ for assistance!" if $done != 3;1222 "See our home page http://www.lm-sensors.org/ for assistance!" if $done != 3; 1223 1223 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 1224 1224 … … 1244 1244 close OUTPUT; 1245 1245 die "Automatic patch generation for `$kernel_file' failed.\n". 1246 "See our home page http://www.lm-sensors. nu/ for assistance!" if $done != 1;1246 "See our home page http://www.lm-sensors.org/ for assistance!" if $done != 1; 1247 1247 print_diff $package_root,$kernel_root,$kernel_file,$package_file; 1248 1248 } -
lm-sensors/trunk/prog/detect/i2cdetect.8
r3285 r4157 72 72 .SH AUTHOR 73 73 Frodo Looijaard, Mark D. Studebaker, and the lm_sensors group 74 http://www.lm-sensors. nu/74 http://www.lm-sensors.org/ 75 75 This manual page was written by Aurelien Jarno <aurel32@debian.org>, for 76 76 the Debian GNU/Linux system. It was then reviewed by the lm_sensors team and -
lm-sensors/trunk/prog/detect/sensors-detect.8
r2456 r4157 20 20 .SH AUTHOR 21 21 Frodo Looijaard and the lm_sensors group 22 http://www.lm-sensors. nu/22 http://www.lm-sensors.org/ 23 23 This manual page was written by Joey Hess <joey@debian.org>, for 24 24 the Debian GNU/Linux system. It was then reviewed by the lm_sensors team and -
lm-sensors/trunk/prog/dump/i2cdump.8
r3286 r4157 70 70 .SH AUTHOR 71 71 Frodo Looijaard, Mark D. Studebaker, and the lm_sensors group 72 http://www.lm-sensors. nu/72 http://www.lm-sensors.org/ 73 73 This manual page was originally written by David Z Maze <dmaze@debian.org> for 74 74 the Debian GNU/Linux system. It was then reviewed by the lm_sensors team and -
lm-sensors/trunk/prog/dump/i2cget.8
r3108 r4157 59 59 .SH AUTHOR 60 60 Jean Delvare 61 http://www.lm-sensors. nu/61 http://www.lm-sensors.org/ 62 62 This manual page was strongly inspired from those written by David Z Maze 63 63 for i2cset. -
lm-sensors/trunk/prog/dump/i2cset.8
r3106 r4157 66 66 .SH AUTHOR 67 67 Frodo Looijaard, Mark D. Studebaker, and the lm_sensors group 68 http://www.lm-sensors. nu/68 http://www.lm-sensors.org/ 69 69 This manual page was originally written by David Z Maze <dmaze@debian.org> for 70 70 the Debian GNU/Linux system. It was then reviewed by the lm_sensors team and -
lm-sensors/trunk/prog/dump/isadump.8
r4151 r4157 102 102 .SH AUTHOR 103 103 Frodo Looijaard, Mark D. Studebaker, and the lm_sensors group 104 (http://www.lm-sensors. nu/)104 (http://www.lm-sensors.org/) 105 105 .PP 106 106 This manual page was originally written by David Z Maze <dmaze@debian.org> for -
lm-sensors/trunk/prog/dump/isaset.8
r2985 r4157 72 72 .SH AUTHOR 73 73 Mark D. Studebaker, and the lm_sensors group 74 (http://www.lm-sensors. nu/)74 (http://www.lm-sensors.org/) 75 75 .PP 76 76 This manual page was shamelessly ripped from the i2cset and isadump manual -
lm-sensors/trunk/prog/hotplug/README
r2973 r4157 34 34 version 0.2 will not work. 35 35 Version 0.1 does not use the kernel hotplug facility. 36 Obtain version 0.1 here:37 38 README: http://www.netroedge.com/~lm78/misc/README-m7101.txt39 source and README: http://www.netroedge.com/~lm78/misc/m7101-0.1.tar.gz40 41 42 36 43 37 -------------------------------------------------------- -
lm-sensors/trunk/prog/init/lm_sensors.init
r2820 r4157 20 20 21 21 # See also the lm_sensors homepage at: 22 # http://www 2.lm-sensors.nu/~lm78/index.html22 # http://www.lm-sensors.org 23 23 24 24 # It uses a config file /etc/sysconfig/sensors that contains the modules to -
lm-sensors/trunk/prog/init/lm_sensors.init.suse
r2799 r4157 31 31 32 32 # See also the lm_sensors homepage at: 33 # http://www 2.lm-sensors.nu/~lm78/index.html33 # http://www.lm-sensors.org 34 34 35 35 # It uses a config file /etc/sysconfig/sensors that contains the modules to -
lm-sensors/trunk/prog/init/lm_sensors.sysconfig
r1556 r4157 4 4 # 5 5 # See also the lm_sensors homepage at: 6 # http://www 2.lm-sensors.nu/~lm78/index.html6 # http://www.lm-sensors.org 7 7 # 8 8 # This file is used by /etc/rc.d/init.d/lm_sensors and defines the modules to be -
lm-sensors/trunk/prog/sensord/rrd.c
r2747 r4157 430 430 ++ graph; 431 431 } 432 printf ("<p>\n<small><b>sensord</b> by <a href=\"mailto:merlin@merlin.org\">Merlin Hughes</a>, all credit to the <a href=\"http://www.lm-sensors. nu/\">lm_sensors</a> crew.</small>\n</p>\n");432 printf ("<p>\n<small><b>sensord</b> by <a href=\"mailto:merlin@merlin.org\">Merlin Hughes</a>, all credit to the <a href=\"http://www.lm-sensors.org/\">lm_sensors</a> crew.</small>\n</p>\n"); 433 433 printf ("</BODY>\n</HTML>\n"); 434 434 -
lm-sensors/trunk/prog/sensors/sensors.1
r3168 r4157 89 89 .SH AUTHOR 90 90 Frodo Looijaard and the lm_sensors group 91 http://www.lm-sensors. nu/91 http://www.lm-sensors.org/ 92 92 93 93 -
lm-sensors/trunk/prog/tellerstats/index.shtml
r1051 r4157 41 41 42 42 This page generated with drivers and the tellerstats scripts from 43 <a href="http://www.lm-sensors. nu/">The lm_sensors drivers</a>.43 <a href="http://www.lm-sensors.org/">The lm_sensors drivers</a>. 44 44 45 45 <p>
