Added PathConvert project, sectione filesystems

The PathConvert project is to develop utilities which make conversion
between absolute path name and relative path name. It brings benefits
mainly to the users of NFS and WWW.

Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
This commit is contained in:
Wolfram Schneider 1999-01-25 21:40:52 +00:00
parent 7621200d90
commit 3cc6cc1c55
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4107

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-01-18 01:50:38 $">
<!ENTITY date "$Date: 1999-01-25 21:40:52 $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $Id: projects.sgml,v 1.41 1999-01-18 01:50:38 jkoshy Exp $ -->
<!-- $Id: projects.sgml,v 1.42 1999-01-25 21:40:52 wosch Exp $ -->
<html>
&header;
@ -227,6 +227,12 @@ description (3-10 lines) to
are connected through a 100Mbps Ethernet switch.</li>
<li><a name="vinum" href="http://www.lemis.com/vinum.html"> Vinum: a logical volume manager</a></li>
<li><a name="PathConvert"
href="http://wafu.netgate.net/tama/unix/pathconvert.html"> The
PathConvert project</a> is to develop utilities which make
conversion between absolute path name and relative path name. It
brings benefits mainly to the users of NFS and WWW.</li>
</ul>
<a name="kernelandsecurity"></a>