2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 08:45:26 +00:00

add patch to sensors -s in rc.local recommendation.

suggested by Peter Christy.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1674 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2002-12-15 04:46:21 +00:00
parent c5e1f5cd90
commit 26c495187b

View File

@@ -3472,7 +3472,7 @@ sub main
print $modprobes;
print "# Next 2 lines are optional\n",
"sleep 3\n",
"sensors -s\n";
"/usr/local/bin/sensors -s\n";
print "#----cut here----\n";
print "\nTo make the sensors modules behave correctly, add these lines to ",
"either\n",