Changeset 2118

Show
Ignore:
Timestamp:
11/29/03 20:59:31 (5 years ago)
Author:
khali
Message:

Don't include dmidecode anymore.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/Makefile

    r2103 r2118  
    262262endif 
    263263        @echo "*** Installation successful!" 
    264         @echo "*** Important notes:" 
    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" 
    266266        @echo "***    overwritten by our installation process, so that you won't lose" 
    267267        @echo "***    your personal settings in that file. You still can get our latest" 
     
    269269        @echo "***    $(ETCDIR)/sensors.conf if you want. You will then want to edit it" 
    270270        @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." 
    279271 
    280272clean::