summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/lm_sensors/sensors.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-09 18:19:34 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-09 18:19:34 (GMT)
commitfbc08d61eff10b56a2fbab64a8dab5bdc1eb5edf (patch)
treef13fef98d3532918169ec24cb19cf6eda653d258 /abs/extra-testing/lm_sensors/sensors.install
parent5445907db788ab2c7c73ea19fc47d59c862fc6a3 (diff)
downloadlinhes_pkgbuild-fbc08d61eff10b56a2fbab64a8dab5bdc1eb5edf.zip
linhes_pkgbuild-fbc08d61eff10b56a2fbab64a8dab5bdc1eb5edf.tar.gz
linhes_pkgbuild-fbc08d61eff10b56a2fbab64a8dab5bdc1eb5edf.tar.bz2
firewire, lm_sensors, lynx and setserial
Diffstat (limited to 'abs/extra-testing/lm_sensors/sensors.install')
-rw-r--r--abs/extra-testing/lm_sensors/sensors.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra-testing/lm_sensors/sensors.install b/abs/extra-testing/lm_sensors/sensors.install
new file mode 100644
index 0000000..d593f84
--- /dev/null
+++ b/abs/extra-testing/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\""
+}