Update pathnames for new location of soft-updates sources.

This commit is contained in:
jdp 1999-07-03 21:34:05 +00:00
parent 52fde42501
commit 32460a339d

View File

@ -1,21 +1,21 @@
Tue May 19 16:20:27 PDT 1998
For legal reasons the two active files for using Soft Updates are in
/usr/src/contrib/sys/softupdates. To enable the feature in your kernel,
/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/sys/softupdates/*.[ch] .
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/contrib/sys/softupdates before enabling this feature to ensure
/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/sys/softupdates/README
copyright on the soft update files, or ../../contrib/softupdates/README
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.