articles/console-server: remove it
- references mostly outdated hardware - doesn't use modern technologies (IPMI, nmdm, bhyve) - the SUN hardware peculiarities are not useful anymore - there are other better references on crimping custom serial cables - MAKEDEV is no a thing anymore there might be room for a modern version of this article in the handbook but there is little that is salvageable from this article. Discussed with: bcr, xmj, sbruno, cem
This commit is contained in:
parent
75bd538a19
commit
2e5158166a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46473
8 changed files with 0 additions and 3047 deletions
en_US.ISO8859-1
ru_RU.KOI8-R/articles
share/xml
|
@ -4,7 +4,6 @@ SUBDIR =
|
|||
SUBDIR+= bsdl-gpl
|
||||
SUBDIR+= building-products
|
||||
SUBDIR+= committers-guide
|
||||
SUBDIR+= console-server
|
||||
SUBDIR+= contributing
|
||||
SUBDIR+= contributing-ports
|
||||
SUBDIR+= contributors
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Article: Console Server
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
WITH_ARTICLE_TOC?= YES
|
||||
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= article.xml
|
||||
IMAGES_EN= tk0231-9-1.png
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
File diff suppressed because it is too large
Load diff
|
@ -104,11 +104,6 @@
|
|||
Committer's Guide</a> (committers-guide)<br/>
|
||||
Introductory information for FreeBSD committers.</p>
|
||||
|
||||
<p><a href="&url.articles;/console-server/index.html">Console
|
||||
Server Tutorial</a> (console-server)<br/>
|
||||
How to setup a FreeBSD based console server with a cheap
|
||||
multi-port serial card.</p>
|
||||
|
||||
<p><a href="&url.articles;/contributing/index.html">Contributing
|
||||
to FreeBSD</a> (contributing)<br/>
|
||||
How to contribute to the FreeBSD Project.</p>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
SUBDIR =
|
||||
SUBDIR+= committers-guide
|
||||
SUBDIR+= console-server
|
||||
SUBDIR+= contributing
|
||||
#SUBDIR+= contributors
|
||||
SUBDIR+= cups
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
#
|
||||
# The FreeBSD Russian Documentation Project
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/console-server/Makefile,v 1.3 2004/09/06 07:19:39 marck Exp $
|
||||
#
|
||||
# Original revision: r39631
|
||||
#
|
||||
# Article: Console Server
|
||||
#
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
WITH_ARTICLE_TOC?= YES
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= article.xml
|
||||
IMAGES_EN= tk0231-9-1.png
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
File diff suppressed because it is too large
Load diff
|
@ -56,8 +56,6 @@
|
|||
<!ENTITY url.articles.committers-guide.en "&url.doc.langbase.en;/articles/committers-guide">
|
||||
<!ENTITY url.articles.compiz-fusion "&url.doc.langbase;/articles/compiz-fusion">
|
||||
<!ENTITY url.articles.compiz-fusion.en "&url.doc.langbase.en;/articles/compiz-fusion">
|
||||
<!ENTITY url.articles.console-server "&url.doc.langbase;/articles/console-server">
|
||||
<!ENTITY url.articles.console-server.en "&url.doc.langbase.en;/articles/console-server">
|
||||
<!ENTITY url.articles.contributing "&url.doc.langbase;/articles/contributing">
|
||||
<!ENTITY url.articles.contributing.en "&url.doc.langbase.en;/articles/contributing">
|
||||
<!ENTITY url.articles.contributing-ports "&url.doc.langbase;/articles/contributing-ports">
|
||||
|
|
Loading…
Reference in a new issue