Blame SOURCES/0001-Fix-stale-links-and-outdated-info.patch

875092
From 90b9168cd44f8c641fcf10def830bcd7c53a30e9 Mon Sep 17 00:00:00 2001
875092
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
875092
Date: Sat, 1 Sep 2018 08:12:59 +0200
875092
Subject: [PATCH] Fix stale links and outdated info
875092
MIME-Version: 1.0
875092
Content-Type: text/plain; charset=UTF-8
875092
Content-Transfer-Encoding: 8bit
875092
875092
This combines several upstream commits, see below.
875092
875092
(cherry picked from commit 6413b80847ec54792d026191c01cdb985441a28b)
875092
(cherry picked from commit be3679ae06b622b1d868271ddeb6ae8d12196d1f)
875092
(cherry picked from commit 17d62bd3180d01676834d8a901d9bb1216b2f979)
875092
(cherry picked from commit 8f54fe85e8c9015190a2c80b8297ea69b5111728)
875092
(cherry picked from commit 807f9b1529892c0ac89bca0c7ae781c59f9c8393)
875092
(cherry picked from commit 255804953e039a725df47c596e47f68554118ca5)
875092
(cherry picked from commit 012d76b9785b467cf219bf134d6610861de58a97)
875092
(cherry picked from commit 84f773b3ec8b75f377a68fd1436ea3ac6d11b170)
875092
875092
Resolves: rhbz#1693347
875092
875092
Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
875092
---
875092
 CHANGES                             |  4 +++-
875092
 Makefile                            |  2 +-
875092
 README                              | 18 ++++++++++++-----
875092
 configs/Asus/P3-PH4C.conf           |  3 ++-
875092
 configs/Asus/P5B-E.conf             |  2 +-
875092
 configs/Asus/P5N32-E_SLI_Plus.conf  |  2 +-
875092
 configs/Biostar/N68S+.conf          |  2 +-
875092
 configs/Gigabyte/Z38MX-UD2H-B3.conf |  2 +-
875092
 doc/developers/lm_sensors.lsm       | 10 ++++------
875092
 doc/developers/release_checklist    | 30 ++++++++---------------------
875092
 doc/donations                       |  2 +-
875092
 doc/git                             |  2 +-
875092
 doc/progs                           |  2 +-
875092
 etc/sensors.conf.eg                 |  4 ++--
875092
 lib/libsensors.3                    |  3 +--
875092
 lib/sensors.conf.5                  |  5 +----
875092
 prog/detect/sensors-detect          |  6 +++---
875092
 prog/dump/isadump.8                 |  2 +-
875092
 prog/dump/isaset.8                  |  2 +-
875092
 prog/init/lm_sensors.init           |  2 +-
875092
 prog/rrd/sens_day.in                |  2 +-
875092
 prog/rrd/sens_week.in               |  2 +-
875092
 prog/rrd/summ_week.in               |  2 +-
875092
 prog/sensord/rrd.c                  |  3 ++-
875092
 prog/sensors/sensors.1              |  2 +-
875092
 prog/tellerstats/index.shtml        |  2 +-
875092
 version.h                           |  2 +-
875092
 27 files changed, 56 insertions(+), 64 deletions(-)
875092
875092
diff --git a/CHANGES b/CHANGES
875092
index 6efba0fd..d2e7e8d4 100644
875092
--- a/CHANGES
875092
+++ b/CHANGES
875092
@@ -1,7 +1,9 @@
875092
 lm-sensors CHANGES file
875092
 -----------------------
875092
 
875092
-SVN HEAD
875092
+git HEAD
875092
+  Development version string now contains "+git" instead of "+SVN"
875092
+  Updated links in documentation to reflect the new home of lm_sensors
875092
   sensors.1: Add reference to sensors-detect
875092
              Document -j option (json output)
875092
   sensors: Add support for json output
875092
diff --git a/Makefile b/Makefile
875092
index d6f2192c..2f5859f0 100644
875092
--- a/Makefile
875092
+++ b/Makefile
875092
@@ -226,7 +226,7 @@ manhtml:
875092
 	cp $(MANPAGES) html
875092
 	cd html ; \
875092
 	export LOGNAME=sensors ; \
875092
-	export HOSTNAME=www.lm-sensors.org ; \
875092
+	export HOSTNAME=hwmon.wiki.kernel.org ; \
875092
 	man2html *.[1-8] ; \
875092
 	$(RM) *.[1-8]
875092
 
875092
diff --git a/README b/README
875092
index acd3c6e4..9ce510b9 100644
875092
--- a/README
875092
+++ b/README
875092
@@ -101,14 +101,22 @@ for such programs.
875092
 OTHER INFORMATION
875092
 -----------------
875092
 
875092
-The developers of this package can be reached through github.
875092
-(see https://github.com/groeck/lm-sensors). Do not hesitate to contact
875092
-us if you have questions, suggestions, problems, want to contribute,
875092
-or just want to report it works for you. But please try to
875092
+The lm_sensors website can be found at
875092
+https://hwmon.wiki.kernel.org/lm_sensors
875092
+
875092
+The developers of this package can be reached using
875092
+* a mailing list lm-sensors <at> vger <dot> kernel <dot> org
875092
+  (you can get information on how to subscribe, unsubscribe, and the list
875092
+  of archives at http://vger.kernel.org/vger-lists.html#lm-sensors;
875092
+  you do not need to be subscribed to post to the list)
875092
+* GitHub (see https://github.com/lm-sensors/lm-sensors)
875092
+
875092
+Do not hesitate to contact us if you have questions, suggestions, problems,
875092
+want to contribute, or just want to report it works for you. But please try to
875092
 read the documentation before you ask any questions! It's all under doc/.
875092
 
875092
 The latest version of this package can always be found at:
875092
-https://github.com/groeck/lm-sensors.
875092
+https://github.com/lm-sensors/lm-sensors.
875092
 
875092
 LICENSE
875092
 -------
875092
diff --git a/configs/Asus/P3-PH4C.conf b/configs/Asus/P3-PH4C.conf
875092
index 00e5dab8..28b32578 100644
875092
--- a/configs/Asus/P3-PH4C.conf
875092
+++ b/configs/Asus/P3-PH4C.conf
875092
@@ -5,7 +5,8 @@ chip "w83627ehf-*" "w83627dhg-*"
875092
     label in0 "VCore"
875092
     label in1 "+12V"
875092
     label in2 "AVCC"
875092
-# ACPI <http://www.lm-sensors.org/wiki/AsusFormulaHacking> says nothing about AVCC, so you might want to uncomment:
875092
+# ACPI <https://hwmon.wiki.kernel.org/asusformulahacking> says nothing
875092
+# about AVCC, so you might want to uncomment:
875092
 #ignore in2
875092
     label in3 "+3.3V"
875092
     ignore in4
875092
diff --git a/configs/Asus/P5B-E.conf b/configs/Asus/P5B-E.conf
875092
index bf62b6e9..5aa506c7 100644
875092
--- a/configs/Asus/P5B-E.conf
875092
+++ b/configs/Asus/P5B-E.conf
875092
@@ -2,7 +2,7 @@
875092
 
875092
 
875092
 # This is the sensors.conf configuration file for ASUS P5B-E (and maybe it's different versions)
875092
-# Everythings based on the guide at http://www.lm-sensors.org/wiki/AsusFormulaHacking. The formulas
875092
+# Everythings based on the guide at https://hwmon.wiki.kernel.org/asusformulahacking. The formulas
875092
 # and ranges are based on the /proc/acpi/dsdt readings of a P5B-E board with a E6600 CPU.
875092
 
875092
 chip "w83627dhg-*"
875092
diff --git a/configs/Asus/P5N32-E_SLI_Plus.conf b/configs/Asus/P5N32-E_SLI_Plus.conf
875092
index 8632e099..31ced1e4 100644
875092
--- a/configs/Asus/P5N32-E_SLI_Plus.conf
875092
+++ b/configs/Asus/P5N32-E_SLI_Plus.conf
875092
@@ -3,7 +3,7 @@
875092
 
875092
 # Linux sensor configuration for an Asus P5N32-E SLI Plus
875092
 # 5/2007 s.urbanovski#ac-nancy-metz.fr
875092
-# (see http://www.lm-sensors.org/wiki/AsusFormulaHacking)
875092
+# (see https://hwmon.wiki.kernel.org/asusformulahacking)
875092
 
875092
 chip "w83791d-*"
875092
 
875092
diff --git a/configs/Biostar/N68S+.conf b/configs/Biostar/N68S+.conf
875092
index be340df4..ddace3ce 100644
875092
--- a/configs/Biostar/N68S+.conf
875092
+++ b/configs/Biostar/N68S+.conf
875092
@@ -8,7 +8,7 @@
875092
 # This custom configuration file should be copied to /etc/sensors.d/Biostar-N68S+.conf.
875092
 #
875092
 # Custom configuration files for some specific mainboards can be found at
875092
-# http://www.lm-sensors.org/wiki/Configurations
875092
+# https://github.com/lm-sensors/lm-sensors/tree/master/configs
875092
 
875092
 # READ THE MAN PAGE DOCUMENTATION OF 'sensors.conf' FOR MORE
875092
 # COMPLETE INFORMATION. ie:
875092
diff --git a/configs/Gigabyte/Z38MX-UD2H-B3.conf b/configs/Gigabyte/Z38MX-UD2H-B3.conf
875092
index 53a23764..5f8d36c5 100644
875092
--- a/configs/Gigabyte/Z38MX-UD2H-B3.conf
875092
+++ b/configs/Gigabyte/Z38MX-UD2H-B3.conf
875092
@@ -10,7 +10,7 @@
875092
 # from the lm-sensors mailinglist.
875092
 
875092
 # Questions, comments or additions? Please share on the lm-sensors mailinglist.
875092
-# More info at http://www.lm-sensors.org/wiki/FeedbackAndSupport
875092
+# More info at https://hwmon.wiki.kernel.org/feedbackandsupport
875092
 
875092
 # Hint: Use sensors -u to list all variables.
875092
 http://lists.lm-sensors.org/pipermail/lm-sensors/2014-January/040952.html
875092
diff --git a/doc/developers/lm_sensors.lsm b/doc/developers/lm_sensors.lsm
875092
index fd9495a4..cf239557 100644
875092
--- a/doc/developers/lm_sensors.lsm
875092
+++ b/doc/developers/lm_sensors.lsm
875092
@@ -6,13 +6,11 @@ Description: Hardware health monitoring package for Linux. It consists of
875092
              a library to allow applications to read sensors data more
875092
              easily, and of an example program to pretty print this data.
875092
              Also included is a fan speed control script.
875092
-             http://www.lm-sensors.org/
875092
+             https://hwmon.wiki.kernel.org/lm_sensors
875092
 Keywords: sensors health hardware-monitoring fan-speed
875092
 Author: jdelvare@suse.de (Jean Delvare)
875092
-Maintained-by: jdelvare@suse.de (Jean Delvare)
875092
-Primary-site: http://dl.lm-sensors.org/lm-sensors/releases/
875092
-              lm_sensors-3.4.0.tar.bz2
875092
-              lm_sensors-3.4.0.tar.bz2.sig
875092
-Alternate-site: ftp://ftp.netroedge.com/pub/lm-sensors/
875092
+Maintained-by: olysonek@redhat.com (Ondřej Lysoněk)
875092
+Primary-site: https://github.com
875092
+              /lm-sensors/lm-sensors/archive/V3-4-0/lm-sensors-3-4-0.tar.gz
875092
 Copying-policy: GPL/LGPL
875092
 End
875092
diff --git a/doc/developers/release_checklist b/doc/developers/release_checklist
875092
index 9ea1ddf2..b84256b5 100644
875092
--- a/doc/developers/release_checklist
875092
+++ b/doc/developers/release_checklist
875092
@@ -12,30 +12,16 @@ Release steps:
875092
 - Update doc/libsensors-API.txt and SENSORS_API_VERSION in lib/sensors.h
875092
 - Update version.h
875092
 - Commit
875092
-- Tag the release using SVN:
875092
-  svn copy http://lm-sensors.org/svn/lm-sensors/trunk http://lm-sensors.org/svn/lm-sensors/tags/V3-x-x -m "3.x.x release"
875092
-
875092
-- Move to a temporary directory and get a copy of the freshly tagged code:
875092
-  svn export http://lm-sensors.org/svn/lm-sensors/tags/V3-x-x lm_sensors-3.x.x
875092
-- Tar it up:
875092
-  tar -jcf lm_sensors-3.x.x.tar.bz2 lm_sensors-3.x.x
875092
-- Sign it:
875092
-  gpg -b lm_sensors-3.x.x.tar.bz2
875092
-- Post it:
875092
-  scp lm_sensors-3.x.x.tar.bz2{,.sig} devel.atrpms.net:/srv/lm-sensors.org/dl/lm-sensors/releases
875092
-- Set correct permissions:
875092
-  ssh devel.atrpms.net chmod 664 '/srv/lm-sensors.org/dl/lm-sensors/releases/lm_sensors-3.x.x.tar.bz2{,.sig}'
875092
+- Tag the release using git:
875092
+  git tag V3-x-x
875092
+  git push origin V3-x-x
875092
 
875092
 After release, remember to:
875092
-- Update the Download page on lm-sensors.org, then add a news item
875092
+- Update the Download page on https://hwmon.wiki.kernel.org/download - use
875092
+  a URL in the following format:
875092
+  https://github.com/lm-sensors/lm-sensors/archive/V3-x-x/lm-sensors-3-x-x.tar.gz
875092
+- Add a news item to https://hwmon.wiki.kernel.org/lm_sensors
875092
 - Announce on the lm-sensors mailing list
875092
-- Add "+SVN" to version.h and commit
875092
-- Mark the corresponding release milestone as complete using trac-admin
875092
-  e.g. 'trac-admin /srv/lm-sensors.org/trac milestone completed 3.x.x now'
875092
-- Create a new version for the bug tracking system using trac-admin
875092
-  e.g. 'trac-admin /srv/lm-sensors.org/trac version add 3.x.x now'
875092
-- Create a new release milestone using trac-admin
875092
-  e.g. 'trac-admin /srv/lm-sensors.org/trac milestone add 3.x.x+1 2012-05-10'
875092
+- Add "+git" to version.h and commit
875092
 - Send lm_sensors.lsm to the LSM by mailing it to lsm@qqx.org with the
875092
   subject `add' (no quotes)
875092
-- Copy to mirrors
875092
diff --git a/doc/donations b/doc/donations
875092
index 92eea578..4a30c2d0 100644
875092
--- a/doc/donations
875092
+++ b/doc/donations
875092
@@ -12,7 +12,7 @@ so hardware which isn't directly related to the development of a hardware
875092
 monitoring driver, but can be used to build test systems, is welcome too.
875092
 
875092
 If you would like to make a donation, please contact us. See
875092
-http://www.lm-sensors.org/wiki/AuthorsAndContributors. Thanks!
875092
+https://hwmon.wiki.kernel.org/authorsandcontributors. Thanks!
875092
 
875092
 
875092
 Donations are listed in chronological order. Note that the person mentioned
875092
diff --git a/doc/git b/doc/git
875092
index 1c433d2f..beeaedd8 100644
875092
--- a/doc/git
875092
+++ b/doc/git
875092
@@ -9,7 +9,7 @@ using git. The git repository is only used for user-space tools.
875092
 We presume that you have git installed on your machine. To check out a
875092
 working copy of the code for this project use the following command:
875092
 
875092
-git clone https://github.com/groeck/lm-sensors.git
875092
+git clone https://github.com/lm-sensors/lm-sensors.git
875092
 
875092
 To update the code, do a git pull from within the lm-sensors directory.
875092
 Please read the README and INSTALL files of your working copy for how
875092
diff --git a/doc/progs b/doc/progs
875092
index e9e997ac..0c5464df 100644
875092
--- a/doc/progs
875092
+++ b/doc/progs
875092
@@ -6,7 +6,7 @@ These programs are generally small utilities used for debugging,
875092
 and installation of the lm_sensors package, and for demonstrating
875092
 the use of the drivers and libraries in this package.
875092
 For more elaborate programs (for example, GUI sensor displays),
875092
-see https://github.com/groeck/lm-sensors/
875092
+see https://github.com/lm-sensors/lm-sensors/
875092
     http://sensors-applet.sourceforge.net/
875092
     https://01.org/powertop/
875092
     https://wpitchoune.net/psensor/
875092
diff --git a/etc/sensors.conf.eg b/etc/sensors.conf.eg
875092
index 1bd39356..15bc26f0 100644
875092
--- a/etc/sensors.conf.eg
875092
+++ b/etc/sensors.conf.eg
875092
@@ -2003,7 +2003,7 @@ chip "f71805f-*" "f71872f-*"
875092
 # The configuration below is for the Kv8Pro and AV8 this is the default as this
875092
 # driver is developed and tested on a Kv8Pro.
875092
 # Configurations for many other Abit boards can be found at:
875092
-# http://www.lm-sensors.org/trac/wiki/Configurations/Abit
875092
+# https://github.com/lm-sensors/lm-sensors/tree/master/configs/Abit
875092
 # If your motherboard isn't listed there and you create a configuration for it
875092
 # please add it there.
875092
 
875092
@@ -2111,7 +2111,7 @@ chip "dme1737-*"
875092
 # driver is developed and tested on an Epox EP-9U1697 GLI board.
875092
 #
875092
 # Premade configurations for other boards can be found at:
875092
-# http://www.lm-sensors.org/trac/wiki/Configurations/
875092
+# https://github.com/lm-sensors/lm-sensors/tree/master/configs
875092
 # If your motherboard isn't listed there and you create a configuration for it
875092
 # please add it there.
875092
 #
875092
diff --git a/lib/libsensors.3 b/lib/libsensors.3
875092
index bfb67c47..995c8305 100644
875092
--- a/lib/libsensors.3
875092
+++ b/lib/libsensors.3
875092
@@ -286,5 +286,4 @@ sensors.conf(5)
875092
 
875092
 .SH AUTHOR
875092
 Frodo Looijaard, Jean Delvare and others
875092
-http://www.lm-sensors.org/
875092
-
875092
+https://hwmon.wiki.kernel.org/lm_sensors
875092
diff --git a/lib/sensors.conf.5 b/lib/sensors.conf.5
875092
index d8695239..843a2113 100644
875092
--- a/lib/sensors.conf.5
875092
+++ b/lib/sensors.conf.5
875092
@@ -567,7 +567,4 @@ libsensors(3)
875092
 
875092
 .SH AUTHOR
875092
 Frodo Looijaard and the lm_sensors group
875092
-http://www.lm-sensors.org/
875092
-
875092
-
875092
-
875092
+https://hwmon.wiki.kernel.org/lm_sensors
875092
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
875092
index b1b4b20b..0b3b0ff2 100755
875092
--- a/prog/detect/sensors-detect
875092
+++ b/prog/detect/sensors-detect
875092
@@ -7285,7 +7285,7 @@ sub generate_modprobes
875092
 		next if not @{$chips_detected{$driver}};
875092
 		if ($driver eq "to-be-written") {
875092
 			print "Note: there is no driver for ${$chips_detected{$driver}}[0]{chipname} yet.\n".
875092
-			      "Check http://www.lm-sensors.org/wiki/Devices for updates.\n\n";
875092
+			      "Check https://hwmon.wiki.kernel.org/device_support_status for updates.\n\n";
875092
 		} elsif (!is_module_builtin($driver)) {
875092
 			open(local *INPUTFILE, "modprobe -l $driver 2>/dev/null |");
875092
 			local $_;
875092
@@ -7301,7 +7301,7 @@ sub generate_modprobes
875092
 			# isn't supported
875092
 			if ((($? >> 8) == 0) && ! $modulefound) {
875092
 				print "Warning: the required module $driver is not currently installed\n".
875092
-				      "on your system. Check http://www.lm-sensors.org/wiki/Devices for\n".
875092
+				      "on your system. Check https://hwmon.wiki.kernel.org/device_support_status for\n".
875092
 				      "driver availability.\n\n";
875092
 			} else {
875092
 				$hwmon_modules{$driver}++
875092
@@ -7591,7 +7591,7 @@ sub main
875092
 			print "Either your system has no sensors, or they are not supported, or\n".
875092
 			      "they are connected to an I2C or SMBus adapter that is not\n".
875092
 			      "supported. If you find out what chips are on your board, check\n".
875092
-			      "http://www.lm-sensors.org/wiki/Devices for driver status.\n";
875092
+			      "https://hwmon.wiki.kernel.org/device_support_status for driver status.\n";
875092
 		}
875092
 		exit;
875092
 	}
875092
diff --git a/prog/dump/isadump.8 b/prog/dump/isadump.8
875092
index 6bf5ea4a..1fa09fd0 100644
875092
--- a/prog/dump/isadump.8
875092
+++ b/prog/dump/isadump.8
875092
@@ -107,7 +107,7 @@ i2cdump(8), isaset(8)
875092
 
875092
 .SH AUTHOR
875092
 Frodo Looijaard, Mark D. Studebaker, and the lm_sensors group
875092
-(http://www.lm-sensors.org/)
875092
+(https://hwmon.wiki.kernel.org/lm_sensors)
875092
 .PP
875092
 This manual page was originally written by David Z Maze <dmaze@debian.org> for
875092
 the Debian GNU/Linux system. It was then reviewed and augmented by the lm_sensors
875092
diff --git a/prog/dump/isaset.8 b/prog/dump/isaset.8
875092
index e7bcd5db..4051af9e 100644
875092
--- a/prog/dump/isaset.8
875092
+++ b/prog/dump/isaset.8
875092
@@ -77,7 +77,7 @@ i2cset(8), isadump(8)
875092
 
875092
 .SH AUTHOR
875092
 Mark D. Studebaker, and the lm_sensors group
875092
-(http://www.lm-sensors.org/)
875092
+(https://hwmon.wiki.kernel.org/lm_sensors)
875092
 .PP
875092
 This manual page was shamelessly ripped from the i2cset and isadump manual
875092
 pages by Jean Delvare.
875092
diff --git a/prog/init/lm_sensors.init b/prog/init/lm_sensors.init
875092
index 77172d24..2ad58abc 100755
875092
--- a/prog/init/lm_sensors.init
875092
+++ b/prog/init/lm_sensors.init
875092
@@ -20,7 +20,7 @@
875092
 #    MA 02110-1301 USA.
875092
 
875092
 # See also the lm_sensors homepage at:
875092
-#     http://www.lm-sensors.org
875092
+#     https://hwmon.wiki.kernel.org/lm_sensors
875092
 
875092
 # It uses a config file /etc/sysconfig/lm_sensors that contains the modules
875092
 # to be loaded/unloaded. That file is sourced into this one.
875092
diff --git a/prog/rrd/sens_day.in b/prog/rrd/sens_day.in
875092
index 75dc13bd..15412f2b 100644
875092
--- a/prog/rrd/sens_day.in
875092
+++ b/prog/rrd/sens_day.in
875092
@@ -217,7 +217,7 @@ See also: 
875092
 

875092
 
875092
 This page generated with data and scripts from
875092
-the lm_sensors project;
875092
+the lm_sensors project;
875092
 the data are stored in a Round Robin Database and
875092
 the graphs are generated by
875092
 
875092
diff --git a/prog/rrd/sens_week.in b/prog/rrd/sens_week.in
875092
index cce50555..2b92f655 100644
875092
--- a/prog/rrd/sens_week.in
875092
+++ b/prog/rrd/sens_week.in
875092
@@ -217,7 +217,7 @@ See also: 
875092
 

875092
 
875092
 This page generated with data and scripts from
875092
-the lm_sensors project;
875092
+the lm_sensors project;
875092
 the data are stored in a Round Robin Database and
875092
 the graphs are generated by
875092
 
875092
diff --git a/prog/rrd/summ_week.in b/prog/rrd/summ_week.in
875092
index 713197dc..7051d5f0 100644
875092
--- a/prog/rrd/summ_week.in
875092
+++ b/prog/rrd/summ_week.in
875092
@@ -89,7 +89,7 @@ See also: 
875092
 

875092
 
875092
 This page generated with data and scripts from
875092
-the lm_sensors project;
875092
+the lm_sensors project;
875092
 the data are stored in a Round Robin Database and
875092
 the graphs are generated by
875092
 
875092
diff --git a/prog/sensord/rrd.c b/prog/sensord/rrd.c
875092
index 3cde7f18..a531362b 100644
875092
--- a/prog/sensord/rrd.c
875092
+++ b/prog/sensord/rrd.c
875092
@@ -498,7 +498,8 @@ int rrdCGI(void)
875092
 	printf("

\n<small>sensord by "

875092
 	       "Merlin Hughes"
875092
 	       ", all credit to the "
875092
-	       "lm_sensors "
875092
+	       ""
875092
+	       "lm_sensors "
875092
 	       "crew.</small>\n

\n");
875092
 
875092
 	printf("</body>\n</html>\n");
875092
diff --git a/prog/sensors/sensors.1 b/prog/sensors/sensors.1
875092
index ea0e238e..7d66e4b3 100644
875092
--- a/prog/sensors/sensors.1
875092
+++ b/prog/sensors/sensors.1
875092
@@ -93,6 +93,6 @@ sensors.conf(5), sensors-detect(8).
875092
 
875092
 .SH AUTHOR
875092
 Frodo Looijaard and the lm_sensors group
875092
-http://www.lm-sensors.org/
875092
+https://hwmon.wiki.kernel.org/lm_sensors
875092
 
875092
 
875092
diff --git a/prog/tellerstats/index.shtml b/prog/tellerstats/index.shtml
875092
index 60c8ca14..1b71376e 100644
875092
--- a/prog/tellerstats/index.shtml
875092
+++ b/prog/tellerstats/index.shtml
875092
@@ -40,7 +40,7 @@ These plots were generated 
875092
 

875092
 
875092
 This page generated with drivers and the tellerstats scripts from
875092
-The lm_sensors drivers.
875092
+The lm_sensors drivers.
875092
 
875092
 

875092
 
875092
diff --git a/version.h b/version.h
875092
index ad74e71b..bbdc04d9 100644
875092
--- a/version.h
875092
+++ b/version.h
875092
@@ -1 +1 @@
875092
-#define LM_VERSION "3.4.0+SVN"
875092
+#define LM_VERSION "3.4.0+git"
875092
-- 
875092
2.20.1
875092