diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-11-22 11:19:36 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-11-22 11:19:36 +0000 |
| commit | b8b006b78da638b9ee5b15ce7b90f7fdad1b7dfb (patch) | |
| tree | 6f53bab484f4b5985640d151aa7f215617166bae /sys | |
| parent | a45a9ba1060c87448cfe3aba1624640c0b172496 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/ufs/ffs/README.softupdates | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/sys/ufs/ffs/README.softupdates b/sys/ufs/ffs/README.softupdates index b8f0f5fb94f2..4e98c7d39e85 100644 --- a/sys/ufs/ffs/README.softupdates +++ b/sys/ufs/ffs/README.softupdates @@ -1,21 +1,7 @@ $FreeBSD$ -For legal reasons the two active files for using Soft Updates are in -/usr/src/sys/contrib/softupdates. To enable the feature in your kernel, -link the files into this directory as follows: - - cd /usr/src/sys/ufs/ffs - ln -s ../../contrib/softupdates/*.[ch] . - -and add option SOFTUPDATES to your kernel configuration. You should also -read the copyrights in the sources and the README file in -/usr/src/sys/contrib/softupdates before enabling this feature to ensure -that you are acting legally. The stub file provided here is only enough -to allow the system to function without this option being turned on. - -WARNING: RE-DISTRIBUTING A KERNEL WITH SOFTUPDATES COMPILED IN WITHOUT -DISTRIBUTING THE SOURCE TO THE _ENTIRE_ KERNEL IS NOT PERMITTED. See the -copyright on the soft update files, or ../../contrib/softupdates/README +Add option SOFTUPDATES to your kernel configuration. You should also +read the copyrights in the sources and the README file. Once you're running a kernel with soft update support, you need to enable it for whichever filesystems you wish to run with the soft update policy. |
