head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.2
date	2011.02.24.17.05.15;	author manolis;	state Exp;
branches;
next	1.1;

1.1
date	2011.02.13.17.53.26;	author manolis;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Minor updates to the freebsd-update-server article:

1. Reword of "much slower..." to "potentially slower..."
2. Remove redundant mailing list in the tips section
3. Use callouts to provide a more clear layout

PR:		docs/154986
Submitted by:	Jason Helfman <jhelfman@@experts-exchange.com>
@
text
@# $FreeBSD$
#
# Article: FreeBSD Update Server

DOC?= article

FORMATS?= html

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

WITH_ARTICLE_TOC?=YES

EXTRAS=		init.txt
EXTRAS+=	diff.txt

SRCS=		article.sgml
SRCS+=		${EXTRAS}

IMAGES_LIB=	callouts/1.png
IMAGES_LIB+=	callouts/2.png
IMAGES_LIB+=	callouts/3.png
IMAGES_LIB+=	callouts/4.png
IMAGES_LIB+=	callouts/5.png

afterinstall:
.for entry in ${EXTRAS}
	${INSTALL_DOCS} ${.CURDIR}/${entry} ${DESTDIR}
.endfor

DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.1
log
@Add a new article:

"Build Your Own FreeBSD update Server"

and attach it to the build.

A freebsd-update server allows a system administrator to update a number
of servers from a local mirror of the Project's update servers.
It also allows creation and fast distribution of local patches.
For additional information, contact Jason Helfman, the article's author.

PR:              docs/139095
Submitted by:    Jason Helfman <jhelfman@@experts-exchange.com>
Earlier reviews: keramida, gabor, pgj, trhodes
Recent reviews:  cperciva, ryusuke, gjb
@
text
@d20 6
@

