Changeset 5605 for lm-sensors/branches/lm-sensors-3.0.0/Makefile
- Timestamp:
- 01/19/09 15:21:57 (4 years ago)
- Files:
-
- 1 modified
-
lm-sensors/branches/lm-sensors-3.0.0/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/Makefile
r5163 r5605 48 48 CC := gcc 49 49 50 # This is the directory where sensors .conf will be installed, if no other50 # This is the directory where sensors3.conf will be installed, if no other 51 51 # configuration file is found 52 52 ETCDIR := /etc … … 182 182 user_install:: 183 183 @echo "*** Important notes:" 184 @echo "*** * The libsensors configuration file ($(ETCDIR)/sensors .conf) is never"184 @echo "*** * The libsensors configuration file ($(ETCDIR)/sensors3.conf) is never" 185 185 @echo "*** overwritten by our installation process, so that you won't lose" 186 186 @echo "*** your personal settings in that file. You still can get our latest" 187 @echo "*** default config file in etc/sensors.conf. eg and manually copy it to"188 @echo "*** $(ETCDIR)/sensors.conf if you want. You will then want to edit it"189 @echo "*** to fit your needs again."190 @echo "*** * The format of $(ETCDIR)/sensors .conf changed with lm-sensors 3.0.0."187 @echo "*** default config file in etc/sensors.conf.default and manually copy" 188 @echo "*** it to $(ETCDIR)/sensors3.conf if you want. You will then want to" 189 @echo "*** edit it to fit your needs again." 190 @echo "*** * The format of $(ETCDIR)/sensors3.conf changed with lm-sensors 3.0.0." 191 191 @echo "*** If you have a custom configuration file using the old format, you" 192 192 @echo "*** can convert it using the sensors-conf-convert script. Otherwise just"
