| | 263 | @echo "*** Installation successful!" |
|---|
| | 264 | @echo "*** Important notes:" |
|---|
| | 265 | @echo "*** 1* The libsensors configuration file ($(ETCDIR)/sensors.conf) is never" |
|---|
| | 266 | @echo "*** overwritten by our installation process, so that you won't lose" |
|---|
| | 267 | @echo "*** your personal settings in that file. You still can get our latest" |
|---|
| | 268 | @echo "*** default config file in etc/sensors.conf.eg and manually copy it to" |
|---|
| | 269 | @echo "*** $(ETCDIR)/sensors.conf if you want. You will then want to edit it" |
|---|
| | 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." |
|---|