[SCM] live-config branch, debian, updated. debian/2.0_a4-1

Daniel Baumann daniel at debian.org
Wed Jun 2 20:48:54 UTC 2010


The following commit has been merged in the debian branch:
commit d363b276e093d07ca0bf7457851ed45e39344147
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun May 30 12:01:50 2010 +0200

    Updating manpage to reflect that multiple hooks are supported at the same time.

diff --git a/manpages/de/live-config.de.7 b/manpages/de/live-config.de.7
index d030649..7a7571f 100644
--- a/manpages/de/live-config.de.7
+++ b/manpages/de/live-config.de.7
@@ -64,11 +64,12 @@ Ermöglicht die Zeitzone des Systems einzustellen, zum Beispiel
 .IP \fBlive\-config.utc\fP=\fByes\fP|no 4
 Ermöglicht zu bestimmen, ob das System davon ausgehen soll, dass die
 Hardwareuhr auf UTC gestellt ist oder nicht. Der Standard ist 'yes'.
-.IP \fBlive\-config.hook\fP=\fIURL\fP 4
-Ermöglicht eine beliebige Datei herunterzuladen und auszuführen. Die URL
-muss durch wget aufösbar sein muss und alle Abhängigkeiten, die für das
-Ausführen der Datei notwendig sind, müssen installiert sind, zum Beispiel
-muss für ein Python Skript bereits Python auf dem System installiert sein.
+.IP "\fBlive\-config.hook\fP=\fIURL1\fP|\fIURL2\fP| ...|\fIURLn\fP" 4
+Ermöglicht eine oder mehrere beliebige Dateien herunterzuladen und
+auszuführen. Die URLs müssen durch wget aufösbar sein und es müssen alle
+Abhängigkeiten, die für das Ausführen der Dateien notwendig sind, bereits
+installiert sein, zum Beispiel muss für ein Python Skript bereits Python auf
+dem System installiert sein.
 
 .SS "Boot Parameter (Abkürzungen)"
 \fBlive\-config\fP stellt Abkürzungen für einige häufige verwendete
@@ -127,8 +128,9 @@ Diese Variable enspricht dem '\fBlive\-config.timezone\fP=\fIZEITZONE\fP'
 Parameter.
 .IP \fBUTC\fP=\fByes\fP|no 4
 Diese Variable enspricht dem '\fBlive\-config.utc\fP=\fByes\fP|no' Parameter.
-.IP \fBHOOK\fP=\fIURL\fP 4
-Diese Variable enspricht dem '\fBlive\-config.hook\fP=\fIURL\fP' Parameter.
+.IP "\fBHOOK\fP=\fIURL1\fP|\fIURL2\fP| ... |\fIURLn\fP" 4
+Diese Variable enspricht dem '\fBlive\-config.hook\fP=\fIURL1\fP|\fIURL2\fP|
+\&... |\fIURLn\fP' Parameter.
 
 .SH SKRIPTE
 \fBlive\-config\fP enthält derzeit folgende Skripte in /lib/live/config.
diff --git a/manpages/en/live-config.7 b/manpages/en/live-config.7
index 989b70f..f184b99 100644
--- a/manpages/en/live-config.7
+++ b/manpages/en/live-config.7
@@ -36,8 +36,8 @@ Allows to set the locale of the system, e.g. 'de_CH.UTF\-8'. The default is 'en_
 Allows to set the timezone of the system, e.g. 'Europe/Zurich'. The default is 'UTC'.
 .IP "\fBlive-config.utc\fR=\fByes\fR|no" 4
 Allows to change if the system is assuming that the hardware clock is set to UTC or not. The default is 'yes'.
-.IP "\fBlive-config.hook\fR=\fIURL\fR" 4
-Allows to execute fetch and execute an arbitrary file. Note that the URL must be fetchable by wget, and that the file needs its dependencies if any installed, e.g. if a python script should be executed the system needs python installed.
+.IP "\fBlive-config.hook\fR=\fIURL1\fR|\fIURL2\fR| ... |\fIURLn\fR" 4
+Allows to execute fetch and execute one or more arbitrary files. Note that the URLs must be fetchable by wget, and that the files needs their dependencies, if any, already installed, e.g. if a python script should be executed the system needs python installed.
 
 .SS Boot Parameters (shortcuts)
 For some common use cases where it would require to combine several individual parameters, \fBlive\-config\fR provides shortcuts. This allows both to have full granularity over all the options, as well keep things simple.
@@ -70,8 +70,8 @@ This variable equals the '\fBlive\-config.locales\fR=\fILOCALE\fR' parameter.
 This variable equals the '\fBlive\-config.timezone\fR=\fITIMEZONE\fR' parameter.
 .IP "\fBUTC\fR=\fByes\fR|no" 4
 This variable equals the '\fBlive\-config.utc\fR=\fByes\fR|no' parameter.
-.IP "\fBHOOK\fR=\fIURL\fR" 4
-This variable equals the '\fBlive\-config.hook\fR=\fIURL\fR' parameter.
+.IP "\fBHOOK\fR=\fIURL1\fR|\fIURL2\fR| ... |\fIURLn\fR" 4
+This variable equals the '\fBlive\-config.hook\fR=\fIURL1\fR|\fIURL2\fR| ... |\fIURLn\fR' parameter.
 
 .SH SCRIPTS
 \fBlive\-config\fR currently features the following scripts in /lib/live/config.
diff --git a/manpages/po/de/live-config.7.po b/manpages/po/de/live-config.7.po
index 8bcbe4c..fcb8828 100644
--- a/manpages/po/de/live-config.7.po
+++ b/manpages/po/de/live-config.7.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-config 2.0~a2\n"
-"POT-Creation-Date: 2010-05-30 11:53+0300\n"
+"POT-Creation-Date: 2010-05-30 11:59+0300\n"
 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
 "Last-Translator: Daniel Baumann <daniel at debian.org>\n"
 "Language-Team: none\n"
@@ -272,21 +272,22 @@ msgstr ""
 #. type: IP
 #: en/live-config.7:39
 #, no-wrap
-msgid "B<live-config.hook>=I<URL>"
-msgstr "B<live-config.hook>=I<URL>"
+msgid "B<live-config.hook>=I<URL1>|I<URL2>| ... |I<URLn>"
+msgstr "B<live-config.hook>=I<URL1>|I<URL2>| ...|I<URLn>"
 
 #. type: Plain text
 #: en/live-config.7:41
 msgid ""
-"Allows to execute fetch and execute an arbitrary file. Note that the URL "
-"must be fetchable by wget, and that the file needs its dependencies if any "
-"installed, e.g. if a python script should be executed the system needs "
-"python installed."
+"Allows to execute fetch and execute one or more arbitrary files. Note that "
+"the URLs must be fetchable by wget, and that the files needs their "
+"dependencies, if any, already installed, e.g. if a python script should be "
+"executed the system needs python installed."
 msgstr ""
-"Ermöglicht eine beliebige Datei herunterzuladen und auszuführen. Die URL "
-"muss durch wget aufösbar sein muss und alle Abhängigkeiten, die für das "
-"Ausführen der Datei notwendig sind, müssen installiert sind, zum Beispiel "
-"muss für ein Python Skript bereits Python auf dem System installiert sein."
+"Ermöglicht eine oder mehrere beliebige Dateien herunterzuladen und "
+"auszuführen. Die URLs müssen durch wget aufösbar sein und es müssen alle "
+"Abhängigkeiten, die für das Ausführen der Dateien notwendig sind, bereits "
+"installiert sein, zum Beispiel muss für ein Python Skript bereits Python auf "
+"dem System installiert sein."
 
 #. type: SS
 #: en/live-config.7:42
@@ -502,13 +503,17 @@ msgstr "Diese Variable enspricht dem 'B<live-config.utc>=B<yes>|no' Parameter."
 #. type: IP
 #: en/live-config.7:73
 #, no-wrap
-msgid "B<HOOK>=I<URL>"
-msgstr "B<HOOK>=I<URL>"
+msgid "B<HOOK>=I<URL1>|I<URL2>| ... |I<URLn>"
+msgstr ""
 
 #. type: Plain text
 #: en/live-config.7:75
-msgid "This variable equals the 'B<live-config.hook>=I<URL>' parameter."
-msgstr "Diese Variable enspricht dem 'B<live-config.hook>=I<URL>' Parameter."
+msgid ""
+"This variable equals the 'B<live-config.hook>=I<URL1>|I<URL2>| ... |I<URLn>' "
+"parameter."
+msgstr ""
+"Diese Variable enspricht dem 'B<live-config.hook>=I<URL1>|I<URL2>| ... |"
+"I<URLn>' Parameter."
 
 #. type: SH
 #: en/live-config.7:76
diff --git a/manpages/pot/live-config.7.pot b/manpages/pot/live-config.7.pot
index 0dc7d30..a2f411b 100644
--- a/manpages/pot/live-config.7.pot
+++ b/manpages/pot/live-config.7.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-config VERSION\n"
-"POT-Creation-Date: 2010-05-30 11:53+0300\n"
+"POT-Creation-Date: 2010-05-30 11:59+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -236,16 +236,16 @@ msgstr ""
 #. type: IP
 #: en/live-config.7:39
 #, no-wrap
-msgid "B<live-config.hook>=I<URL>"
+msgid "B<live-config.hook>=I<URL1>|I<URL2>| ... |I<URLn>"
 msgstr ""
 
 #. type: Plain text
 #: en/live-config.7:41
 msgid ""
-"Allows to execute fetch and execute an arbitrary file. Note that the URL "
-"must be fetchable by wget, and that the file needs its dependencies if any "
-"installed, e.g. if a python script should be executed the system needs "
-"python installed."
+"Allows to execute fetch and execute one or more arbitrary files. Note that "
+"the URLs must be fetchable by wget, and that the files needs their "
+"dependencies, if any, already installed, e.g. if a python script should be "
+"executed the system needs python installed."
 msgstr ""
 
 #. type: SS
@@ -424,12 +424,14 @@ msgstr ""
 #. type: IP
 #: en/live-config.7:73
 #, no-wrap
-msgid "B<HOOK>=I<URL>"
+msgid "B<HOOK>=I<URL1>|I<URL2>| ... |I<URLn>"
 msgstr ""
 
 #. type: Plain text
 #: en/live-config.7:75
-msgid "This variable equals the 'B<live-config.hook>=I<URL>' parameter."
+msgid ""
+"This variable equals the 'B<live-config.hook>=I<URL1>|I<URL2>| ... |I<URLn>' "
+"parameter."
 msgstr ""
 
 #. type: SH

-- 
live-config



More information about the debian-live-changes mailing list