summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-01-19 14:21:57 +0000
committerJean Delvare <khali@linux-fr.org>2009-01-19 14:21:57 +0000
commit43c87ec8ed2c10dec39934cfd4279eeb28daf28c (patch)
treeec8578772a4eb22d0835027cb37a47f13cd68f8f /Makefile
parenta2301b22ef6b1f7dd4d8d9af44802fa861c5193d (diff)
downloadlm-sensors-git-43c87ec8ed2c10dec39934cfd4279eeb28daf28c.tar.gz
Install sensors.conf.default instead of sensors.conf.eg.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5605 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index d9b4eaa5..bb6c4c59 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ PREFIX := /usr/local
# Your C compiler
CC := gcc
-# This is the directory where sensors.conf will be installed, if no other
+# This is the directory where sensors3.conf will be installed, if no other
# configuration file is found
ETCDIR := /etc
@@ -181,13 +181,13 @@ MANPAGES := $(LIBMAN3FILES) $(LIBMAN5FILES) $(PROGDETECTMAN8FILES) $(PROGDUMPMAN
user ::
user_install::
@echo "*** Important notes:"
- @echo "*** * The libsensors configuration file ($(ETCDIR)/sensors.conf) is never"
+ @echo "*** * The libsensors configuration file ($(ETCDIR)/sensors3.conf) is never"
@echo "*** overwritten by our installation process, so that you won't lose"
@echo "*** your personal settings in that file. You still can get our latest"
- @echo "*** default config file in etc/sensors.conf.eg and manually copy it to"
- @echo "*** $(ETCDIR)/sensors.conf if you want. You will then want to edit it"
- @echo "*** to fit your needs again."
- @echo "*** * The format of $(ETCDIR)/sensors.conf changed with lm-sensors 3.0.0."
+ @echo "*** default config file in etc/sensors.conf.default and manually copy"
+ @echo "*** it to $(ETCDIR)/sensors3.conf if you want. You will then want to"
+ @echo "*** edit it to fit your needs again."
+ @echo "*** * The format of $(ETCDIR)/sensors3.conf changed with lm-sensors 3.0.0."
@echo "*** If you have a custom configuration file using the old format, you"
@echo "*** can convert it using the sensors-conf-convert script. Otherwise just"
@echo "*** overwrite your old configuration file with the new default one."