date and time created 94/02/15 06:52:39 by pendry
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Tue, 15 Feb 1994 22:52:39 +0000 (14:52 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Tue, 15 Feb 1994 22:52:39 +0000 (14:52 -0800)
SCCS-vsn: sys/miscfs/union/README 8.1

usr/src/sys/miscfs/union/README [new file with mode: 0644]

diff --git a/usr/src/sys/miscfs/union/README b/usr/src/sys/miscfs/union/README
new file mode 100644 (file)
index 0000000..7f5bb58
--- /dev/null
@@ -0,0 +1,7 @@
+If you plan on using union mounts, then you should consider replacing
+"libc/gen/opendir.c" in the C library with the file "libc.opendir.c"
+in this directory.  The replacement version of opendir() automatically
+removes duplicate names when a union stack is encountered.  You will
+then need to rebuild the C library and all commands.
+
+@(#)README     8.1 (Berkeley) %G%