svn commit: r45734 - head/en_US.ISO8859-1/htdocs/news/status

Ed Maste emaste at FreeBSD.org
Tue Oct 7 20:43:06 UTC 2014


Author: emaste (src committer)
Date: Tue Oct  7 20:43:05 2014
New Revision: 45734
URL: https://svnweb.freebsd.org/changeset/doc/45734

Log:
  Add autofs entry from trasz

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml	Tue Oct  7 18:32:22 2014	(r45733)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml	Tue Oct  7 20:43:05 2014	(r45734)
@@ -86,5 +86,40 @@
     <description>Miscellaneous</description>
   </category>
 
+<project cat='proj'>
+  <title>New Automounter</title>
+
+  <contact>
+    <person>
+      <name>
+        <given>Edward Tomasz</given>
+        <common>Napierała</common>
+      </name>
+      <email>trasz at FreeBSD.org</email>
+    </person>
+  </contact>
+
+  <links>
+    <url href="https://wiki.freebsd.org/Automounter" />
+    <url href="http://people.freebsd.org/~trasz/autofs.pdf" />
+  </links>
+
+  <body>
+    <p>
+         Deficiencies in the current automounter, amd(8), are a recurring problem reported by many FreeBSD users. A new automounter is being developed to address these concerns.
+
+         The automounter is a cleanroom implementation of functionality available in most other Unix systems, using proper kernel support implemented via an autofs filesystem. The automounter supports a standard map format, and will integrate with the Lightweight Directory Access Protocol (LDAP) service.
+
+         The code is ready to use - it has been committed to 11-CURRENT and 10-STABLE, and will ship as part of 10.1-RELEASE.  There is ongoing work on improving performance and fixing possible bugs.
+    </p>
+  </body>
+
+  <sponsor>
+      The FreeBSD Foundation
+  </sponsor>
+
+  <help></help>
+</project>
+
 
 </report>


More information about the svn-doc-head mailing list