| 1 |
lange |
1778 |
.\" Hey, EMACS: -*- nroff -*-
|
| 2 |
lange |
2706 |
.TH fai-do-scripts 1 "5 apr 2005" "FAI 2.8"
|
| 3 |
lange |
1778 |
.\" Please adjust this date whenever revising the manpage.
|
| 4 |
|
|
.\"
|
| 5 |
|
|
.\" Some roff macros, for reference:
|
| 6 |
|
|
.\" .nh disable hyphenation
|
| 7 |
|
|
.\" .hy enable hyphenation
|
| 8 |
|
|
.\" .ad l left justify
|
| 9 |
|
|
.\" .ad b justify to both left and right margins
|
| 10 |
|
|
.\" .nf disable filling
|
| 11 |
|
|
.\" .fi enable filling
|
| 12 |
|
|
.\" .br insert line break
|
| 13 |
|
|
.\" .sp <n> insert n+1 empty lines
|
| 14 |
|
|
.\" for manpage-specific macros, see man(7)
|
| 15 |
|
|
.SH NAME
|
| 16 |
|
|
fai-do-scripts \- call configuration scripts
|
| 17 |
|
|
.SH SYNOPSIS
|
| 18 |
|
|
.B fai-do-scripts
|
| 19 |
|
|
.RI [OPTION] " DIRECTORY"
|
| 20 |
|
|
.SH DESCRIPTION
|
| 21 |
|
|
|
| 22 |
|
|
fai-do-scripts executes all scripts in DIRECTORY which are also a
|
| 23 |
|
|
defined class. If the name of the class is a directory, all scripts
|
| 24 |
lange |
2706 |
that match `[0-9][0-9]*' in this directory are executed. So it is
|
| 25 |
lange |
1778 |
possible to have several scripts of different types (shell,
|
| 26 |
lange |
2706 |
cfengine,...) to be executed for one class. For backwards compatibility,
|
| 27 |
|
|
scripts matching `S[0-9]*' are also executed, but a warning is
|
| 28 |
|
|
printed. This will be removed in a future version.
|
| 29 |
lange |
1778 |
|
| 30 |
|
|
.SH OPTIONS
|
| 31 |
|
|
.TP
|
| 32 |
|
|
.B \-h
|
| 33 |
|
|
Show help, version and summary of options.
|
| 34 |
|
|
.TP
|
| 35 |
|
|
.B \-L DIR
|
| 36 |
|
|
Write log files to DIR.
|
| 37 |
|
|
.TP
|
| 38 |
|
|
.B \-n
|
| 39 |
|
|
Show type of scripts that would be executed, but do not execute them.
|
| 40 |
|
|
|
| 41 |
|
|
.SH EXAMPLES
|
| 42 |
|
|
.br
|
| 43 |
lange |
2083 |
In FAI, fai-do-scripts is used in the following way:
|
| 44 |
lange |
1778 |
|
| 45 |
|
|
# fai-do-scripts /fai/scripts
|
| 46 |
|
|
|
| 47 |
|
|
.SH SEE ALSO
|
| 48 |
|
|
.br
|
| 49 |
|
|
This program is part of FAI (Fully Automatic Installation). The FAI
|
| 50 |
|
|
homepage is http://www.informatik.uni-koeln.de/fai.
|
| 51 |
|
|
|
| 52 |
|
|
.SH AUTHOR
|
| 53 |
|
|
Written by Thomas Lange <lange@informatik.uni-koeln.de>
|