aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-05-19 23:18:37 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-05-19 23:18:37 +0000
commit928c9ddf817d749606da373e5f04a4aaedf8ac39 (patch)
tree6c1aafce8e5cd4314ff52ca9d4fdf9aee821877e
parent25db4e8a667ad9bdce0aaa23abf1512c99f19887 (diff)
downloadsrc-928c9ddf817d749606da373e5f04a4aaedf8ac39.tar.gz
src-928c9ddf817d749606da373e5f04a4aaedf8ac39.zip
Ensure that there is enough information here, so that people can use
soft updates should they desire.
Notes
Notes: svn path=/head/; revision=36235
-rw-r--r--sys/ufs/ffs/README.softupdates17
-rw-r--r--sys/ufs/ffs/ffs_softdep_stub.c3
2 files changed, 20 insertions, 0 deletions
diff --git a/sys/ufs/ffs/README.softupdates b/sys/ufs/ffs/README.softupdates
new file mode 100644
index 000000000000..2d49c252e6ff
--- /dev/null
+++ b/sys/ufs/ffs/README.softupdates
@@ -0,0 +1,17 @@
+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 use them, copy them to this directory,
+and add option SOFTUPDATES to your kernel configuration. You should read the
+copyrights on the files and the README in that directory before doing do to
+ensure that you are acting legally. The stub file here will allow the system
+to function without this option turned on.
+
+To turn on soft updates use the -n option of tunefs, on UNMOUNTED filesystems.
+e.g. from single-user mode..
+
+ tunefs -n enable /dev/rsd0s1d
+
+Soft Updates is ALPHA code. Use at your own risk.
+
+Julian, julian@freebsd.org
diff --git a/sys/ufs/ffs/ffs_softdep_stub.c b/sys/ufs/ffs/ffs_softdep_stub.c
index 677d5a212b81..1324599945c9 100644
--- a/sys/ufs/ffs/ffs_softdep_stub.c
+++ b/sys/ufs/ffs/ffs_softdep_stub.c
@@ -37,6 +37,9 @@
/*
* Use this file as ffs_softdep.c if you do not wish the real ffs_softdep.c
* to be included in your system. (e.g for legal reasons )
+ * The real files are in /usr/src/contrib/sys/softupdates.
+ * You must copy them here before you can use soft updates.
+ * Read the README for legal and technical information.
*/
#include "opt_ffs.h"