since we don't have the .c file for it.
* amd/get_args.c (get_version_string): hack to still show that we
support the inherit file system in output of amd -v.
+2005-03-05 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * configure.in: don't "discover" inheritance file system any more,
+ since we don't have the .c file for it.
+
+ * amd/get_args.c (get_version_string): hack to still show that we
+ support the inherit file system in output of amd -v.
+
2005-03-05 Ion Badulescu <ionut@moisil.badula.org>
* amd/amfs_inherit.c: removed, dead code
TCP mounts, because even a hung TCP mount can cause user processes to
hang.
+- file system inheritance code restructured, so it's no longer a pseudo file
+ system, but actually integrated into Amd (as it should have been).
+
- bugs fixed:
* various memory management problems (leaks, etc)
* fixed nfsx support
* SUCH DAMAGE.
*
*
- * $Id: get_args.c,v 1.28 2005/03/04 18:42:43 ezk Exp $
+ * $Id: get_args.c,v 1.29 2005/03/06 02:21:28 ezk Exp $
*
*/
strcat(vers, ".\nAMFS: ");
ops_showamfstypes(tmpbuf);
strcat(vers, tmpbuf);
- strcat(vers, ".\nFS: ");
+ strcat(vers, ", inherit.\nFS: "); /* hack: "show" that we support type:=inherit */
ops_showfstypes(tmpbuf);
strcat(vers, tmpbuf);
dnl
dnl AC_CONFIG_AUX_DIR(m4)
AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.77 $)
+AC_REVISION($Revision: 1.78 $)
AC_COPYRIGHT([Copyright (c) 1997-2005 Erez Zadok])
dnl find out system type
AC_MSG_NOTICE(*** SYSTEM TYPES ***)
AMU_CHECK_AMU_FS(direct, direct automount)
AMU_CHECK_AMU_FS(toplvl, top-level)
AMU_CHECK_AMU_FS(error, error)
-AMU_CHECK_AMU_FS(inherit, inheritance)
+dnl AMU_CHECK_AMU_FS(inherit, inheritance)
AMU_CHECK_AMU_FS(program, program)
AMU_CHECK_AMU_FS(link, symlink)
AMU_CHECK_AMU_FS(linkx, symlink with existence check)