summaryrefslogtreecommitdiffstats
path: root/extra/lm_sensors/sensors.install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-20 15:35:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-20 15:35:57 +0000
commit539d2f79a031faf43d48506271ed8c0967a54ae7 (patch)
treec551b850e448bb8f152a87ba0e4c75c0610cdc83 /extra/lm_sensors/sensors.install
parent482c9f9d91ac15d0406b46d459c77d45c77b4940 (diff)
extra/lm_sensors: new aport
Collection of user space tools for general SMBus access and hardware monitoring http://www.lm-sensors.org/
Diffstat (limited to 'extra/lm_sensors/sensors.install')
-rw-r--r--extra/lm_sensors/sensors.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/lm_sensors/sensors.install b/extra/lm_sensors/sensors.install
new file mode 100644
index 00000000000..d593f841449
--- /dev/null
+++ b/extra/lm_sensors/sensors.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo ">>> to control the lm_sensors daemon type"
+ echo ">>> \"/etc/rc.d/sensors start|stop|restart\" "
+ echo ">>> --------------------------------------"
+ echo ">>> before you can use the fancontrol daemon"
+ echo ">>> first create a fancontrol config file, use \"pwmconfig\""
+ echo ">>> then type \"/etc/rc.d/fancontrol start|stop|restart\" "
+ echo ">>> --------------------------------------"
+ echo ">>> to decode memory SPD timings modprobe eeprom module"
+ echo ">>> and get this perl script from"
+ echo ">>> \"http://www.lm-sensors.org/browser/lm-sensors/trunk/prog/eeprom/decode-dimms.pl\""
+}