summaryrefslogtreecommitdiffstats
path: root/debian/templates
blob: 00b4dab67f991875d8ceb1fe69846ed490927a51 (plain)
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
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# for an advice to debian-l10n-english@lists.debian.org
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
#
Template: man-db/install-setuid
Type: boolean
Default: false
_Description: Should man and mandb be installed 'setuid man'?
 The man and mandb program can be installed with the set-user-id bit set, so
 that they will run with the permissions of the 'man' user. This allows
 ordinary users to benefit from the caching of preformatted manual pages
 ('cat pages'), which may aid performance on slower machines.
 .
 Cached man pages only work if you are using an 80-column terminal, to avoid
 one user causing cat pages to be saved at widths that would be inconvenient
 for other users. If you use a wide terminal, you can force man pages to be
 formatted to 80 columns anyway by setting MANWIDTH=80.
 .
 Enabling this feature may be a security risk, so it is disabled by default.
 If in doubt, you should leave it disabled.

Template: man-db/auto-update
Type: boolean
Default: false
Description: for internal use; can be preseeded
 If true, automatically rebuild man-db's database when packages containing
 manual pages are installed.