- Make the Japanese documentation valid XML
This commit is contained in:
parent
1e99c6f9de
commit
19323c585b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40704
45 changed files with 144 additions and 377 deletions
ja_JP.eucJP
books
design-44bsd
faq
fdp-primer
overview
psgml-mode
see-also
structure
stylesheets
the-website
tools
translations
writing-style
handbook
Makefile
advanced-networking
basics
bibliography
book.xmlboot
bsdinstall
chapters.entcolophon.xmlconfig
cutting-edge
desktop
disks
eresources
install
introduction
jcontrib
kernelconfig
l10n
linuxemu
mail
mirrors
multimedia
pgpkeys
ports
ppp-and-slip
preface
printing
security
serialcomms
users
x11
porters-handbook
share/xml
|
@ -2242,7 +2242,7 @@
|
|||
</biblioentry>
|
||||
|
||||
<biblioentry id="biblio-kernighan">
|
||||
<abbrev>Kernighan & Pike, 1984</abbrev>
|
||||
<abbrev>Kernighan & Pike, 1984</abbrev>
|
||||
|
||||
<title>The UNIX Programming Environment</title>
|
||||
|
||||
|
@ -2299,7 +2299,7 @@
|
|||
</biblioentry>
|
||||
|
||||
<biblioentry id="biblio-mckusick-2">
|
||||
<abbrev>McKusick & Karels, 1988</abbrev>
|
||||
<abbrev>McKusick & Karels, 1988</abbrev>
|
||||
|
||||
<biblioset relation="article">
|
||||
<title>Design of a General Purpose Memory Allocator for the 4.3BSD
|
||||
|
@ -2393,7 +2393,7 @@
|
|||
</biblioentry>
|
||||
|
||||
<biblioentry id="biblio-rosenblum">
|
||||
<abbrev>Rosenblum & Ousterhout, 1992</abbrev>
|
||||
<abbrev>Rosenblum & Ousterhout, 1992</abbrev>
|
||||
|
||||
<biblioset relation="article">
|
||||
<title>The Design and Implementation of a Log-Structured File
|
||||
|
|
|
@ -3596,11 +3596,11 @@ diff -u -r1.60.2.1 -r1.60.2.2
|
|||
if (verbose >= 2)
|
||||
printf("psm%d: SET_DEFAULTS return code:%04x\n", unit, i);
|
||||
+#endif
|
||||
if (sc->config & PSM_CONFIG_RESOLUTION) {
|
||||
if (sc->config & PSM_CONFIG_RESOLUTION) {
|
||||
sc->mode.resolution
|
||||
= set_mouse_resolution(sc->kbdc,
|
||||
- (sc->config & PSM_CONFIG_RESOLUTION) - 1);
|
||||
+ (sc->config & PSM_CONFIG_RESOLUTION) - 1);
|
||||
- (sc->config & PSM_CONFIG_RESOLUTION) - 1);
|
||||
+ (sc->config & PSM_CONFIG_RESOLUTION) - 1);
|
||||
+ } else if (sc->mode.resolution >= 0) {
|
||||
+ sc->mode.resolution
|
||||
+ = set_mouse_resolution(sc->kbdc, sc->dflt_mode.resolution);
|
||||
|
@ -3611,7 +3611,7 @@ diff -u -r1.60.2.1 -r1.60.2.2
|
|||
+ set_mouse_scaling(sc->kbdc, 1);
|
||||
|
||||
/* request a data packet and extract sync. bits */
|
||||
if (get_mouse_status(sc->kbdc, stat, 1, 3) < 3) {</programlisting>
|
||||
if (get_mouse_status(sc->kbdc, stat, 1, 3) < 3) {</programlisting>
|
||||
|
||||
<para>FreeBSD 3.2
|
||||
より新しいリリースではきちんと動作するはずです。
|
||||
|
@ -4980,7 +4980,7 @@ Checking for Plug-n-Play devices...
|
|||
Card assigned CSN #1
|
||||
Vendor ID PMC2430 (0x3024a341), Serial Number 0xffffffff
|
||||
PnP Version 1.0, Vendor Version 0
|
||||
Device Description: Pace 56 Voice Internal Plug & Play Modem
|
||||
Device Description: Pace 56 Voice Internal Plug & Play Modem
|
||||
|
||||
Logical Device ID: PMC2430 0x3024a341 #0
|
||||
Device supports I/O Range Check
|
||||
|
@ -5998,7 +5998,7 @@ crw-rw-rw- 1 root wheel 41, 1 Oct 15 22:14 spx</screen>
|
|||
<para>システムが常時稼動しているならば、
|
||||
<filename>/etc/periodic.conf</filename> に
|
||||
<literal>weekly_status_pkg_enable="YES"</literal> を
|
||||
設定して、&man.periodic.8 システムによって毎週更新が必要な ports
|
||||
設定して、&man.periodic.8; システムによって毎週更新が必要な ports
|
||||
の一覧を生成できます。</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
@ -12096,7 +12096,7 @@ nat port udp <replaceable>internal</replaceable>:5009 5009</programlisting>
|
|||
Base</ulink> にある、
|
||||
番号 <quote>Q158474 - Windows TCPIP Registry Entries</quote>、
|
||||
および番号
|
||||
<quote>Q120642 - TCPIP & NBT Configuration Parameters for Windows NT</quote>
|
||||
<quote>Q120642 - TCPIP & NBT Configuration Parameters for Windows NT</quote>
|
||||
を参照してください。
|
||||
</para>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!-- Copyright (c) 1999 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!-- Copyright (c) 1998 Nik Clayton, All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
|
|
|
@ -320,42 +320,56 @@ DOC_PREFIX?= ${.CURDIR}/../../..
|
|||
#
|
||||
# rules generating lists of mirror site from XML database.
|
||||
#
|
||||
XMLDOCS= mirrors-ftp:::mirrors.xml.ftp.inc.tmp \
|
||||
mirrors-cvsup:::mirrors.xml.cvsup.inc.tmp \
|
||||
eresources:::eresources.xml.www.inc.tmp
|
||||
XMLDOCS= lastmod:::mirrors.lastmod.inc \
|
||||
mirrors-ftp-index:::mirrors.xml.ftp.index.inc \
|
||||
mirrors-ftp:::mirrors.xml.ftp.inc \
|
||||
mirrors-cvsup-index:::mirrors.xml.cvsup.index.inc \
|
||||
mirrors-cvsup:::mirrors.xml.cvsup.inc \
|
||||
eresources-index:::eresources.xml.www.index.inc \
|
||||
eresources:::eresources.xml.www.inc
|
||||
DEPENDSET.DEFAULT= transtable mirror
|
||||
XSLT.DEFAULT= ${XSL_MIRRORS}
|
||||
XML.DEFAULT= ${XML_MIRRORS}
|
||||
NO_TIDY.DEFAULT= yes
|
||||
|
||||
|
||||
PARAMS.lastmod+= --param 'target' "'lastmod'"
|
||||
PARAMS.mirrors-ftp-index+= --param 'type' "'ftp'" \
|
||||
--param 'proto' "'ftp'" \
|
||||
--param 'target' "'index'"
|
||||
PARAMS.mirrors-ftp+= --param 'type' "'ftp'" \
|
||||
--param 'proto' "'ftp'" \
|
||||
--param 'target' "'handbook/mirrors/chapter.xml'"
|
||||
PARAMS.mirrors-cvsup-index+= --param 'type' "'cvsup'" \
|
||||
--param 'proto' "'cvsup'" \
|
||||
--param 'target' "'index'"
|
||||
PARAMS.mirrors-cvsup+= --param 'type' "'cvsup'" \
|
||||
--param 'proto' "'cvsup'" \
|
||||
--param 'target' "'handbook/mirrors/chapter.xml'"
|
||||
PARAMS.eresources-index+= --param 'type' "'www'" \
|
||||
--param 'proto' "'http'" \
|
||||
--param 'target' "'index'"
|
||||
PARAMS.eresources+= --param 'type' "'www'" \
|
||||
--param 'proto' "'http'" \
|
||||
--param 'target' "'handbook/eresources/chapter.xml'"
|
||||
|
||||
SRCS+= mirrors.xml.ftp.inc \
|
||||
SRCS+= mirrors.lastmod.inc \
|
||||
mirrors.xml.ftp.inc \
|
||||
mirrors.xml.ftp.index.inc \
|
||||
mirrors.xml.cvsup.inc \
|
||||
eresources.xml.www.inc
|
||||
mirrors.xml.cvsup.index.inc \
|
||||
eresources.xml.www.inc \
|
||||
eresources.xml.www.index.inc
|
||||
|
||||
CLEANFILES+= mirrors.xml.ftp.inc mirrors.xml.ftp.inc.tmp \
|
||||
mirrors.xml.cvsup.inc mirrors.xml.cvsup.inc.tmp \
|
||||
eresources.xml.www.inc eresources.xml.www.inc.tmp
|
||||
CLEANFILES+= mirrors.lastmod.inc \
|
||||
mirrors.xml.ftp.inc \
|
||||
mirrors.xml.ftp.index.inc \
|
||||
mirrors.xml.cvsup.inc \
|
||||
mirrors.xml.cvsup.index.inc \
|
||||
eresources.xml.www.inc \
|
||||
eresources.xml.www.index.inc
|
||||
|
||||
lint: mirrors.lastmod.inc mirrors.xml.ftp.inc mirrors.xml.ftp.index.inc \
|
||||
mirrors.xml.cvsup.inc mirrors.xml.cvsup.index.inc \
|
||||
eresources.xml.www.inc eresources.xml.www.index.inc
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
||||
.for p in ftp cvsup
|
||||
mirrors.xml.${p}.inc: mirrors.xml.${p}.inc.tmp
|
||||
${CP} ${.ALLSRC} ${.TARGET}
|
||||
# ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2></\1>,;s,</anchor>,,'\
|
||||
# < $@.tmp > $@ || (${RM} -f $@ && false)
|
||||
.endfor
|
||||
|
||||
eresources.xml.www.inc: eresources.xml.www.inc.tmp
|
||||
${CP} ${.ALLSRC} ${.TARGET}
|
||||
# ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2></\1>,;s,</anchor>,,'\
|
||||
# < $@.tmp > $@ || (${RM} -f $@ && false)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -247,13 +247,10 @@
|
|||
&chap.security;
|
||||
<!--
|
||||
&chap.jails;
|
||||
-->
|
||||
&chap.mac;
|
||||
<!--
|
||||
&chap.audit;
|
||||
-->
|
||||
&chap.disks;
|
||||
&chap.geom;
|
||||
<!--
|
||||
&chap.filesystems;
|
||||
&chap.vinum;
|
||||
|
@ -307,8 +304,10 @@
|
|||
&chap.serialcomms;
|
||||
&chap.ppp-and-slip;
|
||||
&chap.mail;
|
||||
<!--
|
||||
&chap.network-servers;
|
||||
&chap.firewalls;
|
||||
-->
|
||||
&chap.advanced-networking;
|
||||
</part>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
<sect3>
|
||||
<title>&os;/&arch.i386;</title>
|
||||
|
||||
<para>&os;/&arch.i386 アーキテクチャは、
|
||||
<para>&os;/&arch.i386; アーキテクチャは、
|
||||
486 以上のプロセッサと、
|
||||
少なくとも 64 MB の RAM が必要です。
|
||||
最小のインストールでは、
|
||||
|
@ -161,7 +161,7 @@
|
|||
複数の CPU を持つコンピュータは SMP に対応しています。</para>
|
||||
|
||||
<para>32-bit カーネルは、RAM の最初の 2 GB だけを利用できます。
|
||||
Blue & White PowerMac G3 では、&firewire; に対応していません。</para>
|
||||
Blue & White PowerMac G3 では、&firewire; に対応していません。</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
|
@ -2592,7 +2592,7 @@ login:</screen>
|
|||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>トラブルシューティングに関する Q & A</title>
|
||||
<title>トラブルシューティングに関する Q & A</title>
|
||||
|
||||
<qandaset>
|
||||
<qandaentry>
|
||||
|
|
|
@ -14,232 +14,57 @@
|
|||
Chapters should be listed in the order in which they are referenced.
|
||||
-->
|
||||
|
||||
<!ENTITY % not.published "INCLUDE">
|
||||
|
||||
<!ENTITY % chap.introduction "IGNORE">
|
||||
<!ENTITY % chap.install "IGNORE">
|
||||
<!ENTITY % chap.bsdinstall "IGNORE">
|
||||
<!ENTITY % chap.basics "IGNORE">
|
||||
<!ENTITY % chap.ports "IGNORE">
|
||||
<!ENTITY % chap.config "IGNORE">
|
||||
<!ENTITY % chap.boot "IGNORE">
|
||||
<!ENTITY % chap.users "IGNORE">
|
||||
<!ENTITY % chap.kernelconfig "IGNORE">
|
||||
<!ENTITY % chap.security "IGNORE">
|
||||
<!ENTITY % chap.jails "IGNORE">
|
||||
<!ENTITY % chap.printing "IGNORE">
|
||||
<!ENTITY % chap.disks "IGNORE">
|
||||
<!ENTITY % chap.geom "IGNORE">
|
||||
<!ENTITY % chap.vinum "IGNORE">
|
||||
<!ENTITY % chap.x11 "IGNORE">
|
||||
<!ENTITY % chap.l10n "IGNORE">
|
||||
<!ENTITY % chap.multimedia "IGNORE">
|
||||
<!ENTITY % chap.desktop "IGNORE">
|
||||
<!ENTITY % chap.serialcomms "IGNORE">
|
||||
<!ENTITY % chap.ppp-and-slip "IGNORE">
|
||||
<!ENTITY % chap.advanced-networking "IGNORE">
|
||||
<!ENTITY % chap.firewalls "IGNORE">
|
||||
<!ENTITY % chap.network-servers "IGNORE">
|
||||
<!ENTITY % chap.mail "IGNORE">
|
||||
<!ENTITY % chap.cutting-edge "IGNORE">
|
||||
<!ENTITY % chap.linuxemu "IGNORE">
|
||||
<!ENTITY % chap.mirrors "IGNORE">
|
||||
<!ENTITY % chap.mirrors.ftp.inc "INCLUDE">
|
||||
<!ENTITY % chap.mirrors.cvsup.inc "INCLUDE">
|
||||
<!ENTITY % chap.bibliography "IGNORE">
|
||||
<!ENTITY % chap.eresources "IGNORE">
|
||||
<!ENTITY % chap.eresources.www.inc "INCLUDE">
|
||||
<!ENTITY % chap.pgpkeys "IGNORE">
|
||||
<!ENTITY % chap.index "IGNORE">
|
||||
<!ENTITY % chap.freebsd-glossary "IGNORE">
|
||||
<!ENTITY % chap.mac "IGNORE">
|
||||
<!ENTITY % chap.audit "IGNORE">
|
||||
<!ENTITY % chap.filesystems "IGNORE">
|
||||
<!ENTITY % chap.dtrace "IGNORE">
|
||||
|
||||
<!ENTITY chap.preface SYSTEM "preface/preface.xml">
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
|
||||
<!-- Part One -->
|
||||
<![%chap.introduction;[
|
||||
<!ENTITY chap.introduction SYSTEM "introduction/chapter.xml">
|
||||
]]>
|
||||
<![%chap.install;[
|
||||
<!ENTITY chap.install SYSTEM "install/chapter.xml">
|
||||
]]>
|
||||
<![%chap.bsdinstall;[
|
||||
<!ENTITY chap.bsdinstall SYSTEM "bsdinstall/chapter.xml">
|
||||
]]>
|
||||
<![%chap.basics;[
|
||||
<!ENTITY chap.basics SYSTEM "basics/chapter.xml">
|
||||
]]>
|
||||
<![%chap.ports;[
|
||||
<!ENTITY chap.ports SYSTEM "ports/chapter.xml">
|
||||
]]>
|
||||
<![%chap.x11;[
|
||||
<!ENTITY chap.x11 SYSTEM "x11/chapter.xml">
|
||||
]]>
|
||||
|
||||
<!-- Part Two -->
|
||||
<![%chap.desktop;[
|
||||
<!ENTITY chap.desktop SYSTEM "desktop/chapter.xml">
|
||||
]]>
|
||||
<![%chap.multimedia;[
|
||||
<!ENTITY chap.multimedia SYSTEM "multimedia/chapter.xml">
|
||||
]]>
|
||||
<![%chap.kernelconfig;[
|
||||
<!ENTITY chap.kernelconfig SYSTEM "kernelconfig/chapter.xml">
|
||||
]]>
|
||||
<![%chap.printing;[
|
||||
<!ENTITY chap.printing SYSTEM "printing/chapter.xml">
|
||||
]]>
|
||||
<![%chap.linuxemu;[
|
||||
<!ENTITY chap.linuxemu SYSTEM "linuxemu/chapter.xml">
|
||||
]]>
|
||||
|
||||
<!-- Part Three -->
|
||||
<![%chap.config;[
|
||||
<!ENTITY chap.config SYSTEM "config/chapter.xml">
|
||||
]]>
|
||||
<![%chap.boot;[
|
||||
<!ENTITY chap.boot SYSTEM "boot/chapter.xml">
|
||||
]]>
|
||||
<![%chap.users;[
|
||||
<!ENTITY chap.users SYSTEM "users/chapter.xml">
|
||||
]]>
|
||||
<![%chap.security;[
|
||||
<!ENTITY chap.security SYSTEM "security/chapter.xml">
|
||||
]]>
|
||||
<![%chap.jails;[
|
||||
<!ENTITY chap.jails SYSTEM "jails/chapter.xml">
|
||||
]]>
|
||||
<![%chap.mac;[
|
||||
<!ENTITY chap.mac SYSTEM "mac/chapter.xml">
|
||||
]]>
|
||||
<![%chap.audit;[
|
||||
<!ENTITY chap.audit SYSTEM "audit/chapter.xml">
|
||||
]]>
|
||||
<![%chap.disks;[
|
||||
<!ENTITY chap.disks SYSTEM "disks/chapter.xml">
|
||||
]]>
|
||||
<![%chap.geom;[
|
||||
<!ENTITY chap.geom SYSTEM "geom/chapter.xml">
|
||||
]]>
|
||||
<![%chap.filesystems;[
|
||||
<!ENTITY chap.filesystems SYSTEM "filesystems/chapter.xml">
|
||||
]]>
|
||||
<![%chap.vinum;[
|
||||
<!ENTITY chap.vinum SYSTEM "vinum/chapter.xml">
|
||||
]]>
|
||||
<![%chap.l10n;[
|
||||
<!ENTITY chap.l10n SYSTEM "l10n/chapter.xml">
|
||||
]]>
|
||||
<![%chap.cutting-edge;[
|
||||
<!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.xml">
|
||||
]]>
|
||||
<![%chap.dtrace;[
|
||||
<!ENTITY chap.dtrace SYSTEM "dtrace/chapter.xml">
|
||||
]]>
|
||||
|
||||
<!-- Part Four -->
|
||||
<![%chap.serialcomms;[
|
||||
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.xml">
|
||||
]]>
|
||||
<![%chap.ppp-and-slip;[
|
||||
<!ENTITY chap.ppp-and-slip SYSTEM "ppp-and-slip/chapter.xml">
|
||||
]]>
|
||||
<![%chap.mail;[
|
||||
<!ENTITY chap.mail SYSTEM "mail/chapter.xml">
|
||||
]]>
|
||||
<![%chap.network-servers;[
|
||||
<!ENTITY chap.network-servers SYSTEM "network-servers/chapter.xml">
|
||||
]]>
|
||||
<![%chap.firewalls;[
|
||||
<!ENTITY chap.firewalls SYSTEM "firewalls/chapter.xml">
|
||||
]]>
|
||||
<![%chap.advanced-networking;[
|
||||
<!ENTITY chap.advanced-networking SYSTEM "advanced-networking/chapter.xml">
|
||||
]]>
|
||||
|
||||
<!-- Part Five (appendices) -->
|
||||
<![%chap.mirrors;[
|
||||
<!ENTITY chap.mirrors SYSTEM "mirrors/chapter.xml">
|
||||
]]>
|
||||
<![%chap.mirrors.ftp.inc;[
|
||||
<!ENTITY chap.mirrors.ftp.inc SYSTEM "mirrors.xml.ftp.inc">
|
||||
]]>
|
||||
<![%chap.mirrors.cvsup.inc;[
|
||||
<!ENTITY chap.mirrors.cvsup.inc SYSTEM "mirrors.xml.cvsup.inc">
|
||||
]]>
|
||||
<![%chap.bibliography;[
|
||||
<!ENTITY chap.mirrors SYSTEM "mirrors/chapter.xml">
|
||||
<!ENTITY chap.mirrors.lastmod.inc SYSTEM "mirrors.lastmod.inc">
|
||||
<!ENTITY chap.mirrors.ftp.index.inc SYSTEM "mirrors.xml.ftp.index.inc">
|
||||
<!ENTITY chap.mirrors.ftp.inc SYSTEM "mirrors.xml.ftp.inc">
|
||||
<!ENTITY chap.mirrors.cvsup.index.inc SYSTEM "mirrors.xml.cvsup.index.inc">
|
||||
<!ENTITY chap.mirrors.cvsup.inc SYSTEM "mirrors.xml.cvsup.inc">
|
||||
<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.xml">
|
||||
]]>
|
||||
<![%chap.eresources;[
|
||||
<!ENTITY chap.eresources SYSTEM "eresources/chapter.xml">
|
||||
]]>
|
||||
<![%chap.eresources.www.inc;[
|
||||
<!ENTITY chap.eresources.www.inc SYSTEM "eresources.xml.www.inc">
|
||||
]]>
|
||||
<![%chap.pgpkeys;[
|
||||
<!ENTITY chap.eresources SYSTEM "eresources/chapter.xml">
|
||||
<!ENTITY chap.eresources.www.index.inc SYSTEM "eresources.xml.www.index.inc">
|
||||
<!ENTITY chap.eresources.www.inc SYSTEM "eresources.xml.www.inc">
|
||||
<!ENTITY chap.pgpkeys SYSTEM "pgpkeys/chapter.xml">
|
||||
]]>
|
||||
<![%chap.freebsd-glossary;[
|
||||
<!ENTITY chap.freebsd-glossary "&freebsd-glossary;">
|
||||
]]>
|
||||
<![%chap.index;[
|
||||
<!ENTITY chap.index SYSTEM "index.xml">
|
||||
]]>
|
||||
<!ENTITY chap.index "">
|
||||
|
||||
<!ENTITY chap.colophon SYSTEM "colophon.xml">
|
||||
|
||||
<!-- IGNORE cases -->
|
||||
|
||||
<!-- Part One -->
|
||||
<!ENTITY chap.introduction "">
|
||||
<!ENTITY chap.install "">
|
||||
<!ENTITY chap.basics "">
|
||||
<!ENTITY chap.ports "">
|
||||
<!ENTITY chap.x11 "">
|
||||
|
||||
<!-- Part Two -->
|
||||
<!ENTITY chap.desktop "">
|
||||
<!ENTITY chap.multimedia "">
|
||||
<!ENTITY chap.kernelconfig "">
|
||||
<!ENTITY chap.printing "">
|
||||
<!ENTITY chap.linuxemu "">
|
||||
|
||||
<!-- Part Three -->
|
||||
<!ENTITY chap.config "">
|
||||
<!ENTITY chap.boot "">
|
||||
<!ENTITY chap.users "">
|
||||
<!ENTITY chap.security "">
|
||||
<!ENTITY chap.jails "">
|
||||
<!ENTITY chap.mac "">
|
||||
<!ENTITY chap.audit "">
|
||||
<!ENTITY chap.disks "">
|
||||
<!ENTITY chap.geom "">
|
||||
<!ENTITY chap.filesystems "">
|
||||
<!ENTITY chap.vinum "">
|
||||
<!ENTITY chap.virtualization "">
|
||||
<!ENTITY chap.l10n "">
|
||||
<!ENTITY chap.cutting-edge "">
|
||||
<!ENTITY chap.dtrace "">
|
||||
|
||||
<!-- Part Four -->
|
||||
<!ENTITY chap.serialcomms "">
|
||||
<!ENTITY chap.ppp-and-slip "">
|
||||
<!ENTITY chap.mail "">
|
||||
<!ENTITY chap.network-servers "">
|
||||
<!ENTITY chap.firewalls "">
|
||||
<!ENTITY chap.advanced-networking "">
|
||||
|
||||
<!-- Part Five (appendices) -->
|
||||
<!ENTITY chap.mirrors "">
|
||||
<!ENTITY chap.mirrors.ftp.inc "">
|
||||
<!ENTITY chap.mirrors.cvsup.inc "">
|
||||
<!ENTITY chap.bibliography "">
|
||||
<!ENTITY chap.eresources "">
|
||||
<!ENTITY chap.eresources.www.inc "">
|
||||
<!ENTITY chap.pgpkeys "">
|
||||
<!ENTITY chap.freebsd-glossary "">
|
||||
<!ENTITY chap.index "">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -372,7 +372,7 @@ stop)
|
|||
kill -9 `cat /var/run/foobar.pid`
|
||||
;;
|
||||
*)
|
||||
echo "Usage: `basename $0` {start|stop}" >&2
|
||||
echo "Usage: `basename $0` {start|stop}" >&2
|
||||
exit 64
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -1174,81 +1174,6 @@ Fetching 133 new ports or files... done.</screen>
|
|||
<screen>&prompt.root; <userinput>portupgrade -PP hu-freebsd-doc</userinput></screen>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<!-- FIXME: Waiting for a working docsnap server... -->
|
||||
<![ IGNORE [
|
||||
<sect2 id="docsnap">
|
||||
<sect2info>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Pav</firstname>
|
||||
<surname>Lucistnik</surname>
|
||||
<contrib>Based on information provided by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</sect2info>
|
||||
|
||||
<title>Using Docsnap</title>
|
||||
|
||||
<indexterm><primary>Updating and Upgrading</primary></indexterm>
|
||||
|
||||
<indexterm>
|
||||
<primary>Docsnap</primary>
|
||||
<see>Updating and Upgrading</see>
|
||||
</indexterm>
|
||||
|
||||
<para><application>Docsnap</application> is an &man.rsync.1;
|
||||
repository for updating installed &os; Documentation in a
|
||||
relatively easy and fast way. A
|
||||
<quote><application>Docsnap</application> server</quote> tracks
|
||||
the documentation sources, and builds them in HTML format every
|
||||
hour. The <filename role="package">textproc/docproj</filename>
|
||||
is unneeded with <application>Docsnap</application> as only
|
||||
patches to the built documentation exist.</para>
|
||||
|
||||
<para>The only requirement for using this technique is
|
||||
the <filename role="package">net/rsync</filename> port or
|
||||
package. To add it, use the following command:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r rsync</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para><application>Docsnap</application> has been originally
|
||||
developed for updating documentation installed
|
||||
to <filename class="directory">/usr/share/doc</filename>, but
|
||||
the following examples could be adapted for other directories
|
||||
as well. For user directories, it does not require
|
||||
<username>root</username> privileges.</para>
|
||||
</note>
|
||||
|
||||
<para>To update the documentation set, issue the following
|
||||
command:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>rsync -rltvz <replaceable>docsnap.sk.FreeBSD.org</replaceable>::docsnap <replaceable>/usr/share/doc</replaceable></userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>There is only one <application>Docsnap</application>
|
||||
server at the moment;
|
||||
the <hostid>docsnap.sk.FreeBSD.org</hostid> shown
|
||||
above.</para>
|
||||
</note>
|
||||
|
||||
<para>Do not use the <option>--delete</option> flag here as there
|
||||
are some items installed
|
||||
into <filename class="directory">/usr/share/doc</filename>
|
||||
during <command>make installworld</command>, which would
|
||||
accidentally be removed. To clean up, use this command
|
||||
instead:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>rsync -rltvz --delete <replaceable>docsnap.sk.FreeBSD.org</replaceable>::docsnap/??_??\.\* <replaceable>/usr/share/doc</replaceable></userinput></screen>
|
||||
|
||||
<para>If a subset of documentation needs to be updated, for
|
||||
example, the English documentation only, the following command
|
||||
should be used:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>rsync -rltvz <replaceable>docsnap.sk.FreeBSD.org</replaceable>::docsnap/en_US.ISO8859-1 <replaceable>/usr/share/doc</replaceable></userinput></screen>
|
||||
</sect2>
|
||||
]]>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="current-stable">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -270,7 +270,7 @@
|
|||
<para>&os; 用の &adobe; &flash; プラグインは提供されていません。
|
||||
しかしながら、Linux バージョンのプラグインを実行するためのソフトウェアレイヤ (wrapper) が存在します。
|
||||
この wrapper は、&adobe; &acrobat; プラグインや
|
||||
&realplayer プラグインなどにも対応しています。</para>
|
||||
&realplayer; プラグインなどにも対応しています。</para>
|
||||
|
||||
<para>使用している &os; のバージョンによって必要な作業は異なります。</para>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -1319,7 +1319,7 @@ cd0: Attempt to query device size failed: NOT READY, Medium not present - tray c
|
|||
<para>時々 <filename>/dev</filename> 下のエントリは (再)
|
||||
作成されなければなりません。次のコマンドでこれを行います。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /dev && ./MAKEDEV "fd*"</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>cd /dev && ./MAKEDEV "fd*"</userinput></screen>
|
||||
</sect4>
|
||||
|
||||
<sect4>
|
||||
|
@ -1935,9 +1935,9 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
|
|||
を用いてリモートテープドライブにデータを送ることができます。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>for f in <replaceable>directory_list; do</replaceable></userinput>
|
||||
<userinput>find $f >> backup.list</userinput>
|
||||
<userinput>find $f >> backup.list</userinput>
|
||||
<userinput>done</userinput>
|
||||
&prompt.root; <userinput>cpio -v -o --format=newc < backup.list | ssh <replaceable>user</replaceable>@<replaceable>host</replaceable> "cat > <replaceable>backup_device</replaceable>"</userinput></screen>
|
||||
&prompt.root; <userinput>cpio -v -o --format=newc < backup.list | ssh <replaceable>user</replaceable>@<replaceable>host</replaceable> "cat > <replaceable>backup_device</replaceable>"</userinput></screen>
|
||||
|
||||
<para><replaceable>directory_list</replaceable>
|
||||
はバックアップしたいディレクトリのリストで、
|
||||
|
@ -2147,7 +2147,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
|
|||
<example>
|
||||
<title>ブートフロッピーを作成するスクリプト</title>
|
||||
|
||||
<programlisting><![ CDATA [#!/bin/sh
|
||||
<programlisting><![CDATA[#!/bin/sh
|
||||
#
|
||||
# create a restore floppy
|
||||
#
|
||||
|
@ -2275,7 +2275,7 @@ cd /
|
|||
#
|
||||
# create minimum file system table
|
||||
#
|
||||
cat > /mnt/etc/fstab <<EOM
|
||||
cat > /mnt/etc/fstab <<EOM
|
||||
/dev/fd0a / ufs rw 1 1
|
||||
EOM
|
||||
|
||||
|
@ -2361,13 +2361,6 @@ echo "The floppy has been unmounted and is now ready."]]></programlisting>
|
|||
どのような理由で再び事故が起きたり、データが失われるかわかりません。
|
||||
これに数時間を費すことで、後々の災難から救われます。</para>
|
||||
</sect3>
|
||||
|
||||
<![ %not.published; [
|
||||
<sect3>
|
||||
<title>* 災難対策をしていませんでした。
|
||||
どうしたらいいでしょうか?</title>
|
||||
</sect3>
|
||||
]]>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -1519,6 +1519,10 @@
|
|||
<sect1 id="eresources-web">
|
||||
<title>World Wide Web サイト</title>
|
||||
|
||||
&chap.eresources.www.index.inc;
|
||||
|
||||
&chap.mirrors.lastmod.inc;
|
||||
|
||||
&chap.eresources.www.inc;
|
||||
</sect1>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -111,7 +111,7 @@
|
|||
<sect3>
|
||||
<title>&os;/&arch.i386; および &os;/&arch.pc98;</title>
|
||||
|
||||
<para>&os;/&arch.i386 と &os;/&arch.pc98 の両方のアーキテクチャは、
|
||||
<para>&os;/&arch.i386; と &os;/&arch.pc98; の両方のアーキテクチャは、
|
||||
486 以上のプロセッサと、
|
||||
少なくとも 24 MB の RAM が必要です。
|
||||
最小のインストールでは、
|
||||
|
@ -3059,7 +3059,7 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
</mediaobject>
|
||||
</figure>
|
||||
|
||||
<para>値を変更したら &gui.ok を選択し、
|
||||
<para>値を変更したら &gui.ok; を選択し、
|
||||
<keycap>Enter</keycap> を押して、
|
||||
システムコンソールの設定メニューに戻ってください。</para>
|
||||
|
||||
|
@ -4228,7 +4228,7 @@ Please press any key to reboot.</screen>
|
|||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>トラブルシューティングに関する Q & A</title>
|
||||
<title>トラブルシューティングに関する Q & A</title>
|
||||
|
||||
<qandaset>
|
||||
<qandaentry>
|
||||
|
@ -4368,7 +4368,7 @@ Please press any key to reboot.</screen>
|
|||
<para>使用しているカードの IRQ が、
|
||||
<filename>/boot/device.hints</filename>
|
||||
ファイルで指定された IRQ と異なる可能性があります。
|
||||
&man.ed.4 ドライバは、デフォルトでは <quote>ソフトウェア</quote> コンフィグレーション
|
||||
&man.ed.4; ドライバは、デフォルトでは <quote>ソフトウェア</quote> コンフィグレーション
|
||||
(&ms-dos; の EZSETUP で入力された値) を用いません。
|
||||
インターフェースのヒント情報に <literal>-1</literal> を指定した場合には、
|
||||
ソフトウェアコンフィグレーションが用いられます。</para>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -831,7 +831,7 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
|
|||
|
||||
<para>リアルタイム拡張が 1993 &posix; に追加されました。
|
||||
Ports Collection の内のいくつかのアプリケーション
|
||||
(たとえば <application>&staroffice</application>)
|
||||
(たとえば <application>&staroffice;</application>)
|
||||
はこれを使っています。</para>
|
||||
|
||||
<programlisting>options KBD_INSTALL_CDEV # install a CDEV entry in /dev</programlisting>
|
||||
|
@ -1175,7 +1175,7 @@ device ppc</programlisting>
|
|||
|
||||
<programlisting>#device puc</programlisting>
|
||||
|
||||
<para>&man.puc.4 glue ドライバがサポートしている
|
||||
<para>&man.puc.4; glue ドライバがサポートしている
|
||||
<quote>dumb</quote> シリアル、
|
||||
またはパラレル PCI カードを持っているのであれば、
|
||||
このデバイスを有効にしてください。</para>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -2258,7 +2258,7 @@ drwxrwxr-x 11 idsadm sapsys 512 May 4 14:20 trans </screen>
|
|||
<indexterm><primary>execution class loader</primary></indexterm>
|
||||
|
||||
<para>FreeBSD は、“実行クラスローダ (execution class loader) ”
|
||||
と呼ばれる抽象的な機構を持っています。これは &man.execve.2
|
||||
と呼ばれる抽象的な機構を持っています。これは &man.execve.2;
|
||||
システムコールへの楔という形で実装されています。
|
||||
</para>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -452,7 +452,7 @@ mail.example.com</programlisting>
|
|||
|
||||
<para><application>sendmail</application> の主設定ファイルは
|
||||
<application>sendmail</application> の機能と動作を決定する
|
||||
&man.m4.1 マクロから構築できます。
|
||||
&man.m4.1; マクロから構築できます。
|
||||
詳細については
|
||||
<filename>/usr/src/contrib/sendmail/cf/README</filename>
|
||||
を参照してください。</para>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -207,6 +207,10 @@
|
|||
各サイトで提供しているアクセス方法は、
|
||||
ホスト名に続く括弧の中に記載されています。</para>
|
||||
|
||||
&chap.mirrors.ftp.index.inc;
|
||||
|
||||
&chap.mirrors.lastmod.inc;
|
||||
|
||||
&chap.mirrors.ftp.inc;
|
||||
</sect1>
|
||||
|
||||
|
@ -2423,6 +2427,10 @@ doc/zh_*</screen>
|
|||
<para>&os; の <link linkend="cvsup">CVSup</link>
|
||||
サーバは以下のサイトで稼働しています。</para>
|
||||
|
||||
&chap.mirrors.cvsup.index.inc;
|
||||
|
||||
&chap.mirrors.lastmod.inc;
|
||||
|
||||
&chap.mirrors.cvsup.inc;
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -1656,7 +1656,7 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner.</programlisting>
|
|||
|
||||
<para>MythTV データベースを設定してください。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mysql -uroot -p < /usr/local/share/mythtv/database/mc.sql</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mysql -uroot -p < /usr/local/share/mythtv/database/mc.sql</userinput></screen>
|
||||
|
||||
<para>バックエンドを設定してください。</para>
|
||||
|
||||
|
@ -1714,7 +1714,7 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner.</programlisting>
|
|||
<sect2>
|
||||
<title>カーネルのコンフィグレーション</title>
|
||||
|
||||
<para>前述のように、&os はスキャナのインタフェースとして
|
||||
<para>前述のように、&os; はスキャナのインタフェースとして
|
||||
SCSI と USB の両方に対応しています。
|
||||
スキャナのインタフェースによって、必要となるドライバが異なります。</para>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -880,7 +880,7 @@ docbook =
|
|||
このようなファイルを用いて特殊な状況にも対応しています。
|
||||
これらのファイルについての詳細および
|
||||
ports の一般的な説明については、<ulink
|
||||
url="&url.books.porters-handbook/index.html">port
|
||||
url="&url.books.porters-handbook;/index.html">port
|
||||
作成者のためのハンドブック</ulink> をご覧下さい。</para>
|
||||
|
||||
<para>port はソースコードからアプリケーションを構築する方法を提供しますが、
|
||||
|
@ -1624,7 +1624,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
|||
<listitem>
|
||||
<para>自分で直しましょう!
|
||||
<quote>Ports</quote> システムに関する詳細な情報は <ulink
|
||||
url="&url.books.porters-handbook/index.html">
|
||||
url="&url.books.porters-handbook;/index.html">
|
||||
port 作成者のためのハンドブック</ulink> にあります。
|
||||
このセクションを読むと、壊れてしまった port を直したり、
|
||||
自分で作った port を提出したりできるようになります!</para>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -454,7 +454,7 @@ nameserver <replaceable>y.y.y.y</replaceable></programlisting>
|
|||
<para>このプロバイダの電話番号を指定します.
|
||||
複数の電話番号を <literal>:</literal> や
|
||||
<literal>|</literal> で区切って指定することができます.
|
||||
これら区切り文字の違いについては, &man.ppp.8
|
||||
これら区切り文字の違いについては, &man.ppp.8;
|
||||
に 詳しく書かれています.
|
||||
要約すると, 毎回違う番号に かけたいのであれば
|
||||
<literal>:</literal> を使います. 常に
|
||||
|
@ -1718,7 +1718,7 @@ reinput 1 {\255}
|
|||
if success goto slhup
|
||||
reinput 1 {\127}
|
||||
if success goto slhup
|
||||
if < \%x 60 goto look
|
||||
if < \%x 60 goto look
|
||||
else goto slhup
|
||||
|
||||
:sllogin ; login
|
||||
|
@ -1739,7 +1739,7 @@ reinput 1 {\255}
|
|||
if success goto slhup
|
||||
reinput 1 {\127}
|
||||
if success goto slhup
|
||||
if < \%x 10 goto slloop ; try 10 times to get a login prompt
|
||||
if < \%x 10 goto slloop ; try 10 times to get a login prompt
|
||||
else goto slhup ; hang up and start again if 10 failures
|
||||
|
||||
:sluid
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -3171,7 +3171,7 @@ options IPSEC_ESP #IP security (crypto; define w/IPSEC)</progr
|
|||
|
||||
<screen>
|
||||
(1)
|
||||
ホスト A ------> ホスト B
|
||||
ホスト A ------> ホスト B
|
||||
|
||||
(1)PROTO=AH
|
||||
ALG=MD5(RFC1826)
|
||||
|
@ -3179,8 +3179,8 @@ options IPSEC_ESP #IP security (crypto; define w/IPSEC)</progr
|
|||
SPI=1000
|
||||
|
||||
(2.1)
|
||||
ホスト A <------ ホスト B
|
||||
<------
|
||||
ホスト A <------ ホスト B
|
||||
<------
|
||||
(2.2)
|
||||
|
||||
(2.1)
|
||||
|
@ -3231,10 +3231,10 @@ B
|
|||
ホスト A -------------------------------------> ホスト B
|
||||
10.2.3.4 10.6.7.8
|
||||
| |
|
||||
========== old AH keyed-md5 ==========>
|
||||
========== old AH keyed-md5 ==========>
|
||||
|
||||
<========= new AH hmac-sha1 ===========
|
||||
<========= new ESP des-cbc ============
|
||||
<========= new AH hmac-sha1 ===========
|
||||
<========= new ESP des-cbc ============
|
||||
</screen>
|
||||
</sect2>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="euc-jp" standalone="no"?>
|
||||
<?xml version="1.0" encoding="euc-jp"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
@ -322,12 +322,12 @@
|
|||
<sect1 id="x-install">
|
||||
<title>X11 のインストール</title>
|
||||
|
||||
<para>&os のデフォルトの X11 は、<application>&xorg;</application>
|
||||
<para>&os; のデフォルトの X11 は、<application>&xorg;</application>
|
||||
です。
|
||||
<application>&xorg;</application> は X.Org Foundation
|
||||
がリリースしている X Window System のオープンソースな実装です。
|
||||
<application>&xorg;</application> は
|
||||
<application>&xfree86 4.4RC2</application>
|
||||
<application>&xfree86; 4.4RC2</application>
|
||||
と X11R6.6 のコードを元にしています。
|
||||
現在 &os; Ports Collection で利用可能な
|
||||
<application>&xorg;</application> のバージョンは
|
||||
|
|
|
@ -3917,7 +3917,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
|
|||
<para>この変数は、以下のようにして
|
||||
<filename>bsd.port.mk</filename> 中で設定されます。</para>
|
||||
|
||||
<programlisting>PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout</programlisting>
|
||||
<programlisting>PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout</programlisting>
|
||||
|
||||
<para>この変数を使って、port の make
|
||||
の過程で何をすべきかを決定すべきですが、
|
||||
|
@ -4070,8 +4070,8 @@ PKGNAMESUFFIX= ${RESOLUTION}
|
|||
:
|
||||
# default
|
||||
RESOLUTION?= 300
|
||||
.if ${RESOLUTION} != 118 && ${RESOLUTION} != 240 && \
|
||||
${RESOLUTION} != 300 && ${RESOLUTION} != 400
|
||||
.if ${RESOLUTION} != 118 && ${RESOLUTION} != 240 && \
|
||||
${RESOLUTION} != 300 && ${RESOLUTION} != 400
|
||||
@${ECHO} "Error: invalid value for RESOLUTION: \"${RESOLUTION}\""
|
||||
@${ECHO} "Possible values are: 118, 240, 300 (default) and 400."
|
||||
@${FALSE}
|
||||
|
@ -6797,17 +6797,17 @@ pre-install:
|
|||
|
||||
<para>このディレクトリ構造を新しいファイルに保存してください。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort -r > OLD-DIRS</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort -r > OLD-DIRS</userinput></screen>
|
||||
|
||||
<para>もしあなたの port が <makevar>PREFIX</makevar> にちゃんと従うなら、
|
||||
ここで port をインストールしてパッキングリストを作ることができます。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>make install PREFIX=/var/tmp</userinput>
|
||||
&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * \! -type d) | sort > pkg-plist</userinput></screen>
|
||||
&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * \! -type d) | sort > pkg-plist</userinput></screen>
|
||||
|
||||
<para>新しく生成されたディレクトリはすべてパッキングリストに追加する必要があります。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort -r | comm -13 OLD-DIRS - | sed -e 's#^#@dirrm #' >> pkg-plist</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort -r | comm -13 OLD-DIRS - | sed -e 's#^#@dirrm #' >> pkg-plist</userinput></screen>
|
||||
|
||||
<para>最後にパッキングリストを手で整える必要があります;
|
||||
<emphasis>すべて</emphasis>が自動化されているわけではありません。
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<xsl:import href="../../../share/xml/mirrors-master.xsl" />
|
||||
|
||||
<xsl:output type="xml" encoding="euc-jp"
|
||||
omit-xml-declaration="yes"
|
||||
indent="yes"/>
|
||||
|
||||
<!-- template: "mirrors-docbook-contact" -->
|
||||
|
|
Loading…
Reference in a new issue