[Libsysio-commit] HEAD: libsysio README
Brought to you by:
lward
|
From: Lee W. <lw...@us...> - 2004-03-05 13:29:17
|
Update of /cvsroot/libsysio/libsysio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25438 Modified Files: README Log Message: The indication that a directory *might* be an automount candidate is the ISUID flag. Not ISVTX. Changed to reflect that. Index: README =================================================================== RCS file: /cvsroot/libsysio/libsysio/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -b -B -p -r1.4 -r1.5 --- README 10 Oct 2003 18:50:30 -0000 1.4 +++ README 5 Mar 2004 13:07:18 -0000 1.5 @@ -31,7 +31,7 @@ For a full description of this see the " <http://www.lustre.org/docs/lustre.pdf> In short, though, whenever a component is being looked up in a directory and -that directory has the "sticky" (IS_VTX) bit set, then the directory is +that directory has the "set-UID" bit set, then the directory is searched for a special file. By default, that file is called ".mount" but you may set it to any name using the --with-automount option described earlier. |