From 0f96508bf672cf1b4dba1834af9ddd9d39ba7eb5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 14 Oct 2014 23:07:23 +0200 Subject: [PATCH] improve doc --- doc/faq.html | 11 +++++------ doc/faq.txt | 7 +++---- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/faq.html b/doc/faq.html index b55a4b5..1fa996b 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -716,14 +716,13 @@ It should output something like:

Depending on the Linux distribution, the installation of the hddtemp package does not enable the hddtemp daemon automaticaly.

In this case, edit the file /etc/default/hddtemp and set -RUN_DAEMON to "true" like in the following example:

+RUN_DAEMON to "true". After edition, it should contain the +following line:

-
# hddtemp network daemon switch. If set to true, hddtemp will listen
-# for incoming connections.
-RUN_DAEMON="true"
+
RUN_DAEMON="true"
-

For Debian/Ubuntu, you can use

+

For Debian/Ubuntu, you can use at root:

dpkg-reconfigure hddtemp
@@ -775,7 +774,7 @@ of sensors.conf(5).


diff --git a/doc/faq.txt b/doc/faq.txt index 107da00..174d3bd 100644 --- a/doc/faq.txt +++ b/doc/faq.txt @@ -260,15 +260,14 @@ Depending on the Linux distribution, the installation of the +hddtemp+ package does not enable the hddtemp daemon automaticaly. In this case, edit the file +/etc/default/hddtemp+ and set -+RUN_DAEMON+ to +"true"+ like in the following example: ++RUN_DAEMON+ to +"true"+. After edition, it should contain the +following line: ------------------ -# hddtemp network daemon switch. If set to true, hddtemp will listen -# for incoming connections. RUN_DAEMON="true" ------------------ -For Debian/Ubuntu, you can use +For Debian/Ubuntu, you can use at root: ------------------ dpkg-reconfigure hddtemp ------------------ -- 2.7.4