Package: arla Severity: minor Tags: patch Hi,
There are various problems with your debconf templates. A full patch is attached, here are my comments: > Template: arla/cell-info > Type: string >-_Description: What hosts are DB servers for your home cell? >+_Description: DB servers for your home cell: [...] > Template: arla/thiscell > Type: string >-_Description: What AFS cell does this workstation belong to? >+_Description: AFS cell this workstation belong to: Badly formatted prompts. > Template: arla/create-nnpfs > Type: boolean > Default: true >+#flag:translate!:3 > _Description: Create /dev/nnpfs0, the user-space filesystem device? > Arla will not work without this device. You can create it later with: >+ . > cd /etc ; MAKEDEV nnpfs The command should not be marked as translatable. Cheers, -- Thomas Huriaux
--- arla.templates.orig 2006-07-13 12:07:09.000000000 +0200
+++ arla.templates 2006-07-13 12:11:22.000000000 +0200
@@ -1,6 +1,6 @@
Template: arla/cell-info
Type: string
-_Description: What hosts are DB servers for your home cell?
+_Description: DB servers for your home cell:
AFS uses the file /etc/arla/CellServDB to hold the list of servers that
should be contacted to find parts of a cell. The cell you claim this
workstation belongs to is not in that file. Enter the host names of the
@@ -8,7 +8,7 @@
Template: arla/thiscell
Type: string
-_Description: What AFS cell does this workstation belong to?
+_Description: AFS cell this workstation belong to:
AFS filespace is organized into cells or administrative domains.
Each workstation belongs to one cell. Usually the cell is the DNS
domain name of the site.
@@ -16,6 +16,8 @@
Template: arla/create-nnpfs
Type: boolean
Default: true
+#flag:translate!:3
_Description: Create /dev/nnpfs0, the user-space filesystem device?
Arla will not work without this device. You can create it later with:
+ .
cd /etc ; MAKEDEV nnpfs
signature.asc
Description: Digital signature

