diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-05-10 20:39:32 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-05-10 20:39:32 +0000 |
| commit | 202c735f356c1c8f14920275818ddffdd4f0731f (patch) | |
| tree | 5e654dff356e544da1b202811c24897b2a9ca9da /share/examples | |
| parent | 45bf968a1011e69baa0932f743a3a4c8ff237909 (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/diskless/README.TEMPLATING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/diskless/README.TEMPLATING b/share/examples/diskless/README.TEMPLATING index 75f7f8176b23..4179c72dac05 100644 --- a/share/examples/diskless/README.TEMPLATING +++ b/share/examples/diskless/README.TEMPLATING @@ -183,7 +183,7 @@ be useful to set up clients and server for diskless boot. file in / or /usr on a target machine instead of the template machine. If the target machine is updated once a night from cron, the sysop quickly learns not to do this ( because his changes get overwritten - overnight ). With a manual update, these sorts of mistakes can propogate + overnight ). With a manual update, these sorts of mistakes can propagate for weeks or months before they are caught. TEMPLATE COPYING AND SAFETY @@ -194,7 +194,7 @@ be useful to set up clients and server for diskless boot. softlinks, hardlinks, files, modification times, uid, gid, flags, perms, and so forth. The program incorporates several major features: - * The program refuses, absolutely, to cross partition boundries. + * The program refuses, absolutely, to cross partition boundaries. i.e. if you were copying the template /usr from an NFS mount to your /usr, and you had a mount point called /usr/home, the template copying program would *NOT* descend into /usr/home on @@ -203,7 +203,7 @@ be useful to set up clients and server for diskless boot. This is a safety. * The program accesses a file called .cpignore in each directory - it descending into on the source to obtain a list of exceptions + it descends into on the source to obtain a list of exceptions for that directory -- that is, files not to copy or mess with. This is a templating function. |
