Skip to content

Commit a1414da

Browse files
committed
regen
1 parent f2c2844 commit a1414da

File tree

4 files changed

+70
-0
lines changed

4 files changed

+70
-0
lines changed

doc/html/en/ref/man1/gfarmbb.1.html

+13
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,18 @@
110110
</p></dd>
111111
</dl></div>
112112
</div>
113+
<div class="refsect1">
114+
<a name="environment-variables"></a><h2>ENVIRONMENT VARIABLES</h2>
115+
<div class="variablelist"><dl class="variablelist">
116+
<dt><span class="term"><code class="envar">PRUN_RSH</code></span></dt>
117+
<dd><p>Specifies a remote shell command. Default is <span class="command"><strong>ssh</strong></span>.</p></dd>
118+
<dt><span class="term"><code class="envar">PRUN_RCP</code></span></dt>
119+
<dd><p>Specifies a remote copy command. When 'no' is specified, use remote shell to copy. Default is <span class="command"><strong>scp -pr</strong></span>.</p></dd>
120+
<dt><span class="term"><code class="envar">GFARMBB_START_HOOK</code></span></dt>
121+
<dd><p>Specifies a hook program executed on all hosts before creating Gfarm/BB.</p></dd>
122+
<dt><span class="term"><code class="envar">GFARMBB_STOP_HOOK</code></span></dt>
123+
<dd><p>Specifies a hook program executed on all hosts after terminating Gfarm/BB.</p></dd>
124+
</dl></div>
125+
</div>
113126
</div></body>
114127
</html>

doc/html/ja/ref/man1/gfarmbb.1.html

+13
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,18 @@
109109
</p></dd>
110110
</dl></div>
111111
</div>
112+
<div class="refsect1">
113+
<a name="environment-variables"></a><h2>ENVIRONMENT VARIABLES</h2>
114+
<div class="variablelist"><dl class="variablelist">
115+
<dt><span class="term"><code class="envar">PRUN_RSH</code></span></dt>
116+
<dd><p>リモートシェルコマンドを指定します。デフォルトは<span class="command"><strong>ssh</strong></span>です。</p></dd>
117+
<dt><span class="term"><code class="envar">PRUN_RCP</code></span></dt>
118+
<dd><p>リモートコピーコマンドを指定します。noが指定されるとリモートシェルコマンドを用いてコピーします。デフォルトは<span class="command"><strong>scp -pr</strong></span>です。</p></dd>
119+
<dt><span class="term"><code class="envar">GFARMBB_START_HOOK</code></span></dt>
120+
<dd><p>Gfarm/BBを構築する前に全てのホストで実行するプログラムを指定します。</p></dd>
121+
<dt><span class="term"><code class="envar">GFARMBB_STOP_HOOK</code></span></dt>
122+
<dd><p>Gfarm/BBを終了した後で全てのホストで実行するプログラムを指定します。</p></dd>
123+
</dl></div>
124+
</div>
112125
</div></body>
113126
</html>

man/ja/man1/gfarmbb.1

+21
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,24 @@ Cシェルのコマンドを出力します。本オプションはstartの時
9898
.RS 4
9999
Bourneシェルのコマンドを出力します。本オプションはstartの時だけ有 効です。デフォルト設定です。
100100
.RE
101+
.SH "ENVIRONMENT VARIABLES"
102+
.PP
103+
\fBPRUN_RSH\fR
104+
.RS 4
105+
リモートシェルコマンドを指定します。デフォルトは\fBssh\fRです。
106+
.RE
107+
.PP
108+
\fBPRUN_RCP\fR
109+
.RS 4
110+
リモートコピーコマンドを指定します。noが指定されるとリモートシェルコマンドを用いてコピーします。デフォルトは\fBscp \-pr\fRです。
111+
.RE
112+
.PP
113+
\fBGFARMBB_START_HOOK\fR
114+
.RS 4
115+
Gfarm/BBを構築する前に全てのホストで実行するプログラムを指定します。
116+
.RE
117+
.PP
118+
\fBGFARMBB_STOP_HOOK\fR
119+
.RS 4
120+
Gfarm/BBを終了した後で全てのホストで実行するプログラムを指定します。
121+
.RE

man/man1/gfarmbb.1

+23
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,26 @@ generates C\-shell commands\&. This option is available only for gfarmbb start\&
103103
.RS 4
104104
generates Bourne shell commands\&. This option is available only for gfarmbb start\&. This is default\&.
105105
.RE
106+
.SH "ENVIRONMENT VARIABLES"
107+
.PP
108+
\fBPRUN_RSH\fR
109+
.RS 4
110+
Specifies a remote shell command\&. Default is
111+
\fBssh\fR\&.
112+
.RE
113+
.PP
114+
\fBPRUN_RCP\fR
115+
.RS 4
116+
Specifies a remote copy command\&. When \*(Aqno\*(Aq is specified, use remote shell to copy\&. Default is
117+
\fBscp \-pr\fR\&.
118+
.RE
119+
.PP
120+
\fBGFARMBB_START_HOOK\fR
121+
.RS 4
122+
Specifies a hook program executed on all hosts before creating Gfarm/BB\&.
123+
.RE
124+
.PP
125+
\fBGFARMBB_STOP_HOOK\fR
126+
.RS 4
127+
Specifies a hook program executed on all hosts after terminating Gfarm/BB\&.
128+
.RE

0 commit comments

Comments
 (0)