summaryrefslogtreecommitdiff
path: root/etc/sensors-conf-convert
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-10-25 09:59:05 +0000
committerJean Delvare <khali@linux-fr.org>2007-10-25 09:59:05 +0000
commit35a5a7dbce536b2eba40bd132672a980c7bae421 (patch)
treec8184861477e2c72f02da48ffecf07a508193a26 /etc/sensors-conf-convert
parentde00b0aad40375ea779e57d5db7ac4103c310ecc (diff)
downloadlm-sensors-git-35a5a7dbce536b2eba40bd132672a980c7bae421.tar.gz
Use /etc/sensors3.conf as the default configuration file. If it can't
be found, fallback to /etc/sensors.conf. This allows for an old libsensors and a new libsensors to be installed in parallel, and each one has its own configuration file. One important change here is that the default configuration file will be installed as /etc/sensors3.conf by "make install". git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4990 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'etc/sensors-conf-convert')
-rwxr-xr-xetc/sensors-conf-convert2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sensors-conf-convert b/etc/sensors-conf-convert
index bceaa979..fb21c6d4 100755
--- a/etc/sensors-conf-convert
+++ b/etc/sensors-conf-convert
@@ -367,7 +367,7 @@ BEGIN
if (defined $ARGV[0] && ($ARGV[0] eq '-h' || $ARGV[0] eq '--help')) {
print "Convert sensors.conf from lm-sensors 2 format to lm-sensors 3 format\n",
- "Typical usage: sensors-conf-convert /etc/sensors.conf\n";
+ "Typical usage: sensors-conf-convert < /etc/sensors.conf > /etc/sensors3.conf\n";
exit 0;
}
}