From b8b006b78da638b9ee5b15ce7b90f7fdad1b7dfb Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Wed, 22 Nov 2000 11:19:36 +0000 Subject: MFC: Update to reflect that softupdates is no longer in sys/contrib. Also update copyright notice. --- sys/ufs/ffs/README.softupdates | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'sys') 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. -- cgit v1.3