戻る

正誤表

初版第1刷、初版第2刷

99ページ:プロンプト5.4

(誤)


# cp /root/Xorg.conf.new /etc/X11/xorg.conf

(正)


# cp /root/xorg.conf.new /etc/X11/xorg.conf

409ページ:リスト19.1のタイトル

(誤)

~/.ssh/configSSHプロトコルバージョンの指定

(正)

~/.ssh/configSSHプロトコルバージョンの指定

449ページ:リスト20.17のタイトル

(誤)

(タイトルなし)

(正)

/etc/rc.confに追加する設定

465ページ:リスト21.10

(誤)


tream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l
 #ftp   stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -l
+ftp    stream  tcp     nowait  root    /usr/local/libexec/ftpd ftpd -l
-z cert=/usr/local/etc/cert/ftpd.crt -z key=/usr/local/etc/cert/ftpd.key
+ftpsstream     tcp6    nowait  root    /usr/local/libexec/ftpd ftpd -l
-z cert=/usr/local/etc/cert/ftpd.crt -z key=/usr/local/etc/cert/ftpd.key
+ftps   stream  tcp     nowait  root    /usr/local/libexec/ftpd ftpd -l
-z secure -z cert=/usr/local/etc/cert/ftpd.crt -z key=/usr/local/etc/cert/ftpd.key
+ftps   stream  tcp6    nowait  root    /usr/local/libexec/ftpd ftpd -l
-z secure -z cert=/usr/local/etc/cert/ftpd.crt -z key=/usr/local/etc/cert/ftpd.key465

#ssh    stream  tcp     nowait  root    /usr/sbin/sshd          sshd -i -4
#ssh    stream  tcp6    nowait  root    /usr/sbin/sshd          sshd -i -6
#telnet         stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd

(正)


--- /etc/inetd.conf.orig Thu Jan 31 21:21:22 2006
+++ /etc/inetd.conf Thu Jan 31 21:37:53 2006
@@ -8,6 +8,10 @@
 #
 #ftp   stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -l
+ftp    stream  tcp     nowait  root    /usr/local/libexec/ftpd ftpd -l
-z cert=/usr/local/etc/cert/ftpd.crt -z key=/usr/local/etc/cert/ftpd.key
+ftps   stream  tcp6    nowait  root    /usr/local/libexec/ftpd ftpd -l
-z cert=/usr/local/etc/cert/ftpd.crt -z key=/usr/local/etc/cert/ftpd.key
+ftps   stream  tcp     nowait  root    /usr/local/libexec/ftpd ftpd -l
-z secure -z cert=/usr/local/etc/cert/ftpd.crt -z key=/usr/local/etc/cert/ftpd.key
+ftps   stream  tcp6    nowait  root    /usr/local/libexec/ftpd ftpd -l
-z secure -z cert=/usr/local/etc/cert/ftpd.crt -z key=/usr/local/etc/cert/ftpd.key465

#ssh    stream  tcp     nowait  root    /usr/sbin/sshd          sshd -i -4
#ssh    stream  tcp6    nowait  root    /usr/sbin/sshd          sshd -i -6
#telnet         stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd

476ページ:1行目

(誤)

プロンプト21.12ような方法

(正)

プロンプト21.12ような方法

506ページ:プロンプト23.4

(誤)


# mkdir /home/svn
# svnadmin create /home/svn
# chown www:www /usr/local/svn
# chmod 755 /usr/local/svn

(正)


# mkdir /home/svn
# svnadmin create /home/svn
# chown -R www:www /home/svn
# chmod 755 /home/svn

551ページ:中段3行目

(誤)

リスト2.3.7

(正)

リスト25.3

591ページ:プロンプト27.3 最終行

(誤)


pflog_enable="YES

(正)


pflog_enable="YES"

598ページ:最終行付近

(誤)

IP Firewallを有効にします。

(正)

IP Filterを有効にします。

603ページ:中段(27.5の直前)

(誤)

Packet Filterを有効にします。

(正)

IP Filterを有効にします。

637ページ:3行目

(誤)

図30.2ような

(正)

図30.2ような

673ページ:プロンプト31.17

(誤)


# cd /usr/ports/java/jdk14/
# make fetch
===> jdk-1.5.0p1 :
 Because of licensing restrictions, you must fetch the source distribution
 manually. Please access http://www.sun.com/software/java2/download.html
 with a web browser and follow the "Download" link for the
 "Java(TM) SDK 1.5.0". You will be required to log in and register,
 but you can create an account on this page. After registration and
 accepting the Sun Community Source License, select "J2SESDK" and
 download the source file, jdk-1_5_0-src-scsl.zip. Please place this file in
 /usr/ports/distfiles.
#

(正)


# cd /usr/ports/java/jdk14/
# make fetch
===> jdk-1.4.2p7 :
 Because of licensing restrictions, you must fetch the source distribution
 manually. Please access http://www.sun.com/software/java2/download.html
 with a web browser and follow the "Download" link for the
 "Java(TM) SDK 1.4.2". You will be required to log in and register,
 but you can create an account on this page. After registration and
 accepting the Sun Community Source License, select "J2SESDK" and
 download the source file, jdk-1_4_2-src-scsl.zip. Please place this file in
 /usr/ports/distfiles.
#

676ページ:3行目

(誤)

JDK1.4ならリスト31.3

(正)

JDK1.4ならリスト31.4

732ページ:表33.7の直前

(誤)

この期限までに

(正)

この期限までに

747ページ:プロンプト35.2

(誤)


# cp /usr/loca/etc/freebsd-update.conf.sample /usr/loca/etc/freebsd-update.conf

(正)


# cp /usr/local/etc/freebsd-update.conf.sample /usr/local/etc/freebsd-update.conf

757ページ:プロンプト36.2

(誤)


clamav_freshclam_enable="YES"

(正)


clamav_clamd_enable="YES"

828ページ:プロンプト41.6のタイトル

(誤)

3.3システムビルドアップ

(正)

システムビルドアップ

948ページ:2行目

(誤)

表54.3で示した

(正)

表54.13で示した
戻る
株式会社 毎日コミュニケーションズ
last update:2007-06-29