summaryrefslogtreecommitdiffstats
path: root/debian/templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:19:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:19:28 +0000
commit71bbc054cf282c49dda3dc5e009d602f69b5f91e (patch)
tree0cfd025e9c55ffcfef586c19aaf0be77de4dda69 /debian/templates
parentAdding upstream version 2.11.2. (diff)
downloadman-db-debian.tar.xz
man-db-debian.zip
Adding debian version 2.11.2-2.debian/2.11.2-2debian
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.