File: lirc.templates

package info (click to toggle)
lirc 0.7.1pre2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,852 kB
  • ctags: 2,924
  • sloc: ansic: 31,205; sh: 12,021; makefile: 631
file content (104 lines) | stat: -rw-r--r-- 3,654 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Template: lirc/install_devices
Type: boolean
Default: true
_Description: Should I create LIRC device nodes if they are not there?
 LIRC needs some files under /dev/ for it to work:
 .
 /dev/lirc  /dev/lircd and /dev/lircm

Template: lirc/reconfigure
Type: boolean
Default: false
_Description: Do you want to reconfigure LIRC?
 LIRC is already configured, reconfiguring it may spoil some of your
 handcrafted configuration in /etc/lirc/hardware.conf.
 .
 However comments, LIRC_ARGS and other unknown code will be preserved.

Template: lirc/take_care_of_old_config
Type: note
_Description: You should take care of old configuration files.
 Previous versions of this package didn't include any configuration file
 and expected the user to put his own /etc/lircd.conf and /etc/lircmd.conf
 .
 The new location for this files is /etc/lirc/.
 .
 I will try to arrange things properly but, in case I can't, please make
 sure that non of LIRC configuration files are left directly under /etc/.

Template: lirc/driver
Type: string
Description: driver name for lircd
 You should not see this template as it is used internally by the
 maintainer scripts, please report this as a bug.

Template: lirc/modules
Type: string
Description: needed kernel modules for LIRC to work
 You should not see this template as it is used internally by the
 maintainer scripts, please report this as a bug.

Template: lirc/device
Type: string
Description: device node for lircd
 You should not see this template as it is used internally by the
 maintainer scripts, please report this as a bug.

Template: lirc/lircd_conf
Type: string
Description: recommended configuration file for lircd
 You should not see this template as it is used internally by the
 maintainer scripts, please report this as a bug.

Template: lirc/lircmd_conf
Type: string
Description: recommended configuration file for lircmd
 You should not see this template as it is used internally by the
 maintainer scripts, please report this as a bug.

Template: lirc/port
Type: string
Description: Hint for lirc-modules-source
 You should not see this template as it is used internally by the
 maintainer scripts, please report this as a bug.

Template: lirc/irq
Type: string
Description: Hint for lirc-modules-source
 You should not see this template as it is used internally by the
 maintainer scripts, please report this as a bug.

Template: lirc/timer
Type: string
Description: Hint for lirc-modules-source
 You should not see this template as it is used internally by the
 maintainer scripts, please report this as a bug.

Template: lirc/cflags
Type: string
Description: Hint for lirc-modules-source
 You should not see this template as it is used internally by the
 maintainer scripts, please report this as a bug.

Template: lirc/should-use-IntelliMouse
Type: note
_Description: lircmd should use IntelliMouse protocol instead of IMPS/2
 The method lircmd uses to simulate a mouse is not compatible with IMPS/2
 protocol so IntelliMouse support has been added and is now the prefered
 protocol.
 .
 You ARE currently using lircmd with IMPS/2 protocol and are encouraged to
 update /etc/lirc/lircmd.conf and the configuration of any program which
 uses lircmd as a mouse to use IntelliMouse protocol.
 .
 NOTE: gpm will refuse to use lircmd as a mouse with IMPS/2 protocol.

Template: lirc/remove_var-log-lircd
Type: boolean
Default: true
_Description: Should I delete /var/log/lircd?
 LIRC now uses syslog as a logging mechanism. This means that
 /var/log/lircd is not anymore pertinent.
 .
 If you answer 'no' to this question /var/log/lircd will be left there and
 you will have to take care of it yourself.