diff --git a/ja/handbook/bibliography.sgml b/ja/handbook/bibliography.sgml index 05a7c0800d..9d6eaf8ccd 100644 --- a/ja/handbook/bibliography.sgml +++ b/ja/handbook/bibliography.sgml @@ -1,6 +1,6 @@ - + - + 参考図書 @@ -45,6 +45,9 @@ FreeBSD ハンドブック (日本語版). . ISBN 4-7561-1580-2 3800円. + FreeBSD mit Methode (ドイツ語版). + Computer und Literatur Verlag/Vertrieb Hanser 発行. + 1998. ISBN 3-932311-31-0

英語の書籍 & 雑誌: @@ -144,7 +147,7 @@ Nemeth, Evi. UNIX System Administration - Handbook. 2nd ed. Prentice Hall, 1995. + Handbook. 2nd Ed. Prentice Hall, 1995. ISBN 0131510517 (訳注: 邦訳は以下のものが出版されています. 井上尚司監訳. UNIX システム管理入門. @@ -178,17 +181,6 @@ O'Reilly & Associates, Inc., 1994. ISBN 1-56592-079-1 - Ellis, Margaret A. and Stroustrup, - Bjarne. The Annotated C++ Reference - Manual. Addison-Wesley, 1990. - ISBN 0-201-51459-1 - (訳注: 邦訳は以下のものが出版されています. - 足立高徳 / 小山裕司 訳. - 注解 C++ リファレンスマニュアル. - トッパン, 1992. - ISBN 4-8101-8027-1) - - Harbison, Samuel P. and Steele, Guy L. Jr. C: A Reference Manual. 4rd ed. Prentice Hall, 1995. ISBN 0-13-326224-3 @@ -212,7 +204,7 @@ Lehey, Greg. - Port UNIX Software. + Porting UNIX Software. O'Reilly & Associates, Inc., 1995. ISBN 1-56592-126-7 @@ -237,9 +229,10 @@ Stevens, W. Richard. UNIX Network - Programming. PTR Prentice Hall, 1990. + Programming. 2nd Ed. + PTR Prentice Hall, 1998. ISBN 0-13-949876-1 - (訳注: 邦訳は以下のものが出版されています. + (訳注: 第 1 版の邦訳は以下のものが出版されています. 篠田陽一 訳. UNIX ネットワークプログラミング. トッパン,1992. @@ -300,6 +293,11 @@ Reading, Mass. : Addison-Wesley, 1996. ISBN 0-201-63346-9 + Schimmel, Curt. Unix Systems for Modern + Architectures. + Reading, Mass. : Addison-Wesley, 1994. + ISBN 0-201-63338-8 + Stevens, W. Richard. TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP and the UNIX Domain Protocols. @@ -325,7 +323,7 @@

Cheswick, William R. and Steven M. Bellovin. - Firewalls and Internal Security: + Firewalls and Internet Security: Repelling the Wily Hacker. Reading, Mass. : Addison-Wesley, 1995. ISBN 0-201-63357-4 @@ -360,7 +358,7 @@ Anderson, Don and Tom Shanley. Pentium Processor System Architecture. - 2nd ed. Reading, Mass. : Addison-Wesley, 1995. + 2nd Ed. Reading, Mass. : Addison-Wesley, 1995. ISBN 0-201-40992-5 Ferraro, Richard F. Programmer's Guide @@ -368,6 +366,11 @@ 3rd ed. Reading, Mass. : Addison-Wesley, 1995. ISBN 0-201-62490-7 + Intel Corporation は, 自社の CPU やチップセットに関 + する文書を自社の で公開しています. 文書のフォー + マットは通常 PDF です. + Shanley, Tom. 80486 System Architecture. 3rd ed. Reading, Mass. : Addison-Wesley, 1995. ISBN @@ -427,8 +430,8 @@ BSD 系 OS の系譜図. 1997年. - + または, FreeBSD-current マシンの. @@ -445,6 +448,15 @@ name="http://www.ncstrl.org/"> + Computer Systems Research group (CSRG) からの古い + BSD リリース集 + + : + この 4 枚 CD セットには, 1BSD から 4.4BSD までと + 4.4BSD-Lite2 が含まれます (残念ながら 2.11BSD は含まれて + いません). また 4 枚目の CD には, 最終ソースおよび SCCS + ファイルが含まれています. diff --git a/ja/handbook/contrib.sgml b/ja/handbook/contrib.sgml index 52842e713d..8314e90f4d 100644 --- a/ja/handbook/contrib.sgml +++ b/ja/handbook/contrib.sgml @@ -1,6 +1,6 @@ - + - + @@ -103,6 +103,7 @@ &a.imp; &a.smace; &a.mckay; + &a.mckusick; &a.ken; &a.tedm; &a.amurai; diff --git a/ja/handbook/handbook.sgml b/ja/handbook/handbook.sgml index bd0da59876..70106972f5 100644 --- a/ja/handbook/handbook.sgml +++ b/ja/handbook/handbook.sgml @@ -1,6 +1,6 @@ - + - + や, たくさんのに置かれています. -また, も可能です. +また, も可能です. diff --git a/ja/handbook/install.sgml b/ja/handbook/install.sgml index ae485ae00c..013783a28e 100644 --- a/ja/handbook/install.sgml +++ b/ja/handbook/install.sgml @@ -1,6 +1,6 @@ - + - + + - + フリーソフトウェアの移植 @@ -946,6 +946,10 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2 にをすれば良いのかを理解しているのならば, うまく作成できるかもし れませんが, 自力でやらなければならないということです) +

注: もし port が aout でしか動作しないのなら, PORTOBJFORMAT @@ -1019,6 +1023,14 @@ echo aout ELF システムで 2 つのバージョン番号を持つ共有ライブラリをイ + ンストールしたり, aout システムで 1 つのバージョン番号しか持 + たない共有ライブラリをインストールするのが避けられない場合 + (例えば他のオペレーティングシステム用の互換ライブラリをイン + ストールする port など), diff --git a/ja/handbook/ports.sgml b/ja/handbook/ports.sgml index 9e8fb73d99..0ac0e09ac3 100644 --- a/ja/handbook/ports.sgml +++ b/ja/handbook/ports.sgml @@ -1,6 +1,6 @@ - + - + アプリケーションのインストール : ports コレクション @@ -193,66 +193,13 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc CD-ROM からコンパイルする

-FreeBSD をインストールしたときに, ``Do you want to link the ports -collection to your CDROM'' という質問に yes と答えていたら, -初期設定は既に終わっています. -

-そうでない場合は, - # mkdir /usr/ports - # cd /usr/ports - # ln -s /cdrom/ports/distfiles distfiles - - -ports の make メカニズムが tarball を見つけることができるようになります. - (ports は /usr/ports/distfiles に tarball があることを期待していますので, -そのディレクトリから CD-ROM の tarball ディレクトリへのシンボリックリンクを -張るわけです.) -

-さて, データベースディレクトリから gnats プログラムをインストールしようと -しているとします. 方法は次のとおりです:- - - - # cd /usr/ports - # mkdir databases - # cp -R /cdrom/ports/databases/gnats databases - # cd databases/gnats - # make install - - -もしもあなたがまじめなデータベースユーザであって, ports コレクションの中の -すべてのデータベースを比較したいと思っているならば, 次のようにしてください. - - - # cd /usr/ports - # cp -R /cdrom/ports/databases . - # cd databases - # make install - - - (cp コマンドの最後のドットはドットそのものであって, もちろんタイプミスでは -ありません. Unix でドットは現在自分自身がいるカレントディレクトリを -意味しています.) -

-ports make メカニズムは, データベースディレクトリのすべての ports を -自動的にコンパイルし, インストールをおこなってくれます. -

-この方法が気に入らない場合は, まったく違うやり方もあります:- -

-XFree86 の配布に含まれる lndir(1) コマンドを使用して -「リンクツリー」を作ります. ディスクの空き領域を見つけてディレクトリを作成し, -そこにカレントディレクトリを移します. そして CD-ROM 上の ``ports'' -ディレクトリのフルパス名を最初の引数とし, . (カレントディレクトリ) を -2 番目の引数として lndir(1) コマンドを実行します. -これは例えば以下のようになるでしょう: - - lndir /cdrom/ports . - -

そして, 作成したリンクツリーの中で ports を構築することで, CD-ROM から -直接 ports を構築することができます.

ライセンスの制限により, いくつかの ports でオリジナルのソースコードを CD-ROM に入れることができなかったものがあることに注意してください. この場合, @@ -346,7 +293,7 @@ gnats # Date created: 13 November 1997 # Whom: jraynard # -# $Id: ports.sgml,v 1.16 1998-06-12 05:09:15 hanai Exp $ +# $Id: ports.sgml,v 1.17 1998-10-15 22:47:01 motoyuki Exp $ # DISTNAME= ElectricFence-2.0.5 diff --git a/ja_JP.eucJP/books/handbook/book.sgml b/ja_JP.eucJP/books/handbook/book.sgml index a2f86c86df..5f200b8413 100644 --- a/ja_JP.eucJP/books/handbook/book.sgml +++ b/ja_JP.eucJP/books/handbook/book.sgml @@ -1,6 +1,6 @@ - + - + や, たくさんのに置かれています. -また, も可能です. +また, も可能です.