2004-10-01から1ヶ月間の記事一覧

1.88

20041031: AFFECTS users of databases/mysql40-server AUTHOR ale@FreeBSD.org The MySQL Daemon must now be enabled / disabled in rc.conf. See the script for details. MySQLデーモンは現在rc.confの中で有効/無効にしなければなりません。詳細に関し…

追加 #ifconfig_fxp0_name="net0" Change interface name from fxp0 to net0. commit log Allow to change interfaces name on boot time. Now, one should be able to put something like this into /etc/rc.conf: ifconfig_fxp0_name="net0" ifconfig_net0…

20041028: AFFECTS users of net/netatalk AUTHOR marcus@FreeBSD.org Please note that the handling of the default type/creator has changed with 2.0.1. As a side effect, users upgrading from earlier versions, including 2.0.0, will have to remo…

id:TransFreeBSD:20041020#p2 のstableへの導入

commit log MFC: etc/defaults/rc.conf 1.226 share/man/man5/rc.conf.5 1.229, 1.230 Introduce root_rw_mount as a new variable in defaults/rc.conf to unbreak /etc/rc.d/root for diskless systems that get their root filesystem from a read-only N…

1.86

20041027: AFFECTS users of games/pcgen AUTHOR hq@FreeBSD.org The launcher script for PCGen has been renamed to 'pcgen' (formerly 'pcgen.sh'). PCGenのためのランチャスクリプトは「pcgen」に改名されました(以前は「pcgen.sh」)。 $FreeBSD: ports/…

options SYSCTL_DEBUGによる「デバッグ」sysctlツリーを移動しました

追加 # SYSCTL_DEBUG enables a 'sysctl' debug tree that can be used to dump the # contents of the registered sysctl nodes on the console. It is disabled by # default because it generates excessively verbose consol*1 output that can # interf…

修正 #options DIRECTIO #options NSWBUF_MIN=120 commit log Uncomment DIRECTIO and NSWBUF_MIN. They are both positive options (i.e. they enable rather than disable code), so they should be on in LINT. $FreeBSD: src/sys/conf/NOTES,v 1.1284 20…

追加 # snd_audiocs: Crystal Semiconductor CS4231 SBus/EBus. #device snd_audiocs commit log Device driver for onboard CS4231 audio controller which is found on UltraSPARC workstations. The driver is based on OpenBSD's SBus cs4231 driver and…

修正 # IPDIVERT enables the divert IP sockets, used by ``ipfw divert''. It # depends on IPFIREWALL if compiled into the kernel. commit log IPDIVERT is a module now and tell the other parts of the kernel about it. IPDIVERT depends on IPFIRE…

1.84

20041024: AFFECTS users of mail/popfile AUTHOR matusita@FreeBSD.org Since there is a known problem that popfile doesn't work with DBD::SQLite 1.x at this time, you'll be in trouble after upgrading databases/p5-DBD-SQLite to the latest one.…

1.1174, 1.1168.2.2

追加: http://www.jp.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/NOTES.diff?r1=1.1173&r2=1.1174 http://www.jp.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/NOTES.diff?r1=1.1168.2.1&r2=1.1168.2.2 # Highpoint RocketRAID 182x. This is really j…

1.419, 1.413.2.8

追加: http://www.jp.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC.diff?r1=1.418&r2=1.419 http://www.jp.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC.diff?r1=1.413.2.7&r2=1.413.2.8 device hptmv Highpoint RocketRAID 182x commit…

1.342.2.14

20041024: FreeBSD 5.3-RELEASE $FreeBSD: src/UPDATING,v 1.342.2.14 2004/10/24 18:28:08 scottl Exp $

1.85

20041024: AFFECTS users of databases/mysql50-server AUTHOR ale@FreeBSD.org The MySQL Daemon must now be enabled / disabled in rc.conf. See the script for details. MySQLデーモンは現在rc.confの中で有効/無効にしなければなりません。詳細に関し…

1.413.2.7

削除: http://www.jp.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC.diff?r1=1.413.2.6&r2=1.413.2.7 options SMP Symmetric MultiProcessor Kernel commit log: To be safe for installs as well as providing the faster kernel for the majority…

1.342.2.15

20041023: GENERIC kernel config files for amd64 and i386 no longer have "options SMP". That has been moved to a new config file named SMP for users who want an easy way to build an SMP kernel. amd64とi386のためのGENERICカーネルconfigファイ…

1.83

20041023: AFFECTS users of mail/dbmail AUTHOR seanc@FreeBSD.org When upgrading from 1.X to 2.X, read the upgrading instructions. The structure of the database has changed, please use the migration scripts provided. Many of the programs hav…

1.82

id:TransFreeBSD:20041013#p1 の修正 http://www.jp.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING.diff?r1=1.81&r2=1.82 commit log: Fix typo in the name of configuration parameter (s/unixform/unixfrom/) mentioned in 20041013 entry for mail/getmail…

1.376

20041022: The size of struct tcpcb has changed. You have to recompile userland programs that read kmem for tcp sockets directly (netstat, sockstat, etc.) struct tcpcbのサイズは変わりました。 tcpソケット用にkmemを直接読むユーザーランドプロ…

id:TransFreeBSD:20041013#p1 の修正

http://www.jp.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING.diff?r1=1.79&r2=1.80 commit log: Further clarify 20041013 entry for mail/getmail by adding some additional information and URL for "quick-and-dirty" guide to getmail ある付加的な情報…

追加 root_rw_mount="YES" Set to NO to inhibit remounting root read-write. commit log Introduce root_rw_mount as a new variable in defaults/rc.conf to unbreak /etc/rc.d/root for diskless systems that get their root filesystem from a read-on…

20041020: AFFECTS users of security/antivir-milter AUTHOR marius@FreeBSD.org When updating from previous versions of security/antivir-milter to antivir-milter-1.1 and you had changed PREFIX/etc/avmilter.conf you have to bring over your cha…

1.79

20041019: AFFECTS users of databases/mysql41-server AUTHOR ale@FreeBSD.org The MySQL Daemon must now be enabled / disabled in rc.conf. See the script for details. MySQLデーモンは現在rc.confの中で有効/無効にしなければなりません。詳細に関し…

id:TransFreeBSD:20041004:p1へ移動されました。

1.78

20041018: AFFECTS users of mail/courier-imap AUTHOR oliver@FreeBSD.org The courier-imap port must now be enabled / disabled in rc.conf. See the script for details. courier-imap portは現在rc.confの中で有効/無効にしなければなりません。詳細に…

1.374

id:TransFreeBSD:20041001#p2 から一部削除 http://www.jp.freebsd.org/cgi/cvsweb.cgi/src/UPDATING.diff?r1=1.373&r2=1.374 As a temporary measure, if you do not have any 4.X executables, you can add the following lines to /etc/libmap.conf to fo…

追加 swapoff="NO" Remove swap partitions upon shutdown commit log Do not remove swap partitions by default as it cause some problems. Instead, add 'swapoff' variable to rc.conf (turned off by default), so users who use gmirror and swap-on-…

RELENG_5はここで分岐しました

20041016: RELENG_5 branched here. For older entries, please see updating in the RELENG_5 branch. RELENG_5はここで分岐しました。より古いエントリについては、RELENG_5ブランチのUPDATINGを参照してください。 $FreeBSD: src/UPDATING,v 1.387 2005/0…

1.77

20041015: AFFECTS users of www/apache2 with devel/apr AUTHOR clement@FreeBSD.org WITH_APR_FROM_PORTS knob is no longer supported, since apr > 1.0 doesn't conflict with apache2's one. If you use apr 0.9.x you won't be able to upgrade apache…

追加 ugidfw_enable="NO" Load mac_bsdextended(4) rules on boot bsdextended_script="/etc/rc.bsdextended" Default mac_bsdextended(4) ruleset file. commit log MFC: Bring in the startup files to permit loading of mac_bsdextended(4) rules on sys…