File: update-cluster-parseconfig.1.in

package info (click to toggle)
update-cluster 0.41.5-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,092 kB
  • ctags: 61
  • sloc: sh: 3,955; ansic: 538; xml: 472; makefile: 193
file content (43 lines) | stat: -rw-r--r-- 1,357 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.TH "update-cluster-parseconfig" 1 "9 Jun 2003" "Debian-Beowulf" "Debian" "Debian"
 \" #NOTICE#
 \" $Id: update-cluster-parseconfig.1.in,v 1.3 2003/06/10 14:51:22 dancer Exp $
.SH "NAME"
update-cluster-parseconfig \- parses configuration file for update-cluster suite
.SH "SYNOPSIS"
.BI "update-cluster-parseconfig [" "entry" "] ... < " "input-filename" 
.SH "DESCRIPTION"
.B "update-cluster-parseconfig"
receives input from standard input, and parses the file, 
and outputs in a line-oriented, space-delimited manner,
with each 
.I entry
coming out in the order specified.
.PP
However, when there is no matching entry on a specific column, 
it will emit an error, and die.

.SH "EXAMPLE"
.BI "update-cluster-parseconfig hostname ip mac < cluster.xml"
Dump the hostname, ip and mac fields of cluster.xml.

.SH "EXIT STATUS"
On success update-cluster-parseconfig exits with 0.
On error, exits with 1.

.SH "NOTES" 
Please see the sample files, and read the 
.B "README.Debian"
file included.
This command is usually used internally by the files in 
.I "#PKGLIBDIR#/*.updatelist"

.SH "AUTHOR"
Written by 
.B "Junichi Uekawa <dancer@debian.org>, <dancer@netfort.gr.jp>, <dancer@mikilab.doshisha.ac.jp>"
for Debian Project.
.SH "SEE ALSO"
.RI "update-cluster-add (" "8" "), "
.RI "update-cluster-remove (" "1" "), "
.RI "update-cluster-regenerate (" "8" ")"