Merge the EN version changes, 1.82 -> 1.84.
Submitted by: simokawa@jp.freebsd.org
This commit is contained in:
parent
280149485d
commit
b729dfbc7e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2239
2 changed files with 12 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<!-- $Id: porting.sgml,v 1.29 1997-10-20 18:14:57 asami Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.30 1997-12-07 06:03:58 max Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.82 -->
|
||||
<!-- Original revision: 1.84 -->
|
||||
|
||||
<sect1><heading>フリーソフトウェアの移植<label id="porting"></heading>
|
||||
|
||||
|
@ -154,9 +154,12 @@ Makefile
|
|||
2.2.2-RELEASE: 222000
|
||||
2.2-STABLE (2.2.2-RELEASE 以後): 222001
|
||||
2.2.5-RELEASE: 225000
|
||||
2.2-STABLE (2.2.5-RELEASE 以後): 225001
|
||||
3.0-current (mount(2) 変更以前): 300000
|
||||
3.0-current (1997年11月現在): 300001
|
||||
</verb></tscreen>
|
||||
(2.2-STABLEは, 2.2.5-RELESE 以後, "2.2.5-STABLE" と呼ばれ
|
||||
ることがあります.)
|
||||
見ての通り, これは年・月というフォーマットになっていましたが,
|
||||
バージョン 2.2 から, より直接的にメジャー/マイナー番号を使う
|
||||
ように変更になりました. 並行していくつかのブランチ(枝分かれし
|
||||
|
@ -1538,6 +1541,7 @@ uucp:*:66:66:UUCP pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucico
|
|||
xten:*:67:67:X-10 daemon:/usr/local/xten:/nonexistent
|
||||
pop:*:68:6:Post Office Owner:/nonexistent:/nonexistent
|
||||
wnn:*:69:7:Wnn:/nonexistent:/nonexistent
|
||||
ifmail:*:70:66:Ifmail user:/nonexistent:/nonexistent
|
||||
pgsql:*:71:246:PostgreSQL pseudo-user:/usr/local/pgsql:/bin/sh
|
||||
msql:*:80:249:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh
|
||||
</verb></tscreen>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!-- $Id: porting.sgml,v 1.29 1997-10-20 18:14:57 asami Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.30 1997-12-07 06:03:58 max Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.82 -->
|
||||
<!-- Original revision: 1.84 -->
|
||||
|
||||
<sect1><heading>フリーソフトウェアの移植<label id="porting"></heading>
|
||||
|
||||
|
@ -154,9 +154,12 @@ Makefile
|
|||
2.2.2-RELEASE: 222000
|
||||
2.2-STABLE (2.2.2-RELEASE 以後): 222001
|
||||
2.2.5-RELEASE: 225000
|
||||
2.2-STABLE (2.2.5-RELEASE 以後): 225001
|
||||
3.0-current (mount(2) 変更以前): 300000
|
||||
3.0-current (1997年11月現在): 300001
|
||||
</verb></tscreen>
|
||||
(2.2-STABLEは, 2.2.5-RELESE 以後, "2.2.5-STABLE" と呼ばれ
|
||||
ることがあります.)
|
||||
見ての通り, これは年・月というフォーマットになっていましたが,
|
||||
バージョン 2.2 から, より直接的にメジャー/マイナー番号を使う
|
||||
ように変更になりました. 並行していくつかのブランチ(枝分かれし
|
||||
|
@ -1538,6 +1541,7 @@ uucp:*:66:66:UUCP pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucico
|
|||
xten:*:67:67:X-10 daemon:/usr/local/xten:/nonexistent
|
||||
pop:*:68:6:Post Office Owner:/nonexistent:/nonexistent
|
||||
wnn:*:69:7:Wnn:/nonexistent:/nonexistent
|
||||
ifmail:*:70:66:Ifmail user:/nonexistent:/nonexistent
|
||||
pgsql:*:71:246:PostgreSQL pseudo-user:/usr/local/pgsql:/bin/sh
|
||||
msql:*:80:249:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh
|
||||
</verb></tscreen>
|
||||
|
|
Loading…
Reference in a new issue