- Add 2013Q4 report on a new automounter
Submitted by: trasz
This commit is contained in:
parent
6648a39045
commit
ee1c9c0298
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43509
1 changed files with 27 additions and 1 deletions
|
@ -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@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>
|
||||
|
|
Loading…
Reference in a new issue