Changeset 4770
- Timestamp:
- 09/05/07 16:28:19 (6 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 1 added
- 2 modified
-
CHANGES (modified) (1 diff)
-
Makefile (modified) (2 diffs)
-
etc/sensors-conf-convert (added)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r4735 r4770 30 30 Man page sensors.conf.5: Update the chip statement section 31 31 Programs doc/*: Delete, obsolete 32 Program etc/sensors-conf-convert: New 32 33 Programs i2cdump, i2cget, i2cset: Do not force the slave address by default 33 34 Program i2cdump: Use the new I2C block read function -
lm-sensors/branches/lm-sensors-3.0.0/Makefile
r4628 r4770 179 179 user :: 180 180 user_install:: 181 @echo "*** Important note :"181 @echo "*** Important notes:" 182 182 @echo "*** * The libsensors configuration file ($(ETCDIR)/sensors.conf) is never" 183 183 @echo "*** overwritten by our installation process, so that you won't lose" … … 186 186 @echo "*** $(ETCDIR)/sensors.conf if you want. You will then want to edit it" 187 187 @echo "*** to fit your needs again." 188 @echo "*** * The format of $(ETCDIR)/sensors.conf changed with lm-sensors 3.0.0." 189 @echo "*** If you have a custom configuration file using the old format, you" 190 @echo "*** can convert it using the sensors-conf-convert script. Otherwise just" 191 @echo "*** overwrite your old configuration file with the new default one." 188 192 all :: user 189 193 install :: all user_install
