aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-07-03 21:34:05 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-07-03 21:34:05 +0000
commit24755bdc25a5ca221ece519b43cc0f6070250ad0 (patch)
tree8046f4b0732d06f45ef295bf7a8a7746778eb707
parent8b7c163dafd861a2c1771d56d61b32dd0c7fd372 (diff)
downloadsrc-24755bdc25a5ca221ece519b43cc0f6070250ad0.tar.gz
src-24755bdc25a5ca221ece519b43cc0f6070250ad0.zip
Update pathnames for new location of soft-updates sources.
Notes
Notes: svn path=/head/; revision=48536
-rw-r--r--sys/ufs/ffs/README.softupdates8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/ufs/ffs/README.softupdates b/sys/ufs/ffs/README.softupdates
index cc0f421b5532..acc39116f606 100644
--- a/sys/ufs/ffs/README.softupdates
+++ b/sys/ufs/ffs/README.softupdates
@@ -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.