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

Gabor Pali pgj at FreeBSD.org
Tue Jan 14 16:26:49 UTC 2014


Author: pgj
Date: Tue Jan 14 16:26:48 2014
New Revision: 43509
URL: http://svnweb.freebsd.org/changeset/doc/43509

Log:
  - Add 2013Q4 report on a new automounter
  
  Submitted by:	trasz

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml	Tue Jan 14 16:11:42 2014	(r43508)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml	Tue Jan 14 16:26:48 2014	(r43509)
@@ -19,7 +19,7 @@
 
     <!-- XXX: Keep updating the number of entries -->
     <p>Thanks to all the reporters for the excellent work!  This report
-      contains 22 entries and we hope you enjoy reading it.</p>
+      contains 23 entries and we hope you enjoy reading it.</p>
 
     <p>The deadline for submissions covering between January and
       March 2014 is April 7th, 2014.</p>
@@ -1246,4 +1246,30 @@
       <task>See the "Graphics" wiki page for up-to-date information.</task>
     </help>
   </project>
+
+  <project cat='kern'>
+    <title>New Automounter</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Edward Tomasz</given>
+	  <common>Napierała</common>
+	</name>
+	<email>trasz at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <body>
+      <p>Research and prototyping has begun on a new project to
+	implement <tt>autofs(4)</tt> — an automounter filesystem
+	— and its userland counterpart, <tt>automountd(8)</tt>.
+	The idea is to provide very similar user experience to the
+	automounters available on Linux, MacOS X, and Solaris, including
+	using the same map format.  The automounter will also integrate
+	with directory services, such as LDAP.</p>
+
+      <p>This project is sponsored by The &os; Foundation.</p>
+    </body>
+  </project>
 </report>


More information about the svn-doc-all mailing list