From owner-svn-doc-all@freebsd.org Sun Nov 27 12:40:14 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67D11C57D73; Sun, 27 Nov 2016 12:40:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 288B3A06; Sun, 27 Nov 2016 12:40:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uARCeDlq080867; Sun, 27 Nov 2016 12:40:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uARCeDJV080866; Sun, 27 Nov 2016 12:40:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611271240.uARCeDJV080866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 27 Nov 2016 12:40:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49702 - head/en_US.ISO8859-1/books/porters-handbook/makefiles X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2016 12:40:14 -0000 Author: mat Date: Sun Nov 27 12:40:13 2016 New Revision: 49702 URL: https://svnweb.freebsd.org/changeset/doc/49702 Log: Always use "group" for the multiple location distribution file scheme. It conflict with the tagname from the GitHub section. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sat Nov 26 16:50:08 2016 (r49701) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sun Nov 27 12:40:13 2016 (r49702) @@ -2099,8 +2099,8 @@ USE_GITHUB= yes GH_ACCOUNT, GH_PROJECT, and GH_TAGNAME. Each different value is - assigned a tag. The main value can either have no tag, or - the :DEFAULT tag. A value can be + assigned a group. The main value can either have no group, or + the :DEFAULT group. A value can be omitted if it is the same as the default as listed in . @@ -2110,11 +2110,11 @@ USE_GITHUB= yes project, tagname, and group information at the same place. - For each tag, a - ${WRKSRC_tag} + For each group, a + ${WRKSRC_group} helper variable is created, containing the directory into which the file has been extracted. The - ${WRKSRC_tag} + ${WRKSRC_group} variables can be used to move directories around during post-extract, or add to CONFIGURE_ARGS, or whatever is needed @@ -2123,7 +2123,7 @@ USE_GITHUB= yes As this is only syntastic sugar above DISTFILES and - MASTER_SITES, the tag names must adhere + MASTER_SITES, the group names must adhere to the restrictions on group names outlined in @@ -2135,7 +2135,7 @@ USE_GITHUB= yes From time to time, there is a need to fetch more than one distribution file. For example, when the upstream git repository uses submodules. This can be - done easily using tags in the + done easily using groups in the GH_* variables: @@ -2153,8 +2153,8 @@ CONFIGURE_ARGS= --with-contrib=${WRKSRC_ This will fetch three distribution files from github. The default one comes from foo/foo and is version - 1.0.2. The second one, tagged - icons, comes from + 1.0.2. The second one, with the + icons group, comes from bar/foo-icons and is in version 1.0. The third one comes from bar/foo-contrib and uses the @@ -2170,11 +2170,11 @@ CONFIGURE_ARGS= --with-contrib=${WRKSRC_ ${WRKSRC}, in this case, ${WRKDIR}/foo-1.0.2. Each additional distribution file is extracted in - ${WRKSRC_tag}. - Here, for the icons tag, it is called + ${WRKSRC_group}. + Here, for the icons group, it is called ${WRKSRC_icons} and it contains ${WRKDIR}/foo-icons-1.0. The file - with the contrib tag is called + with the contrib group is called ${WRKSRC_contrib} and contains ${WRKDIR}/foo-contrib-fa579bc. @@ -2530,9 +2530,9 @@ EXTRACT_ONLY= source.tar.gzTo support this, each entry in DISTFILES may be followed by a colon and - a tag name. Each site listed in + a group name. Each site listed in MASTER_SITES is then followed by a colon, - and the tag that indicates which distribution files are + and the group that indicates which distribution files are downloaded from this site. For example, consider an application with the source @@ -2554,7 +2554,7 @@ DISTFILES= source1.tar.gz:source1 \ source2.tar.gz:source2 - Multiple distribution files can have the same tag. + Multiple distribution files can have the same group. Continuing the previous example, suppose that there was a third distfile, source3.tar.gz, that is downloaded from From owner-svn-doc-all@freebsd.org Sun Nov 27 12:40:17 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1749EC57D9E; Sun, 27 Nov 2016 12:40:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAFCDA0D; Sun, 27 Nov 2016 12:40:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uARCeGxj080909; Sun, 27 Nov 2016 12:40:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uARCeGB3080908; Sun, 27 Nov 2016 12:40:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611271240.uARCeGB3080908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 27 Nov 2016 12:40:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49703 - head/en_US.ISO8859-1/books/porters-handbook/makefiles X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2016 12:40:17 -0000 Author: mat Date: Sun Nov 27 12:40:15 2016 New Revision: 49703 URL: https://svnweb.freebsd.org/changeset/doc/49703 Log: Add a note about the :group in USE_GITHUB variables being unique. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sun Nov 27 12:40:13 2016 (r49702) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sun Nov 27 12:40:15 2016 (r49703) @@ -2120,6 +2120,15 @@ USE_GITHUB= yes CONFIGURE_ARGS, or whatever is needed so that the software builds correctly. + + The + :group part + must be used for only + one distribution file. It is used as a + unique key and using it more than once will overwrite the + previous values. + + As this is only syntastic sugar above DISTFILES and From owner-svn-doc-all@freebsd.org Mon Nov 28 01:06:37 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A577C582C1; Mon, 28 Nov 2016 01:06:37 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BF6332C1; Mon, 28 Nov 2016 01:06:37 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAS16aGq085893; Mon, 28 Nov 2016 01:06:36 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAS16aUB085892; Mon, 28 Nov 2016 01:06:36 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201611280106.uAS16aUB085892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Mon, 28 Nov 2016 01:06:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-svnadmin@freebsd.org Subject: svn commit: r49704 - svnadmin/conf X-SVN-Group: doc-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2016 01:06:37 -0000 Author: kevlo (src,ports committer) Date: Mon Nov 28 01:06:36 2016 New Revision: 49704 URL: https://svnweb.freebsd.org/changeset/doc/49704 Log: Release Ruey-Cherng Yu from my mentorship for the zh_TW tree. He has done great work in keeping the Traditional Chinese translations more up to date. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Sun Nov 27 12:40:15 2016 (r49703) +++ svnadmin/conf/mentors Mon Nov 28 01:06:36 2016 (r49704) @@ -14,6 +14,5 @@ anne gjb dexter bcr ebrandi gabor gnn remko co-mentor: gjb -rcyu kevlo co-mentor: lwhsu, wblock sevan bcr skreuzer hrs From owner-svn-doc-all@freebsd.org Mon Nov 28 08:01:21 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17DCDC57047; Mon, 28 Nov 2016 08:01:21 +0000 (UTC) (envelope-from rcyu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D2C91595; Mon, 28 Nov 2016 08:01:20 +0000 (UTC) (envelope-from rcyu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAS81J8p051377; Mon, 28 Nov 2016 08:01:19 GMT (envelope-from rcyu@FreeBSD.org) Received: (from rcyu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAS81Jfr051376; Mon, 28 Nov 2016 08:01:19 GMT (envelope-from rcyu@FreeBSD.org) Message-Id: <201611280801.uAS81Jfr051376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rcyu set sender to rcyu@FreeBSD.org using -f From: Ruey-Cherng Yu Date: Mon, 28 Nov 2016 08:01:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49705 - head/zh_TW.UTF-8/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2016 08:01:21 -0000 Author: rcyu Date: Mon Nov 28 08:01:19 2016 New Revision: 49705 URL: https://svnweb.freebsd.org/changeset/doc/49705 Log: -update the latest news -translation of the news items in Oct 2016 Modified: head/zh_TW.UTF-8/share/xml/news.xml Modified: head/zh_TW.UTF-8/share/xml/news.xml ============================================================================== --- head/zh_TW.UTF-8/share/xml/news.xml Mon Nov 28 01:06:36 2016 (r49704) +++ head/zh_TW.UTF-8/share/xml/news.xml Mon Nov 28 08:01:19 2016 (r49705) @@ -34,7 +34,17 @@ 11 - + + + 15 + + +

新任 committer: + Mikhail Pchelin (ports)

+
+
+ + 13 @@ -56,6 +66,29 @@
+ + + 10 + + + 22 + + +

新任 committer: + David Bright (src)

+
+
+ + + 10 + + + &os; 11.0-RELEASE 發佈了 +

FreeBSD 11.0-RELEASE現已發佈了。安裝前,請查看 發佈通知發行勘誤 以了解 11.0的最新消息和問題。更多資訊可查看發行版資訊頁面

+
+
+ +
From owner-svn-doc-all@freebsd.org Wed Nov 30 16:18:42 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E758C5D787; Wed, 30 Nov 2016 16:18:42 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B95EC17E5; Wed, 30 Nov 2016 16:18:41 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAUGIesL016742; Wed, 30 Nov 2016 16:18:40 GMT (envelope-from sevan@FreeBSD.org) Received: (from sevan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAUGIeTY016739; Wed, 30 Nov 2016 16:18:40 GMT (envelope-from sevan@FreeBSD.org) Message-Id: <201611301618.uAUGIeTY016739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sevan set sender to sevan@FreeBSD.org using -f From: Sevan Janiyan Date: Wed, 30 Nov 2016 16:18:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49707 - in head/en_US.ISO8859-1/htdocs: advocacy projects X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 16:18:42 -0000 Author: sevan Date: Wed Nov 30 16:18:40 2016 New Revision: 49707 URL: https://svnweb.freebsd.org/changeset/doc/49707 Log: Replace references to PC-BSD with TrueOS Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D8592 Modified: head/en_US.ISO8859-1/htdocs/advocacy/myths.xml head/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml head/en_US.ISO8859-1/htdocs/projects/newbies.xml Modified: head/en_US.ISO8859-1/htdocs/advocacy/myths.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/advocacy/myths.xml Tue Nov 29 20:01:02 2016 (r49706) +++ head/en_US.ISO8859-1/htdocs/advocacy/myths.xml Wed Nov 30 16:18:40 2016 (r49707) @@ -172,7 +172,7 @@ storage. It is also a part of the FreeBSD source tree, see /usr/src/tools/tools/nanobsd.

-
  • PC-BSD is a desktop +

  • TrueOS is a desktop oriented FreeBSD derivative. It is intended to be easy to install and well-supported by its community.

  • Modified: head/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml Tue Nov 29 20:01:02 2016 (r49706) +++ head/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml Wed Nov 30 16:18:40 2016 (r49707) @@ -74,7 +74,7 @@ thrive together.

    This same collaboration works downstream, with projects like - PC-BSD and pfSense building on top of the &os; base to provide + TrueOS and pfSense building on top of the &os; base to provide desktop and firewall oriented distributions, respectively. These projects are not forks, they base their work on the latest version of &os; and customize the system for specific Modified: head/en_US.ISO8859-1/htdocs/projects/newbies.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/projects/newbies.xml Tue Nov 29 20:01:02 2016 (r49706) +++ head/en_US.ISO8859-1/htdocs/projects/newbies.xml Wed Nov 30 16:18:40 2016 (r49707) @@ -79,7 +79,7 @@ platform to share data over a network. It uses ZFS to protect, store, backup, all of your data.

    -
  • PC-BSD is a &os; +

  • TrueOS is a &os; derivative with a graphical installer and impressive desktop tools aimed at ease of use for the casual computer user.

  • From owner-svn-doc-all@freebsd.org Fri Dec 2 10:56:03 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5328FC614DB; Fri, 2 Dec 2016 10:56:03 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 229DF1C26; Fri, 2 Dec 2016 10:56:03 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB2Au2kV067362; Fri, 2 Dec 2016 10:56:02 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB2Au28q067361; Fri, 2 Dec 2016 10:56:02 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201612021056.uB2Au28q067361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Fri, 2 Dec 2016 10:56:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49708 - head/ja_JP.eucJP/htdocs/projects X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2016 10:56:03 -0000 Author: ryusuke Date: Fri Dec 2 10:56:02 2016 New Revision: 49708 URL: https://svnweb.freebsd.org/changeset/doc/49708 Log: - Merge the following from the English version: r49050 -> r49707 head/ja_JP.eucJP/htdocs/projects/newbies.xml Modified: head/ja_JP.eucJP/htdocs/projects/newbies.xml Modified: head/ja_JP.eucJP/htdocs/projects/newbies.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/projects/newbies.xml Wed Nov 30 16:18:40 2016 (r49707) +++ head/ja_JP.eucJP/htdocs/projects/newbies.xml Fri Dec 2 10:56:02 2016 (r49708) @@ -6,7 +6,7 @@ ]> - + @@ -83,7 +83,7 @@ ɤΥϡɥץåȥۡǤⲾŪ˥󥹥ȡǽʡ ͥåȥǥǡͭ뤿Υȥ졼塼Ǥ ٤ƤΥǡݸ¸ХååפΤ ZFS ȤäƤޤ

    -
  • PC-BSD ϡ +

  • TrueOS ϡ &os; ١Ȥơ եʥ󥹥ȡǥȥåץġä 奢ʥԥ塼桼Ǥñ˻Ȥ뤳ȤܻؤƤޤ