summaryrefslogtreecommitdiffstats
path: root/debian/templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:16:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:16:25 +0000
commit493d99a59cc0189b4a6e9b5d4d74d9d747e34e01 (patch)
treef874c5dd860f5340e2988d0ad4fd30724db945a1 /debian/templates
parentAdding upstream version 2.8.5. (diff)
downloadman-db-debian/2.8.5-2.tar.xz
man-db-debian/2.8.5-2.zip
Adding debian version 2.8.5-2.debian/2.8.5-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/templates')
-rw-r--r--debian/templates32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/templates b/debian/templates
new file mode 100644
index 0000000..931595e
--- /dev/null
+++ b/debian/templates
@@ -0,0 +1,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: true
+Description: for internal use; can be preseeded
+ If true, automatically rebuild man-db's database when packages containing
+ manual pages are installed.