File: templates

package info (click to toggle)
hddtemp 0.3-beta13-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,964 kB
  • ctags: 1,317
  • sloc: ansic: 10,470; sh: 4,470; makefile: 522; yacc: 288; perl: 19; sed: 16
file content (52 lines) | stat: -rw-r--r-- 2,063 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Template: hddtemp/SUID_bit
Type: boolean
Default: false
_Description: Do you want /usr/sbin/hddtemp to be installed SUID root?
 You have the option of installing hddtemp with the SUID bit set.
 .
 If you make hddtemp SUID, unprivileged users of your systems will be able
 to run it. This could, however, potentially allow hddtemp to be used
 during a security attack on  your computer. If in doubt, I suggest you
 install it without SUID. If you later change your mind, you can run:
 'dpkg-reconfigure hddtemp'.

Template: hddtemp/syslog
Type: string
Default: 0
_Description: How often do you want to log the temperatures?
 hddtemp can periodically log the temperature of the hard drive(s) via
 the SYSLOG interface.
 .
 Please enter a value in seconds corresponding to the interval between
 two checks. To disable this feature, simply enter 0.

Template: hddtemp/daemon
Type: boolean
Default: false
_Description: Do you want to start the hddtemp daemon on startup?
 hddtemp can be run as a daemon, listening on port 7634 for incoming
 connections. It is used some by software such as gkrellm to get
 the temperature of the hard drives.
 .
 You have the option of starting the hddtemp daemon automatically on the
 computer startup. If in doubt, I suggest you not to start automatically it
 on startup. If you later change your mind, you can run: 'dpkg-reconfigure
 hddtemp'.

Template: hddtemp/interface
Type: string
Default: 127.0.0.1
_Description:  On which interface do you want hddtemp to listen on?
 hddtemp can listen for incoming connections on a specific interface, or on 
 all interfaces. 
 .
 To listen on a specific interface, enter the IP address of that interface 
 (127.0.0.1 which is the default value corresponds to the lo interface). To 
 listen on all interfaces, simply enter 0.0.0.0.

Template: hddtemp/port
Type: string
Default: 7634
_Description:  On which port do you want hddtemp to listen on?
 By default, hddtemp listen for incoming connections on port 7634. However
 if you don't find this port appropriate, you can enter an other one.