summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-06-26 14:09:01 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-06-26 14:09:01 +0000
commit915f59dafc081fbaee3c2599d54c9912532d6fcc (patch)
tree41ea5bf1b88302b36d5958ff58a82ce613a07b30
parentd0c4b1ba8742485cd62ea25563b54515241584b5 (diff)
Notes
-rw-r--r--sys/ufs/ffs/README.softupdates18
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.