summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-05-19 23:18:37 +0000
committerjulian <julian@FreeBSD.org>1998-05-19 23:18:37 +0000
commit92e0f9da97b106476365b12d553ee93a7092f51c (patch)
tree1c6e8a3dc4032117d4976cb2e705fb8e44b44652 /sys/ufs
parent44ee9230176cd609df6c886d20afbd1866ca5f89 (diff)
downloadFreeBSD-src-92e0f9da97b106476365b12d553ee93a7092f51c.zip
FreeBSD-src-92e0f9da97b106476365b12d553ee93a7092f51c.tar.gz
Ensure that there is enough information here, so that people can use
soft updates should they desire.
Diffstat (limited to 'sys/ufs')
-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 0000000..2d49c25
--- /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 677d5a2..1324599 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"
OpenPOWER on IntegriCloud