]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Sun, 7 Jan 2018 20:23:00 +0000 (21:23 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Sun, 7 Jan 2018 20:23:00 +0000 (21:23 +0100)
init.d/fancontrol
init.d/lm_sensors
sensors3.conf

index 05f787d026dcc70e0d5c68b52a58f34edf08ff67..0734668a4c0a86603417c9675e294ee91189b7cb 100755 (executable)
@@ -1,7 +1,6 @@
 #!/sbin/openrc-run
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 FANCONTROL_CONFIGFILE=${FANCONTROL_CONFIGFILE:-"/etc/fancontrol"}
 FANCONTROL_SSDARGS=${FANCONTROL_SSDARGS:-"--background --wait 1000"}
index 4804b7832e9271e4aa5d5cdc34b5f490dfc44f89..4efc6c9640408e0bf36b020e8d3398f46cc4cb7f 100755 (executable)
@@ -1,7 +1,6 @@
 #!/sbin/openrc-run
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 command="/usr/bin/sensors"
 
index 0365c6e5db64a86cd8e45410e98a8787ea993303..41e78880ce4ebbb1cd87f641a483ae395bc16843 100644 (file)
@@ -9,8 +9,11 @@
 # placed in custom configuration files located in /etc/sensors.d. This
 # approach makes further updates much easier.
 #
-# Such custom configuration files for specific mainboards can be found at
-# http://www.lm-sensors.org/wiki/Configurations
+# Such custom configuration files for specific mainboards can be found in
+# "configs" directory of lm-sensors package.
+#
+# Please contribute back a configuration of your board so other users with
+# the same hardware won't need to recreate it again and again.
 
 chip "lm78-*" "lm79-*" "lm80-*" "lm96080-*"
 
@@ -479,6 +482,19 @@ chip "f71858fg-*" "f8000-*"
     compute in2  @*2, @/2
 
 
+chip "f71868a-*"
+
+    label in0 "+3.3V"
+    label in7 "3VSB"
+    label in8 "Vbat"
+    label in9 "5VSB"
+
+    compute in0  @*2, @/2
+    compute in7  @*2, @/2
+    compute in8  @*2, @/2
+    compute in9  @*3, @/3
+
+
 chip "f81865f-*"
 
     label in0 "+3.3V"