From: Russ Allbery Date: Thu, 18 Aug 2005 20:10:48 +0000 (+0000) Subject: * Remove the openafs-client warning against dynroot for the first system X-Git-Tag: debian/1.4rc1-1~30 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f7e76aa0b51b66f3b1c305a3b12de02935af75ab;p=packages%2Fo%2Fopenafs.git * Remove the openafs-client warning against dynroot for the first system in a cell now that afs-rootvol can cope. Provide some basic documentation of the CellAlias syntax in that message until we have a real man page. --- diff --git a/debian/changelog b/debian/changelog index a6eae6e4d..8cdb4d293 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,10 @@ openafs (1.3.87-2) unstable; urgency=low Gelato for analysis and patches. (Closes: #322638) * Redo how library object files are found for the PAM module build to avoid assuming C locale character set behavior. (Closes: #323582) + * Remove the openafs-client warning against dynroot for the first system + in a cell now that afs-rootvol can cope. Provide some basic + documentation of the CellAlias syntax in that message until we have a + real man page. -- diff --git a/debian/openafs-client.templates b/debian/openafs-client.templates index 7219526a0..266a56e42 100644 --- a/debian/openafs-client.templates +++ b/debian/openafs-client.templates @@ -35,8 +35,8 @@ _Description: Run Openafs client now and at boot? Should the Openafs filesystem be started and mounted at boot? Normally, most users who install the openafs-client package expect to run it at boot. However, if you are planning on setting up a new cell or are on a - laptop, you may not want it started at boot time. If you choose not - to start AFS at boot , run /etc/init.d/openafs-client force-start to + laptop, you may not want it started at boot time. If you choose not + to start AFS at boot, run /etc/init.d/openafs-client force-start to start the client when you wish to run it. Template: openafs-client/afsdb @@ -46,7 +46,7 @@ _Description: Look up AFS cells in DNS? In order to contact an AFS cell, you need the IP addresses of the cell's database servers. Normally, this information is read from /etc/openafs/CellServDB. However, if Openafs cannot find a cell in that - file it can use DNS to look for AFSDB records that contain the + file, it can use DNS to look for AFSDB records that contain the information. Template: openafs-client/crypt @@ -69,8 +69,9 @@ _Description: Dynamically generate the contents of /afs? dynamically based on the contents of /etc/openafs/CellServDB and DNS. . If you generate /afs dynamically, you may need to create - /etc/openafs/CellAlias to include aliases for common cells. DO NOT SELECT - THIS OPTION IF THIS MACHINE IS THE FIRST DATABASE SERVER IN A NEW CELL. + /etc/openafs/CellAlias to include aliases for common cells. (The syntax + of this file is one line per alias, with the cell name, a space, and then + the alias for that cell.) Template: openafs-client/fakestat Type: boolean diff --git a/debian/po/cs.po b/debian/po/cs.po index e75ccd6d7..06de3c575 100644 --- a/debian/po/cs.po +++ b/debian/po/cs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openafs 1.3.82-2_\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-10 17:32-0700\n" +"POT-Creation-Date: 2005-08-18 12:47-0700\n" "PO-Revision-Date: 2005-07-24 15:09+0200\n" "Last-Translator: Martin Sin \n" "Language-Team: Czech \n" @@ -100,12 +100,13 @@ msgstr "Spustit klienta Openafs nyní a při zavádění počítače?" #. Type: boolean #. Description #: ../openafs-client.templates:34 +#, fuzzy msgid "" "Should the Openafs filesystem be started and mounted at boot? Normally, most " "users who install the openafs-client package expect to run it at boot. " "However, if you are planning on setting up a new cell or are on a laptop, " -"you may not want it started at boot time. If you choose not to start AFS at " -"boot , run /etc/init.d/openafs-client force-start to start the client when " +"you may not want it started at boot time. If you choose not to start AFS at " +"boot, run /etc/init.d/openafs-client force-start to start the client when " "you wish to run it." msgstr "" "Má být souborový systém Openafs spuÅ¡těn a připojen při startu počítače? " @@ -124,10 +125,11 @@ msgstr "Hledat buňky AFS v DNS?" #. Type: boolean #. Description #: ../openafs-client.templates:45 +#, fuzzy msgid "" "In order to contact an AFS cell, you need the IP addresses of the cell's " "database servers. Normally, this information is read from /etc/openafs/" -"CellServDB. However, if Openafs cannot find a cell in that file it can use " +"CellServDB. However, if Openafs cannot find a cell in that file, it can use " "DNS to look for AFSDB records that contain the information." msgstr "" "Pro kontaktování buňky AFS potřebujete znát IP adresu databázového serveru " @@ -179,10 +181,12 @@ msgstr "" #. Type: boolean #. Description #: ../openafs-client.templates:65 +#, fuzzy msgid "" "If you generate /afs dynamically, you may need to create /etc/openafs/" -"CellAlias to include aliases for common cells. DO NOT SELECT THIS OPTION IF " -"THIS MACHINE IS THE FIRST DATABASE SERVER IN A NEW CELL." +"CellAlias to include aliases for common cells. (The syntax of this file is " +"one line per alias, with the cell name, a space, and then the alias for that " +"cell.)" msgstr "" "Pokud vytváříte /afs dynamicky, možná budete muset vytvořit /etc/openafs/" "CellAlias pro začlenění aliasů běžných buněk. NEVYBÍREJTE SI TUTO MOŽNOST, " @@ -190,13 +194,13 @@ msgstr "" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "Use fakestat to avoid hangs when listing /afs?" msgstr "Použít fakestat pro obejití zatuhnutí při výpisu /afs?" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "" "Because AFS is a global file space, operations on the /afs directory can " "generate significant network traffic. If some AFS cells are unavailable " diff --git a/debian/po/de.po b/debian/po/de.po index 2a431523e..7e786a702 100644 --- a/debian/po/de.po +++ b/debian/po/de.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-10 17:32-0700\n" +"POT-Creation-Date: 2005-08-18 12:47-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -90,8 +90,8 @@ msgid "" "Should the Openafs filesystem be started and mounted at boot? Normally, most " "users who install the openafs-client package expect to run it at boot. " "However, if you are planning on setting up a new cell or are on a laptop, " -"you may not want it started at boot time. If you choose not to start AFS at " -"boot , run /etc/init.d/openafs-client force-start to start the client when " +"you may not want it started at boot time. If you choose not to start AFS at " +"boot, run /etc/init.d/openafs-client force-start to start the client when " "you wish to run it." msgstr "" @@ -107,7 +107,7 @@ msgstr "" msgid "" "In order to contact an AFS cell, you need the IP addresses of the cell's " "database servers. Normally, this information is read from /etc/openafs/" -"CellServDB. However, if Openafs cannot find a cell in that file it can use " +"CellServDB. However, if Openafs cannot find a cell in that file, it can use " "DNS to look for AFSDB records that contain the information." msgstr "" @@ -149,19 +149,20 @@ msgstr "" #: ../openafs-client.templates:65 msgid "" "If you generate /afs dynamically, you may need to create /etc/openafs/" -"CellAlias to include aliases for common cells. DO NOT SELECT THIS OPTION IF " -"THIS MACHINE IS THE FIRST DATABASE SERVER IN A NEW CELL." +"CellAlias to include aliases for common cells. (The syntax of this file is " +"one line per alias, with the cell name, a space, and then the alias for that " +"cell.)" msgstr "" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "Use fakestat to avoid hangs when listing /afs?" msgstr "" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "" "Because AFS is a global file space, operations on the /afs directory can " "generate significant network traffic. If some AFS cells are unavailable " diff --git a/debian/po/fr.po b/debian/po/fr.po index b8c035ac6..62f6b0c8a 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: openafs 1.2.9-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-10 17:32-0700\n" +"POT-Creation-Date: 2005-08-18 12:47-0700\n" "PO-Revision-Date: 2005-07-17 08:47+0200\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" @@ -107,12 +107,13 @@ msgstr "Lancer le client AFS maintenant, puis #. Type: boolean #. Description #: ../openafs-client.templates:34 +#, fuzzy msgid "" "Should the Openafs filesystem be started and mounted at boot? Normally, most " "users who install the openafs-client package expect to run it at boot. " "However, if you are planning on setting up a new cell or are on a laptop, " -"you may not want it started at boot time. If you choose not to start AFS at " -"boot , run /etc/init.d/openafs-client force-start to start the client when " +"you may not want it started at boot time. If you choose not to start AFS at " +"boot, run /etc/init.d/openafs-client force-start to start the client when " "you wish to run it." msgstr "" "Veuillez indiquer si le système de fichiers Openafs doit être mis en service " @@ -133,10 +134,11 @@ msgstr "Faut-il chercher les cellules AFS dans le DNS #. Type: boolean #. Description #: ../openafs-client.templates:45 +#, fuzzy msgid "" "In order to contact an AFS cell, you need the IP addresses of the cell's " "database servers. Normally, this information is read from /etc/openafs/" -"CellServDB. However, if Openafs cannot find a cell in that file it can use " +"CellServDB. However, if Openafs cannot find a cell in that file, it can use " "DNS to look for AFSDB records that contain the information." msgstr "" "Afin de contacter une cellule AFS, vous avez besoin des adresses IP de ses " @@ -192,10 +194,12 @@ msgstr "" #. Type: boolean #. Description #: ../openafs-client.templates:65 +#, fuzzy msgid "" "If you generate /afs dynamically, you may need to create /etc/openafs/" -"CellAlias to include aliases for common cells. DO NOT SELECT THIS OPTION IF " -"THIS MACHINE IS THE FIRST DATABASE SERVER IN A NEW CELL." +"CellAlias to include aliases for common cells. (The syntax of this file is " +"one line per alias, with the cell name, a space, and then the alias for that " +"cell.)" msgstr "" "Si vous créez /afs de manière dynamique, vous aurez peut-être à créer /etc/" "openafs/CellAlias pour inclure les alias des cellules communes. NE " @@ -204,14 +208,14 @@ msgstr "" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "Use fakestat to avoid hangs when listing /afs?" msgstr "" "Utiliser fakestat pour éviter les erreurs à l'affichage du contenu de /afs ?" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "" "Because AFS is a global file space, operations on the /afs directory can " "generate significant network traffic. If some AFS cells are unavailable " diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po index 3b91e92fb..905da0c81 100644 --- a/debian/po/pt_BR.po +++ b/debian/po/pt_BR.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: openafs_1.2.10-1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-10 17:32-0700\n" +"POT-Creation-Date: 2005-08-18 12:47-0700\n" "PO-Revision-Date: 2003-08-31 13:28-0300\n" "Last-Translator: André Luís Lopes \n" "Language-Team: Debian-BR Project \n" @@ -109,8 +109,8 @@ msgid "" "Should the Openafs filesystem be started and mounted at boot? Normally, most " "users who install the openafs-client package expect to run it at boot. " "However, if you are planning on setting up a new cell or are on a laptop, " -"you may not want it started at boot time. If you choose not to start AFS at " -"boot , run /etc/init.d/openafs-client force-start to start the client when " +"you may not want it started at boot time. If you choose not to start AFS at " +"boot, run /etc/init.d/openafs-client force-start to start the client when " "you wish to run it." msgstr "" "O sistema de arquivos OpenAFS deverá ser iniciado e montando em tempo de " @@ -130,10 +130,11 @@ msgstr "Procurar c #. Type: boolean #. Description #: ../openafs-client.templates:45 +#, fuzzy msgid "" "In order to contact an AFS cell, you need the IP addresses of the cell's " "database servers. Normally, this information is read from /etc/openafs/" -"CellServDB. However, if Openafs cannot find a cell in that file it can use " +"CellServDB. However, if Openafs cannot find a cell in that file, it can use " "DNS to look for AFSDB records that contain the information." msgstr "" "Para poder contactar uma célula AFS, você precisa dos endereços IP dos " @@ -191,8 +192,9 @@ msgstr "" #, fuzzy msgid "" "If you generate /afs dynamically, you may need to create /etc/openafs/" -"CellAlias to include aliases for common cells. DO NOT SELECT THIS OPTION IF " -"THIS MACHINE IS THE FIRST DATABASE SERVER IN A NEW CELL." +"CellAlias to include aliases for common cells. (The syntax of this file is " +"one line per alias, with the cell name, a space, and then the alias for that " +"cell.)" msgstr "" "Caso você gere o /afs dinamicamente, você pode precisar criar o /etc/openafs/" "CellAlias para incluir apelidos (aliases) para células comuns. NÂO SELECIONE " @@ -200,13 +202,13 @@ msgstr "" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "Use fakestat to avoid hangs when listing /afs?" msgstr "Usar fakestat para evitar travadas na listagem do /afs ?" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "" "Because AFS is a global file space, operations on the /afs directory can " "generate significant network traffic. If some AFS cells are unavailable " diff --git a/debian/po/templates.pot b/debian/po/templates.pot index f083b9dd4..99af5f786 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-10 17:32-0700\n" +"POT-Creation-Date: 2005-08-18 12:47-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -89,8 +89,8 @@ msgid "" "Should the Openafs filesystem be started and mounted at boot? Normally, most " "users who install the openafs-client package expect to run it at boot. " "However, if you are planning on setting up a new cell or are on a laptop, " -"you may not want it started at boot time. If you choose not to start AFS at " -"boot , run /etc/init.d/openafs-client force-start to start the client when " +"you may not want it started at boot time. If you choose not to start AFS at " +"boot, run /etc/init.d/openafs-client force-start to start the client when " "you wish to run it." msgstr "" @@ -106,7 +106,7 @@ msgstr "" msgid "" "In order to contact an AFS cell, you need the IP addresses of the cell's " "database servers. Normally, this information is read from /etc/openafs/" -"CellServDB. However, if Openafs cannot find a cell in that file it can use " +"CellServDB. However, if Openafs cannot find a cell in that file, it can use " "DNS to look for AFSDB records that contain the information." msgstr "" @@ -148,19 +148,20 @@ msgstr "" #: ../openafs-client.templates:65 msgid "" "If you generate /afs dynamically, you may need to create /etc/openafs/" -"CellAlias to include aliases for common cells. DO NOT SELECT THIS OPTION IF " -"THIS MACHINE IS THE FIRST DATABASE SERVER IN A NEW CELL." +"CellAlias to include aliases for common cells. (The syntax of this file is " +"one line per alias, with the cell name, a space, and then the alias for that " +"cell.)" msgstr "" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "Use fakestat to avoid hangs when listing /afs?" msgstr "" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "" "Because AFS is a global file space, operations on the /afs directory can " "generate significant network traffic. If some AFS cells are unavailable " diff --git a/debian/po/vi.po b/debian/po/vi.po index 91a0a021f..b6f8fa097 100644 --- a/debian/po/vi.po +++ b/debian/po/vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: openafs 1.3.82-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-10 17:32-0700\n" +"POT-Creation-Date: 2005-08-18 12:47-0700\n" "PO-Revision-Date: 2005-07-24 17:50+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -92,12 +92,13 @@ msgstr "Chạy trình khách Openafs ngay bây giờ và cÅ©ng khi khởi độn #. Type: boolean #. Description #: ../openafs-client.templates:34 +#, fuzzy msgid "" "Should the Openafs filesystem be started and mounted at boot? Normally, most " "users who install the openafs-client package expect to run it at boot. " "However, if you are planning on setting up a new cell or are on a laptop, " -"you may not want it started at boot time. If you choose not to start AFS at " -"boot , run /etc/init.d/openafs-client force-start to start the client when " +"you may not want it started at boot time. If you choose not to start AFS at " +"boot, run /etc/init.d/openafs-client force-start to start the client when " "you wish to run it." msgstr "" "Có nên khởi chạy và gắn hệ thống tập tin Openafs khi khởi động máy không? " @@ -118,10 +119,11 @@ msgstr "Tra cứu ô AFS trong DNS không?" #. Type: boolean #. Description #: ../openafs-client.templates:45 +#, fuzzy msgid "" "In order to contact an AFS cell, you need the IP addresses of the cell's " "database servers. Normally, this information is read from /etc/openafs/" -"CellServDB. However, if Openafs cannot find a cell in that file it can use " +"CellServDB. However, if Openafs cannot find a cell in that file, it can use " "DNS to look for AFSDB records that contain the information." msgstr "" "Để liên hệ một ô AFS, bạn cần có địa chỉ IP cá»§a mọi máy phục vụ cÆ¡ sở dữ " @@ -175,10 +177,12 @@ msgstr "" #. Type: boolean #. Description #: ../openafs-client.templates:65 +#, fuzzy msgid "" "If you generate /afs dynamically, you may need to create /etc/openafs/" -"CellAlias to include aliases for common cells. DO NOT SELECT THIS OPTION IF " -"THIS MACHINE IS THE FIRST DATABASE SERVER IN A NEW CELL." +"CellAlias to include aliases for common cells. (The syntax of this file is " +"one line per alias, with the cell name, a space, and then the alias for that " +"cell.)" msgstr "" "Nếu bạn chọn tạo ra «/afs» một cách động, có lẽ bạn sẽ cần phải tạo «etc/" "openafs/CellAlias» (bí danh ô) để gồm bí danh cho các ô chung. ĐỪNG CHỌN TÙY " @@ -186,7 +190,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "Use fakestat to avoid hangs when listing /afs?" msgstr "" "Dùng «fakestat» (thống kê giả) để tránh hệ thống treo cứng khi liệt kê «/" @@ -194,7 +198,7 @@ msgstr "" #. Type: boolean #. Description -#: ../openafs-client.templates:78 +#: ../openafs-client.templates:79 msgid "" "Because AFS is a global file space, operations on the /afs directory can " "generate significant network traffic. If some AFS cells are unavailable "