Changeset 1874

Show
Ignore:
Timestamp:
07/08/03 11:06:50 (5 years ago)
Author:
khali
Message:

Add two important notes about the configuration file and dmidecode

after "make install".

Files:

Legend:

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

    r1835 r1874  
    254254all :: user 
    255255install :: all user_install 
     256        @echo "*** The depmod command below may generate errors. We are aware of the" 
     257        @echo "*** problem and are working on a solution. You should ignore them for now." 
    256258ifeq ($(DESTDIR),) 
    257259        -/sbin/depmod -a 
     
    259261        -/sbin/depmod -a -b $(DESTDIR) 
    260262endif 
     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." 
    261279 
    262280clean::