diff --git a/de/FAQ/Makefile b/de/FAQ/Makefile index c86494aab0..ca79fca035 100644 --- a/de/FAQ/Makefile +++ b/de/FAQ/Makefile @@ -1,13 +1,13 @@ # # $FreeBSDde: de-www/FAQ/Makefile,v 1.1 2001/02/24 17:00:25 alex Exp $ -# $FreeBSD$ +# $FreeBSD: www/de/FAQ/Makefile,v 1.1 2001/02/25 11:54:09 alex Exp $ # Original revision: 1.4 # # Build the FreeBSD FAQ *outside* of the www tree, and install it # in to the right place as necessary. all install clean: - (cd ../../../doc/de_DE.ISO_8859-1/books/faq && ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/de/FAQ ${.TARGET}) + (cd ../../../doc/de_DE.ISO8859-1/books/faq && ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/de/FAQ ${.TARGET}) .if make(install) (cd ${DESTDIR}/data/de/FAQ; ln -sf index.html FAQ.html) .endif diff --git a/de/handbook/Makefile b/de/handbook/Makefile index 872af2bfd5..85a1cfab92 100644 --- a/de/handbook/Makefile +++ b/de/handbook/Makefile @@ -1,20 +1,20 @@ # # $FreeBSDde: de-www/handbook/Makefile,v 1.1 2001/02/24 17:00:26 alex Exp $ -# $FreeBSD$ +# $FreeBSD: www/de/handbook/Makefile,v 1.1 2001/02/25 11:53:47 alex Exp $ # Original revision: 1.5 # # Build the FreeBSD Handbook *outside* of the www tree, and install it # in to the right place as necessary. # # The Handbook is no longer completely self contained in -# doc/de_DE.ISO_8859-1/books/handbook, (it requires support files outside of +# doc/de_DE.ISO8859-1/books/handbook, (it requires support files outside of # this directory) and it is much simpler to build it outside the web tree # than it is to make a nest of symlinks to try and build it inside the tree. # # This assumes that you have the www/ and doc/ trees checked out beside # one another -- this was always the case anyway, so there are no extra # requirements here. # all install clean: - (cd ../../../doc/de_DE.ISO_8859-1/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/de/handbook ${.TARGET}) + (cd ../../../doc/de_DE.ISO8859-1/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/de/handbook ${.TARGET}) diff --git a/en/FAQ/Makefile b/en/FAQ/Makefile index 7305464eb4..4f21516bfd 100644 --- a/en/FAQ/Makefile +++ b/en/FAQ/Makefile @@ -1,26 +1,26 @@ # -# $FreeBSD: www/en/FAQ/Makefile,v 1.4 1999/09/15 20:37:03 wosch Exp $ +# $FreeBSD: www/en/FAQ/Makefile,v 1.5 2001/04/17 09:05:42 nik Exp $ # # Build the FreeBSD FAQ *outside* of the www tree, and install it # in to the right place as necessary. .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif # At build time, we have to link to the doc/ directory at the same level # as the www/ tree. all: - ln -fs ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/faq/* . + ln -fs ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/faq/* . # At install time the www/en/doc/ directory has been populated, so we can # link in to there instead. install: [ -d ${DOCINSTALLDIR} ] || mkdir ${DOCINSTALLDIR} - (cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO_8859-1/books/faq/* ${DOCINSTALLDIR}) + (cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO8859-1/books/faq/* ${DOCINSTALLDIR}) .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/Makefile b/en/Makefile index 2382dccdaa..e7e1dafd70 100644 --- a/en/Makefile +++ b/en/Makefile @@ -1,94 +1,94 @@ -# $FreeBSD: www/en/Makefile,v 1.66 2001/05/25 05:08:02 dd Exp $ +# $FreeBSD: www/en/Makefile,v 1.67 2001/06/09 23:09:21 nik Exp $ .if exists(Makefile.conf) .include "Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif # These are turned into validated, normalized HTML files. DOCS= applications.sgml DOCS+= auditors.sgml DOCS+= availability.sgml DOCS+= docs.sgml DOCS+= features.sgml DOCS+= register.sgml DOCS+= index.sgml DOCS+= internet.sgml DOCS+= mailto.sgml DOCS+= publish.sgml DOCS+= send-pr.sgml DOCS+= support.sgml DOCS+= where.sgml DOCS+= y2kbug.sgml # These will be directly installed. DATA= favicon.ico DATA+= robots.txt # Subdirectories # SGML SUBDIR= security SUBDIR+= commercial SUBDIR+= docproj SUBDIR+= news SUBDIR+= alpha SUBDIR+= internal SUBDIR+= java SUBDIR+= copyright SUBDIR+= search SUBDIR+= gallery SUBDIR+= projects SUBDIR+= platforms SUBDIR+= releases SUBDIR+= smp SUBDIR+= conspectus .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= ports SUBDIR+= doc .endif .if defined(BUILD_RELNOTES) SUBDIR+= relnotes .endif # These *must* be listed after the "doc" subdir, as they create symlinks # in to it. .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= tutorials .endif # Non-SGML SUBDIR+= gifs SUBDIR+= cgi WEB_LANG?= ja es ru zh de COOKIE= FAQ handbook # Non-English .if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY) .for DIR in ${WEB_LANG} SUBDIR+= ../${DIR} .endfor .endif SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr WEBDIR= data # Handle the FAQ/ and handbook/ directories specially. FAQ: - ln -fs ${.CURDIR}/../../doc/en_US.ISO_8859-1/books/faq FAQ + ln -fs ${.CURDIR}/../../doc/en_US.ISO8859-1/books/faq FAQ handbook: - ln -fs ${.CURDIR}/../../doc/en_US.ISO_8859-1/books/handbook handbook + ln -fs ${.CURDIR}/../../doc/en_US.ISO8859-1/books/handbook handbook afterinstall: - ln -fs ${.CURDIR}/doc/en_US.ISO_8859-1/books/faq ${DOCINSTALLDIR}/FAQ - ln -fs ${.CURDIR}/doc/en_US.ISO_8859-1/books/handbook ${DOCINSTALLDIR}/handbook + ln -fs ${.CURDIR}/doc/en_US.ISO8859-1/books/faq ${DOCINSTALLDIR}/FAQ + ln -fs ${.CURDIR}/doc/en_US.ISO8859-1/books/handbook ${DOCINSTALLDIR}/handbook .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/doc/Makefile b/en/doc/Makefile index 21e1067720..88a406c586 100644 --- a/en/doc/Makefile +++ b/en/doc/Makefile @@ -1,25 +1,25 @@ # -# $FreeBSD: www/en/doc/Makefile,v 1.4 2001/04/25 18:43:49 wosch Exp $i +# $FreeBSD: www/en/doc/Makefile,v 1.5 2001/04/27 12:26:17 phantom Exp $i # # Build the FreeBSD documentation *outside* of the www tree, and install it # in to the right place as necessary. # # This assumes that you have the www/ and doc/ trees checked out beside # one another -- this was always the case anyway, so there are no extra # requirements here. # all: - (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split\ html all) - (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${.CURDIR} install) + (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html all) + (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${.CURDIR} install) install clean: - (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${DESTDIR}/data/doc ${.TARGET}) + (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${DESTDIR}/data/doc ${.TARGET}) .if make(clean) rm -rf en* handbook faq .endif obj: - cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} ${.TARGET} + cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} ${.TARGET} .include "${.CURDIR}/../../share/mk/web.site.mk" diff --git a/en/docs.sgml b/en/docs.sgml index 3d808243dd..1cd9e3f80e 100644 --- a/en/docs.sgml +++ b/en/docs.sgml @@ -1,370 +1,370 @@ + %includes; ]> - + &header;

A wide variety of documentation is available for FreeBSD, on this web site, on other web sites, and available over the counter.

On this site

All the documentation on this site can be downloaded in a variety of different formats (HTML, Postscript, PDF, and more) and compression schemes (GZip, BZip2, Zip) from the FreeBSD FTP site.

This documentation is provided and maintained by the FreeBSD Documentation Project, and we are always looking for people to contribute new documentation and maintain existing documentation.

Books

-

The FreeBSD +

The FreeBSD FAQ
Frequently Asked Questions, and answers, covering all aspects of FreeBSD.

-

The FreeBSD +

The FreeBSD Handbook
A constantly evolving, comprehensive resource for FreeBSD users.

-

The +

The FreeBSD Developer's Handbook
For people who want to develop software for FreeBSD (and not just people who are developing FreeBSD itself).

-

Chapter 2 +

Chapter 2 of "The Design and Implementation of the 4.4BSD Operating System"
Donated by Addison-Wesley, provides a design overview of 4.4BSD, from which FreeBSD was originally derived.

-

Chapter +

Chapter 8 of "The FreeBSD Corporate Networker's Guide"
Donated by Addison-Wesley, provides an in-depth look at using FreeBSD to provide printing services to Windows, NT, and Novell hosts.

-

The Pedantic +

The Pedantic PPP Primer
Everything you need to know about configuring PPP on FreeBSD.

-

The Porter's +

The Porter's Handbook
Essential reading if you plan on providing a port of a third party piece of software.

-

The FreeBSD +

The FreeBSD Documentation Project Primer for New Contributors
Everything you need to know in order to start contributing to the FreeBSD Documentation Project.

Articles

-

The +

The Committer's Guide
Introductory information for FreeBSD committers.

-

Dialup +

Dialup firewalling with FreeBSD
How to set up a firewall using PPP and ipfw over a dialup link with dynamically assigned IP addresses.

-

Creating +

Creating a diskless X server
How to create a diskless X server.

-

Fonts and +

Fonts and FreeBSD
A description of the various font technologies in FreeBSD, and how to use them with different programs.

-

Formatting +

Formatting media on FreeBSD
How to slice, partition, and format fixed and removable media on FreeBSD.

-

How +

How to get the best results from the FreeBSD-questions mailing list
Tips and tricks to help you maximise the chances of getting useful information from the -questions mailing list.

-

An MH +

An MH Primer
An introduction to using the MH mail reader on FreeBSD.

-

Using +

Using FreeBSD with other operating systems
How to install FreeBSD alongside one or more different operating systems on the same computer.

-

FreeBSD +

FreeBSD First Steps
For people coming to FreeBSD and Unix for the first time.

-

Programming +

Programming Tools on FreeBSD
A user's guide to the various tools for software development on FreeBSD.

-

Design +

Design elements of the FreeBSD VM system
An easy to follow description of the design of the FreeBSD virtual memory system.

-

Zip-drives +

Zip-drives and FreeBSD
How to format, mount, and use an Iomega Zip (SCSI, IDE, or parallel) Drive on FreeBSD.

Manual pages

FreeBSD
For release: 1.0, 1.1, 1.1.5.1, 2.0, 2.0.5, 2.1.0, 2.1.5, 2.1.6.1, 2.1.7.1, 2.2.1, 2.2.2, 2.2.5, 2.2.6, 2.2.7, 2.2.8, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5.1, 4.0, 4.1, 4.2, 4.3, 5.0-current, Ports.
Other Systems
Unix Seventh Edition (V7), 2.8BSD, 2.9.1BSD, 2.10BSD, 2.11BSD, 4.3BSD Reno, NET/2, 386BSD 0.1, 4.4BSD Lite2, Linux, NetBSD, OpenBSD, Darwin, Plan 9, SunOS 4.x, SunOS 5.x, ULTRIX 4.2, and XFree86.

Other documentation

4.4BSD Documents: This is a hypertext version of the 4.4BSD documents from /usr/share/doc, where you will find the documents on a FreeBSD machine (if you install the doc distribution).

Info Documents: This is a hypertext version of the Info documents from /usr/share/info, where you will find the Info documents on a FreeBSD machine (if you install the info distribution).

On other web sites

Various independent efforts have also produced a great deal of useful information about FreeBSD.

Books

Articles

Links

In the real world...

FreeBSD in the Press

Articles in the press about FreeBSD.

Additional resources

Year 2000 Compatibility

The FreeBSD project's current statement about its Year 2000 compatibility.

BSD Real-Quick (TM) Newsletter

A monthly (sometimes bi-weekly) newsletter announcing recent developments in the FreeBSD arena. Subscribe to freebsd-announce to receive this newsletter via e-mail.

The Source Code

If you like digging your fingers into source code, here is a hypertext version of the FreeBSD kernel source. This is brought to you courtesy of Warren Toomey.

Daemon News

The industry leader in BSD news.

The FreeBSD 'zine

A monthly collection of easy to read (we hope) articles written by FreeBSD users and administrators just like you.

Like FreeBSD itself, this documentation is the product of a volunteer effort. The goals of the project are outlined here, as are the procedures for submitting corrections and new material.

The FreeBSD Diary

The FreeBSD Diary is a collection of how-to entries aimed at UNIX novices. The aim is to provide a set of step-by-step guides to installing and configuring various ports.

&footer; diff --git a/en/handbook/Makefile b/en/handbook/Makefile index 4a99aa7be5..f6bb002dcc 100644 --- a/en/handbook/Makefile +++ b/en/handbook/Makefile @@ -1,24 +1,24 @@ # -# $FreeBSD: www/en/FAQ/Makefile,v 1.4 1999/09/15 20:37:03 wosch Exp $ +# $FreeBSD: www/en/handbook/Makefile,v 1.6 2001/04/17 09:05:43 nik Exp $ # .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif # At build time, we have to link to the doc/ directory at the same level # as the www/ tree. all: - ln -fs ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/handbook/* . + ln -fs ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/handbook/* . # At install time the ../doc/ directory has been populated, so we can # link in to there instead. install: [ -d ${DOCINSTALLDIR} ] || mkdir ${DOCINSTALLDIR} - (cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO_8859-1/books/handbook/* ${DOCINSTALLDIR}) + (cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO8859-1/books/handbook/* ${DOCINSTALLDIR}) .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/index.sgml b/en/index.sgml index f5f80f353b..8ae8e3354f 100644 --- a/en/index.sgml +++ b/en/index.sgml @@ -1,372 +1,372 @@ - + %includes; ]> The FreeBSD Project
FreeBSD: The Power to Serve

Select a server near you:

Language: Japanese, Spanish, Russian, Other

     
+ » Installation Guide
Current Release: &rel.current;
» Announcement
- » Installation Guide
» Release Notes
» Errata


What is FreeBSD?

FreeBSD is an advanced BSD UNIX operating system for the Intel compatible (x86), DEC Alpha, and PC-98 architectures. It is developed and maintained by a large team of individuals. Additional platforms are in various stages of development.

Cutting edge features

FreeBSD offers advanced networking, performance, security and compatibility features today which are still missing in other operating systems, even some of the best commercial ones.

Powerful Internet solutions

FreeBSD makes an ideal Internet or Intranet server. It provides robust network services, even under the heaviest of loads, and uses memory efficiently to maintain good response times for hundreds, or even thousands, of simultaneous user processes. Visit our gallery for examples of FreeBSD powered applications and services.

Run a huge variety of applications

The quality of FreeBSD combined with today's low-cost, high-speed PC hardware makes FreeBSD a very economical alternative to commercial UNIX workstations. It is well-suited for a great number of both desktop and server applications.

Easy to install

FreeBSD can be installed from a variety of media including CD-ROM, floppy disk, magnetic tape, an MS-DOS partition, or if you have a network connection, you can install it directly over anonymous FTP or NFS. All you need is a pair of blank, 1.44MB floppies and these directions.

FreeBSD is free

While you might expect an operating system with these features to sell for a high price, FreeBSD is available free of charge and comes with full source code. If you would like to try it out, more information is available.

Contributing to FreeBSD

It is easy to contribute to FreeBSD. All you need to do is find a part of FreeBSD which you think could be improved and make those changes (carefully and cleanly) and submit that back to the Project by means of send-pr or a committer, if you know one. This could be anything from documentation to artwork to source code. See the Contributing to FreeBSD section in the FreeBSD Handbook.


To learn more about FreeBSD, visit our gallery of FreeBSD related publications or FreeBSD in the press, and browse through this website!

News
  Announcements
  In the Press
  More ...

Software
  Getting FreeBSD
  Release Information
  Ported Applications

Documentation
  For Newbies
  Handbook
  Tutorials
  FAQ
  Books
  More...

Support
  Mailing lists
  Newsgroups
  User Groups
  Web Resources
  Security
  More...

Development
  Projects
  Bug Reports
  CVS Repository

Vendors
  Software
  Hardware
  Consulting
  Misc

This Site
  Site Map
  Search
  More ...

  Search for:

[FreeBSD Mall] [Sponsor of Unix Guru Universe] [Daemon News] [Powered by FreeBSD]

Changes to the web site go live at 0800 and 2000 UTC every day.


Contact us
&date;
Copyright © 1995-2001 The FreeBSD Project.
All rights reserved.
diff --git a/en/news/newsflash.sgml b/en/news/newsflash.sgml index 4bbd5d65e9..c0bde1e583 100644 --- a/en/news/newsflash.sgml +++ b/en/news/newsflash.sgml @@ -1,205 +1,205 @@ - + %includes; %newsincludes;]> &header; FreeBSD News

FreeBSD is a rapidly developing operating system. Keeping up on the latest developments can be a chore! To keep on top of things, be sure and check this page periodically. Also, you may wish to subscribe to the freebsd-announce mailing list.

For latest news of FreeBSD Java Project please visit FreeBSD/Java NewsFlash page.

For a detailed description of past, present, and future releases, see the Release Information page.

For FreeBSD Security Advisories, please refer to the Security Information page.

June 2001

May 2001

April 2001

March 2001

February 2001

January 2001

Older announcements: 2000, 1999, 1998, 1997, 1996

&newshome; &footer; diff --git a/en/releases/4.3R/errata.sgml b/en/releases/4.3R/errata.sgml index 2ef430fe1e..71b2523932 100644 --- a/en/releases/4.3R/errata.sgml +++ b/en/releases/4.3R/errata.sgml @@ -1,66 +1,66 @@ - + %includes; ]> - + &header;
 If you read no other documentation before installing this
 version of FreeBSD, you should at least by all means *READ
 THE ERRATA* for this release so that you don't stumble over
 problems which have already been found and fixed.  This ERRATA.TXT
 file is obviously already out of date by definition, but other
 copies are kept updated on the net and should be consulted as
 the "current errata" for your release.  These other copies of
 the errata are located at: 
 
   1. http://www.FreeBSD.org/releases/
 
   2. ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/<your-release>/ERRATA.TXT   
      (and any sites which keep up-to-date mirrors of this location).          
 
 Any changes to this file are also automatically emailed to:
 
 	freebsd-current@FreeBSD.org
 
 For all FreeBSD security advisories, see:
 
 	http://www.FreeBSD.org/security/
 
 for the latest security incident information.
 
 ---- Security Advisories:
 
 The vulnerability documented in security advisory FreeBSD-SA-01:39 was
 fixed in FreeBSD 4.3-RELEASE.  The release notes mentioned the fix,
 but made no mention of the security advisory.
 
 A vulnerability in the fts(3) routines (used by applications for
 recursively traversing a filesystem) could allow a program to operate
 on files outside the intended directory hierarchy.  This bug, as well
 as a fix, is described in security advisory FreeBSD-SA-01:40.
 
 ---- System Update Information:
 
 The release note entry for the ESS Maestro-3/Allegro sound driver gave
 an incorrect command for loading the driver via /boot/loader.conf.
 The correct command is:
 
 	snd_maestro3_load="YES"
 
 ssh(1) is no longer SUID root.  The primary manifestation of this
 change is that .shosts authentication may not work "out of the box".
 Both temporary and permanent fixes are described in the FAQ at:
 
-	http://www.freebsd.org/doc/en_US.ISO_8859-1/books/faq/admin.html#SSH-SHOSTS
+	http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#SSH-SHOSTS
 
 

Release Home &footer; diff --git a/en/tutorials/Makefile b/en/tutorials/Makefile index 24d36197b6..65bb848437 100644 --- a/en/tutorials/Makefile +++ b/en/tutorials/Makefile @@ -1,27 +1,27 @@ # -# $FreeBSD: www/en/tutorials/Makefile,v 1.9 2000/09/30 00:21:39 nbm Exp $ +# $FreeBSD: www/en/tutorials/Makefile,v 1.10 2000/11/07 04:05:37 kuriyama Exp $ # # Build the FreeBSD tutorials/articles outside of the www tree, and then # install them in to the right place. .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS = index.sgml -DIRS_TO_CLEAN = ../../../doc/en_US.ISO_8859-1/articles \ - ../../../doc/en_US.ISO_8859-1/books/fdp-primer \ - ../../../doc/en_US.ISO_8859-1/books/porters-handbook \ - ../../../doc/en_US.ISO_8859-1/books/ppp-primer +DIRS_TO_CLEAN = ../../../doc/en_US.ISO8859-1/articles \ + ../../../doc/en_US.ISO8859-1/books/fdp-primer \ + ../../../doc/en_US.ISO8859-1/books/porters-handbook \ + ../../../doc/en_US.ISO8859-1/books/ppp-primer all afterinstall: index.html - (cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1/articles && ${MAKE} 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/}) - (cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/fdp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/}) - (cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/porters-handbook && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/porters-handbook ${.TARGET:S/afterinstall/install/}) - (cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/ppp ${.TARGET:S/afterinstall/install/}) + (cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/articles && ${MAKE} 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/}) + (cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/fdp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/}) + (cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/porters-handbook && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/porters-handbook ${.TARGET:S/afterinstall/install/}) + (cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/ppp ${.TARGET:S/afterinstall/install/}) .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/es/FAQ/Makefile b/es/FAQ/Makefile index abce1b0c27..34142cf3dc 100644 --- a/es/FAQ/Makefile +++ b/es/FAQ/Makefile @@ -1,11 +1,11 @@ # -# $FreeBSD: www/es/FAQ/Makefile,v 1.2 1999/09/06 07:03:00 peter Exp $ +# $FreeBSD: www/es/FAQ/Makefile,v 1.3 1999/09/15 20:37:11 wosch Exp $ # # Build the FreeBSD FAQ *outside* of the www tree, and install it # in to the right place as necessary. all install clean: - (cd ../../../doc/es_ES.ISO_8859-1/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/es/FAQ ${.TARGET}) + (cd ../../../doc/es_ES.ISO8859-1/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/es/FAQ ${.TARGET}) .if make(install) (cd ${DESTDIR}/data/es/FAQ; ln -sf index.html FAQ.html) .endif diff --git a/ja/news/newsflash.sgml b/ja/news/newsflash.sgml index 9a9e92ff88..a6b370add1 100644 --- a/ja/news/newsflash.sgml +++ b/ja/news/newsflash.sgml @@ -1,175 +1,175 @@ - + %includes; %newsincludes; ]> - + &header; FreeBSD News

FreeBSD は急速に発展を続けるオペレーティングシステムなので, 最新の進歩について行くのが面倒になる時がありますよね. 情報通になるために, このページを定期的にチェックするようにしましょう. freebsd-announce メーリングリストを購読したいという方もいるかもしれませんね.

FreeBSD Java Project の最新情報については FreeBSD/Java ニュースフラッシュのページをご覧ください.

過去, 現在, そして将来のリリースの詳細については, リリース情報 のページをご覧ください.

FreeBSD セキュリティ勧告については, セキュリティ情報 のページをご覧ください.

2001 年 5 月

2001 年 4 月

2001 年 3 月

2001 年 2 月

2001 年 1 月

古いアナウンス: 2000, 1999, 1998, 1997, 1996

&newshome; &footer; diff --git a/ja/releases/4.3R/errata.sgml b/ja/releases/4.3R/errata.sgml index 364dca1450..e6a65b9e90 100644 --- a/ja/releases/4.3R/errata.sgml +++ b/ja/releases/4.3R/errata.sgml @@ -1,77 +1,77 @@ - + %includes; ]> - + &header;
 もし, このリリースの FreeBSD をインストールする前に他の文書を読んでいないなら,
 (リリース後に)発見され, 修正された問題でつまづいたりしないように
 とにかく少なくとも ** この errata 文書だけは ** 読むべきです.
 (訳注: errata とは, 既知の問題点とその解決法を収録した文書のことです) 
 この ERRATA.TXT ファイルは, すでに最新のものではありませんが,
 インターネット上にあるものは常に最新版に保たれています.
 あなたの利用しているリリースの「最新の errata」を参考にするようにしてください.
 それはインターネット上の, 次の場所に置かれています.
 
   1. http://www.FreeBSD.org/releases/
 
   2. ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/<あなたのリリース>/ERRATA.TXT
      (また, このサイトの最新の状態をミラーしているミラーサイトにもあります)
 
 このファイルに加えられた変更箇所は, 自動的に
 
 	freebsd-current@FreeBSD.org
 
 にも e-mail で送られます.
 
 最新のセキュリティ問題に関する FreeBSD 関連のセキュリティ勧告については,
 
 	http://www.FreeBSD.org/security/ (日本語版)
 
 をご覧ください.
 
 ---- セキュリティに関する勧告:
 
 セキュリティ勧告 FreeBSD-SA-01:39 に記載されているセキュリティ上の問題は,
 FreeBSD 4.3-RELEASE で修正されています.  リリースノートには修正された旨が
 記載されているのですが, セキュリティ勧告には明記されていませんでした.
 
 fts(3) ルーチン (アプリケーションがファイル階層を再帰的にたどるために
 利用されます) にはセキュリティ上の弱点があり, プログラムが意図した
 ディレクトリ階層外のファイルへの不正なアクセスを許す危険性があります.
 このバグとその修正法については, セキュリティ勧告 FreeBSD-SA-01:40 に
 記載されています. 
 
 ---- システムの更新情報:
 
 リリースノートの ESS Maestro-3/Allegro サウンドドライバに関する項に
 書かれている, /boot/loader.conf を利用してドライバをロードする
 コマンドに誤りがありました.  正しくは, 以下のコマンドです.
 
 	snd_maestro3_load="YES"
 
 (訳注: リリースノートにあった誤記も既に修正されています)
 
 ssh(1) は SUID root でなくなりました. この変更による主な影響は,
 インストール時のデフォルト設定では .shosts による認証が働かないことです.
 次の FAQ に一時的に修正する方法, 永続的に修正する方法の両方について
 記載されています.
 
-       http://www.freebsd.org/doc/en_US.ISO_8859-1/books/faq/admin.html#SSH-SHOSTS (英語)
+       http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#SSH-SHOSTS (英語)
 
 (訳注: 日本語での情報は以下を参考にしてください)
        http://home.jp.FreeBSD.ORG/cgi-bin/showmail/FreeBSD-users-jp/58244
 
 

リリース情報のページ &footer;