File: update-cluster-regenerate.8

package info (click to toggle)
update-cluster 0.10
  • links: PTS
  • area: main
  • in suites: woody
  • size: 204 kB
  • ctags: 45
  • sloc: ansic: 338; sh: 190; makefile: 78
file content (56 lines) | stat: -rw-r--r-- 1,753 bytes parent folder | download
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
44
45
46
47
48
49
50
51
52
53
54
55
56
.TH "update\-cluster\-regenerate" 8 "28 Jul 2001" "Debian\-Beowulf" "Debian" "Debian"	
 \" $Id: update-cluster-regenerate.8,v 1.6 2001/08/08 02:48:39 dancer Exp $
.SH "NAME"
update\-cluster\-regenerate \- Regenerates configuration files from cluster.xml
.SH "SYNOPSIS"
.BI "update\-cluster\-regenerate all | list | [" "basename" "] ..."
.SH "DESCRIPTION"
.B update\-cluster\-regenerate
regenerates individual configuration files from 
.B "cluster.xml."
It uses hooks found in 
.I "/usr/lib/update\-cluster/*.updatelist"
to do the actual work.
Specififying 
.B all
as its option regenerates all the configuration file.
By specifying the name, 
each configuration file can be regenerated individually.
.SH "OPTIONS"
.TP
.B "list"
Gives out a list of possible scripts to be specified. 
.B "all" 
will execute all of them
.TP
.B "all"
Regenerates all configuration files by executing /usr/lib/update\-cluster/*.updatelist.
.TP
.B "basename"
Execute only the specific files, to regenerate specific configuration files.
Use 
.B "list"
to see possible options.
.SH "FILES"
.TP
.B "/etc/update\-cluster/cluster.xml"
The configuration file which holds the information.
.TP
.B "/usr/share/update\-cluster/cluster.dtd"
The DTD for the XML database for cluster nodes.
.TP
.B "/usr/lib/update\-cluster/*.updatelist"
The updation script.
They need to be installed by individual programs as executable scripts.
.SH "NOTES"
Please read the sample files and read the 
.B README.Debian 
file distributed with the package.
.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\-parseconfig (" "1" "), "
.RI "update\-cluster\-regenerate (" "8" ")"