aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_softdep_stub.c
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 /sys/ufs/ffs/ffs_softdep_stub.c
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
Diffstat (limited to 'sys/ufs/ffs/ffs_softdep_stub.c')
-rw-r--r--sys/ufs/ffs/ffs_softdep_stub.c3
1 files changed, 3 insertions, 0 deletions
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"