Changeset 5605
- Timestamp:
- 01/19/09 15:21:57 (4 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5604 r5605 8 8 Detect excessive recursion depth during expression evaluation 9 9 lm_sensors.init.suse: Delete (actual SuSE script is much different) 10 Makefile: Install sensors.conf.default instead of sensors.conf.eg 10 11 maxilife scripts: Delete (driver never ported to Linux 2.6) 11 12 sensord: Accept negative temperatures in RRD database -
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" -
lm-sensors/branches/lm-sensors-3.0.0/etc/Module.mk
r5163 r5605 23 23 ETC_DIR := $(MODULE_DIR) 24 24 25 ETCTARGET := $(MODULE_DIR)/sensors.conf. eg25 ETCTARGET := $(MODULE_DIR)/sensors.conf.default 26 26 ETCINSTALL := $(ETCDIR)/sensors3.conf 27 27
