Changeset 2118
- Timestamp:
- 11/29/03 20:59:31 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/Makefile
r2103 r2118 262 262 endif 263 263 @echo "*** Installation successful!" 264 @echo "*** Important note s:"265 @echo "*** 1* The libsensors configuration file ($(ETCDIR)/sensors.conf) is never"264 @echo "*** Important note:" 265 @echo "*** * The libsensors configuration file ($(ETCDIR)/sensors.conf) is never" 266 266 @echo "*** overwritten by our installation process, so that you won't lose" 267 267 @echo "*** your personal settings in that file. You still can get our latest" … … 269 269 @echo "*** $(ETCDIR)/sensors.conf if you want. You will then want to edit it" 270 270 @echo "*** to fit your needs again." 271 @echo "*** 2* The dmidecode tool ($(SBINDIR)/dmidecode) is not necessarily"272 @echo "*** overwritten either, because we don't distribute the latest version."273 @echo "*** If you know you have an old one (1.7 or earlier), you should copy"274 @echo "*** our version (prog/detect/dmidecode) to $(SBINDIR)/dmidecode. Our"275 @echo "*** installation process relies on a simple date comparison to decide"276 @echo "*** wether or not it should overwrite the file, but the trick may"277 @echo "*** fail if for any reason you installed an old verion of dmidecode"278 @echo "*** at a time a newer version was available."279 271 280 272 clean::
