- add the latest report from dteske covering bsdconfig(8)
- update the count of the entries
This commit is contained in:
parent
6a6e7ff587
commit
39844de53a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38808
1 changed files with 50 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||||
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status
|
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status
|
||||||
Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
||||||
<!-- $FreeBSD: www/en/news/status/report-2012-01-2012-03.xml,v 1.3 2012/05/09 11:50:50 ryusuke Exp $ -->
|
<!-- $FreeBSD: www/en/news/status/report-2012-01-2012-03.xml,v 1.4 2012/05/09 14:49:42 danger Exp $ -->
|
||||||
<report>
|
<report>
|
||||||
<date>
|
<date>
|
||||||
<month>January-March</month>
|
<month>January-March</month>
|
||||||
|
@ -23,7 +23,7 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
||||||
publicly announced in April.</p>
|
publicly announced in April.</p>
|
||||||
|
|
||||||
<p>Thanks to all the reporters for the excellent work! This report
|
<p>Thanks to all the reporters for the excellent work! This report
|
||||||
contains 25 entries and we hope you enjoy reading it.</p>
|
contains 27 entries and we hope you enjoy reading it.</p>
|
||||||
|
|
||||||
<p>Please note that the deadline for submissions covering the period
|
<p>Please note that the deadline for submissions covering the period
|
||||||
between April and June 2012 is July 15th, 2012.</p>
|
between April and June 2012 is July 15th, 2012.</p>
|
||||||
|
@ -1439,4 +1439,52 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
||||||
manual page updates and an optional debugging mode.</p>
|
manual page updates and an optional debugging mode.</p>
|
||||||
</body>
|
</body>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
<project cat='bin'>
|
||||||
|
<title>The bsdconfig(8) utility</title>
|
||||||
|
|
||||||
|
<contact>
|
||||||
|
<person>
|
||||||
|
<name>
|
||||||
|
<given>Devin</given>
|
||||||
|
<common>Teske</common>
|
||||||
|
</name>
|
||||||
|
<email>dteske@FreeBSD.org</email>
|
||||||
|
</person>
|
||||||
|
<person>
|
||||||
|
<name>
|
||||||
|
<given>Ron</given>
|
||||||
|
<common>McDowell</common>
|
||||||
|
</name>
|
||||||
|
<email>rcm@fuzzwad.org</email>
|
||||||
|
</person>
|
||||||
|
</contact>
|
||||||
|
|
||||||
|
<links>
|
||||||
|
<url href="http://druidbsd.cvs.sf.net/viewvc/druidbsd/bsdconfig/">
|
||||||
|
OpenSource Development Tree</url>
|
||||||
|
<url href="http://druidbsd.sf.net/download/bsdconfig/bsdconfig-20120512-1.svg">
|
||||||
|
Menu Map w/ Includes</url>
|
||||||
|
<url href="http://druidbsd.sf.net/download/bsdconfig/bsdconfig-20120512-1i.svg">
|
||||||
|
Menu Map w/o Includes</url>
|
||||||
|
</links>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<p>Approaching 20,000 lines of sh(1) code, the bsdconfig(8) tool is
|
||||||
|
approximately 70% complete. Upon completion of this project,
|
||||||
|
bsdconfig(8) will represent (in conjunction with
|
||||||
|
already-existing bsdinstall(8)) a complete set of utilities
|
||||||
|
capable of purposefully deprecating sysinstall(8) in &os; 9 and
|
||||||
|
higher. This project has been a labor of love for Ron McDowell
|
||||||
|
and I for over 90 days now and we are approaching the completion
|
||||||
|
of this wonderful tool.</p>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
<help>
|
||||||
|
<task>
|
||||||
|
The "installer suite" modules for acquiring/installing binary
|
||||||
|
packages and additional distribution sets. Startup services module.
|
||||||
|
</task>
|
||||||
|
</help>
|
||||||
|
</project>
|
||||||
</report>
|
</report>
|
||||||
|
|
Loading…
Reference in a new issue